Shades of Rangoon Green #1B1D16
Tints of Rangoon Green #1B1D16
RGB
CMYK
RGB Variations
Color information
#1B1D16 (or 0x1B1D16) is known color: Rangoon Green. HEX triplet: 1B, 1D and 16. RGB value is (27,29,22). Sum of RGB (Red+Green+Blue) = 27+29+22=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D16 is #E4E2E9. Grayscale: #1B1B1B. Windows color (decimal): -15000298 or 1449243. OLE color: 1449243.
HSL color Cylindrical-coordinate representation of color #1B1D16: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1B1D16 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 29 | 22 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.89 |
| HSL | 77.14º | 0.14% | 0.1% | - |
| HSV(B) | 77.14º | 0.24% | 0.11% | - |
| XYZ | 1.04 | 1.17 | 0.93 | - |
| YUV | 27.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 22 | 0.07 | 0 | 0.24 | 0.89 | 77.14 | 0.14 | 0.1 |
| Hex | 1B | 1D | 16 | 7 | 0 | 18 | 59 | 4D | E | A |
| Octal | 33 | 35 | 26 | 7 | 0 | 30 | 131 | 115 | 16 | 12 |
| Binary | 11011 | 11101 | 10110 | 111 | 0 | 11000 | 1011001 | 1001101 | 1110 | 1010 |
Color Harmonies of #1B1D16
Complementary color
Monochromatic Colors of #1B1D16
Black with #1B1D16
Text Example
Text Example
White with #1B1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D16; }
p { color: rgb(27,29,22); }
H1.HeaderClassName
{
color: #1B1D16;
}
.AnyTagClassName
{
color: #1B1D16;
}
</style>
background-color css
<style>
a { background-color: #1B1D16; }
a { background-color: rgb(27,29,22); }
div.DivClassName
{
background-color: #1B1D16;
}
.BgClassName
{
background-color: #1B1D16;
}
</style>
border-color css
<style>
span { border-color: #1B1D16; }
span { border-color: rgb(27,29,22); }
td.TdClassName
{
border-color: #1B1D16;
}
.TagClassName
{
border-color: #1B1D16;
}
</style>