RGB | 27 | 30 | 27 | |
HSL | 0.33 | 0.05 | 0.11 | |
HSV | 120° | 10° | 12° | |
CYMK | 0.1 | 0 | 0.1 | 225 |
XYZ | 1.1141 | 1.2407 | 1.2177 |
This color is called Rangoon Green. It has 27 red, 30 green, and 27 blue. This color is not particularly light nor dark.
.text-1b1e1b { color: #1b1e1b }
This is some text in the color #1b1e1b
.bg-1b1e1b { background-color: #1b1e1b }
.border-1b1e1b { border: 3px solid #1b1e1b; }
This is some text in a box with a border of the color #1b1e1b
.text-shadow-1b1e1b { text-shadow: 4px 4px 2px #1b1e1b; }
This is some text with text shadow color #1b1e1b
.box-shadow-1b1e1b { -moz-box-shadow: 1px 1px 3px 2px #1b1e1b; -webkit-box-shadow: 1px 1px 3px 2px #1b1e1b; box-shadow: 1px 1px 3px 2px #1b1e1b; }
This is some text in a box with a box shadow of the color #1b1e1b