Shades of Rangoon Green #1D2112
Tints of Rangoon Green #1D2112
RGB
CMYK
RGB Variations
Color information
#1D2112 (or 0x1D2112) is known color: Rangoon Green. HEX triplet: 1D, 21 and 12. RGB value is (29,33,18). Sum of RGB (Red+Green+Blue) = 29+33+18=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2112 is #E2DEED. Grayscale: #1E1E1E. Windows color (decimal): -14868206 or 1188125. OLE color: 1188125.
HSL color Cylindrical-coordinate representation of color #1D2112: hue angle of 76º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D2112 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 33 | 18 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.87 |
| HSL | 76º | 0.29% | 0.1% | - |
| HSV(B) | 76º | 0.45% | 0.13% | - |
| XYZ | 1.16 | 1.39 | 0.78 | - |
| YUV | 30.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 18 | 0.12 | 0 | 0.45 | 0.87 | 76 | 0.29 | 0.1 |
| Hex | 1D | 21 | 12 | C | 0 | 2D | 57 | 4C | 1D | A |
| Octal | 35 | 41 | 22 | 14 | 0 | 55 | 127 | 114 | 35 | 12 |
| Binary | 11101 | 100001 | 10010 | 1100 | 0 | 101101 | 1010111 | 1001100 | 11101 | 1010 |
Color Harmonies of #1D2112
Complementary color
Monochromatic Colors of #1D2112
Black with #1D2112
Text Example
Text Example
White with #1D2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2112; }
p { color: rgb(29,33,18); }
H1.HeaderClassName
{
color: #1D2112;
}
.AnyTagClassName
{
color: #1D2112;
}
</style>
background-color css
<style>
a { background-color: #1D2112; }
a { background-color: rgb(29,33,18); }
div.DivClassName
{
background-color: #1D2112;
}
.BgClassName
{
background-color: #1D2112;
}
</style>
border-color css
<style>
span { border-color: #1D2112; }
span { border-color: rgb(29,33,18); }
td.TdClassName
{
border-color: #1D2112;
}
.TagClassName
{
border-color: #1D2112;
}
</style>