Shades of Rangoon Green #1D1F18
Tints of Rangoon Green #1D1F18
RGB
CMYK
RGB Variations
Color information
#1D1F18 (or 0x1D1F18) is known color: Rangoon Green. HEX triplet: 1D, 1F and 18. RGB value is (29,31,24). Sum of RGB (Red+Green+Blue) = 29+31+24=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F18 is #E2E0E7. Grayscale: #1D1D1D. Windows color (decimal): -14868712 or 1580829. OLE color: 1580829.
HSL color Cylindrical-coordinate representation of color #1D1F18: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1D1F18 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 31 | 24 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.88 |
| HSL | 77.14º | 0.13% | 0.11% | - |
| HSV(B) | 77.14º | 0.23% | 0.12% | - |
| XYZ | 1.16 | 1.31 | 1.06 | - |
| YUV | 29.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 24 | 0.06 | 0 | 0.23 | 0.88 | 77.14 | 0.13 | 0.11 |
| Hex | 1D | 1F | 18 | 6 | 0 | 17 | 58 | 4D | D | B |
| Octal | 35 | 37 | 30 | 6 | 0 | 27 | 130 | 115 | 15 | 13 |
| Binary | 11101 | 11111 | 11000 | 110 | 0 | 10111 | 1011000 | 1001101 | 1101 | 1011 |
Color Harmonies of #1D1F18
Complementary color
Monochromatic Colors of #1D1F18
Black with #1D1F18
Text Example
Text Example
White with #1D1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F18; }
p { color: rgb(29,31,24); }
H1.HeaderClassName
{
color: #1D1F18;
}
.AnyTagClassName
{
color: #1D1F18;
}
</style>
background-color css
<style>
a { background-color: #1D1F18; }
a { background-color: rgb(29,31,24); }
div.DivClassName
{
background-color: #1D1F18;
}
.BgClassName
{
background-color: #1D1F18;
}
</style>
border-color css
<style>
span { border-color: #1D1F18; }
span { border-color: rgb(29,31,24); }
td.TdClassName
{
border-color: #1D1F18;
}
.TagClassName
{
border-color: #1D1F18;
}
</style>