Shades of Rangoon Green #1D2016
Tints of Rangoon Green #1D2016
RGB
CMYK
RGB Variations
Color information
#1D2016 (or 0x1D2016) is known color: Rangoon Green. HEX triplet: 1D, 20 and 16. RGB value is (29,32,22). Sum of RGB (Red+Green+Blue) = 29+32+22=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2016 is #E2DFE9. Grayscale: #1E1E1E. Windows color (decimal): -14868458 or 1450013. OLE color: 1450013.
HSL color Cylindrical-coordinate representation of color #1D2016: hue angle of 78º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D2016 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 32 | 22 | - |
CMYK | 0.09 | 0 | 0.31 | 0.87 |
HSL | 78º | 0.19% | 0.11% | - |
HSV(B) | 78º | 0.31% | 0.13% | - |
XYZ | 1.17 | 1.35 | 0.96 | - |
YUV | 29.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 32 | 22 | 0.09 | 0 | 0.31 | 0.87 | 78 | 0.19 | 0.11 |
Hex | 1D | 20 | 16 | 9 | 0 | 1F | 57 | 4E | 13 | B |
Octal | 35 | 40 | 26 | 11 | 0 | 37 | 127 | 116 | 23 | 13 |
Binary | 11101 | 100000 | 10110 | 1001 | 0 | 11111 | 1010111 | 1001110 | 10011 | 1011 |
Color Harmonies of #1D2016
Complementary color
Monochromatic Colors of #1D2016
Black with #1D2016
Text Example
Text Example
White with #1D2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2016; }
p { color: rgb(29,32,22); }
H1.HeaderClassName
{
color: #1D2016;
}
.AnyTagClassName
{
color: #1D2016;
}
</style>
background-color css
<style>
a { background-color: #1D2016; }
a { background-color: rgb(29,32,22); }
div.DivClassName
{
background-color: #1D2016;
}
.BgClassName
{
background-color: #1D2016;
}
</style>
border-color css
<style>
span { border-color: #1D2016; }
span { border-color: rgb(29,32,22); }
td.TdClassName
{
border-color: #1D2016;
}
.TagClassName
{
border-color: #1D2016;
}
</style>