Shades of Rangoon Green #1D230A
Tints of Rangoon Green #1D230A
RGB
CMYK
RGB Variations
Color information
#1D230A (or 0x1D230A) is known color: Rangoon Green. HEX triplet: 1D, 23 and 0A. RGB value is (29,35,10). Sum of RGB (Red+Green+Blue) = 29+35+10=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #1D230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D230A is #E2DCF5. Grayscale: #1E1E1E. Windows color (decimal): -14867702 or 664349. OLE color: 664349.
HSL color Cylindrical-coordinate representation of color #1D230A: hue angle of 74.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D230A is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 35 | 10 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.86 |
| HSL | 74.4º | 0.56% | 0.09% | - |
| HSV(B) | 74.4º | 0.71% | 0.14% | - |
| XYZ | 1.16 | 1.49 | 0.51 | - |
| YUV | 30.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 10 | 0.17 | 0 | 0.71 | 0.86 | 74.4 | 0.56 | 0.09 |
| Hex | 1D | 23 | A | 11 | 0 | 47 | 56 | 4A | 38 | 9 |
| Octal | 35 | 43 | 12 | 21 | 0 | 107 | 126 | 112 | 70 | 11 |
| Binary | 11101 | 100011 | 1010 | 10001 | 0 | 1000111 | 1010110 | 1001010 | 111000 | 1001 |
Color Harmonies of #1D230A
Complementary color
Monochromatic Colors of #1D230A
Black with #1D230A
Text Example
Text Example
White with #1D230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D230A; }
p { color: rgb(29,35,10); }
H1.HeaderClassName
{
color: #1D230A;
}
.AnyTagClassName
{
color: #1D230A;
}
</style>
background-color css
<style>
a { background-color: #1D230A; }
a { background-color: rgb(29,35,10); }
div.DivClassName
{
background-color: #1D230A;
}
.BgClassName
{
background-color: #1D230A;
}
</style>
border-color css
<style>
span { border-color: #1D230A; }
span { border-color: rgb(29,35,10); }
td.TdClassName
{
border-color: #1D230A;
}
.TagClassName
{
border-color: #1D230A;
}
</style>