Shades of Rangoon Green #2D3420
Tints of Rangoon Green #2D3420
RGB
CMYK
RGB Variations
Color information
#2D3420 (or 0x2D3420) is known color: Rangoon Green. HEX triplet: 2D, 34 and 20. RGB value is (45,52,32). Sum of RGB (Red+Green+Blue) = 45+52+32=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3420 is #D2CBDF. Grayscale: #2F2F2F. Windows color (decimal): -13814752 or 2110509. OLE color: 2110509.
HSL color Cylindrical-coordinate representation of color #2D3420: hue angle of 81º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D3420 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 32 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.80 |
| HSL | 81º | 0.24% | 0.16% | - |
| HSV(B) | 81º | 0.38% | 0.2% | - |
| XYZ | 2.57 | 3.12 | 1.83 | - |
| YUV | 47.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 32 | 0.13 | 0 | 0.38 | 0.80 | 81 | 0.24 | 0.16 |
| Hex | 2D | 34 | 20 | D | 0 | 26 | 50 | 51 | 18 | 10 |
| Octal | 55 | 64 | 40 | 15 | 0 | 46 | 120 | 121 | 30 | 20 |
| Binary | 101101 | 110100 | 100000 | 1101 | 0 | 100110 | 1010000 | 1010001 | 11000 | 10000 |
Color Harmonies of #2D3420
Complementary color
Monochromatic Colors of #2D3420
Black with #2D3420
Text Example
Text Example
White with #2D3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3420; }
p { color: rgb(45,52,32); }
H1.HeaderClassName
{
color: #2D3420;
}
.AnyTagClassName
{
color: #2D3420;
}
</style>
background-color css
<style>
a { background-color: #2D3420; }
a { background-color: rgb(45,52,32); }
div.DivClassName
{
background-color: #2D3420;
}
.BgClassName
{
background-color: #2D3420;
}
</style>
border-color css
<style>
span { border-color: #2D3420; }
span { border-color: rgb(45,52,32); }
td.TdClassName
{
border-color: #2D3420;
}
.TagClassName
{
border-color: #2D3420;
}
</style>