Shades of Rangoon Green #2D3321
Tints of Rangoon Green #2D3321
RGB
CMYK
RGB Variations
Color information
#2D3321 (or 0x2D3321) is known color: Rangoon Green. HEX triplet: 2D, 33 and 21. RGB value is (45,51,33). Sum of RGB (Red+Green+Blue) = 45+51+33=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3321 is #D2CCDE. Grayscale: #2F2F2F. Windows color (decimal): -13815007 or 2175789. OLE color: 2175789.
HSL color Cylindrical-coordinate representation of color #2D3321: hue angle of 80º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D3321 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 33 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.8 |
| HSL | 80º | 0.21% | 0.16% | - |
| HSV(B) | 80º | 0.35% | 0.2% | - |
| XYZ | 2.54 | 3.04 | 1.89 | - |
| YUV | 47.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 33 | 0.12 | 0 | 0.35 | 0.8 | 80 | 0.21 | 0.16 |
| Hex | 2D | 33 | 21 | C | 0 | 23 | 50 | 50 | 15 | 10 |
| Octal | 55 | 63 | 41 | 14 | 0 | 43 | 120 | 120 | 25 | 20 |
| Binary | 101101 | 110011 | 100001 | 1100 | 0 | 100011 | 1010000 | 1010000 | 10101 | 10000 |
Color Harmonies of #2D3321
Complementary color
Monochromatic Colors of #2D3321
Black with #2D3321
Text Example
Text Example
White with #2D3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3321; }
p { color: rgb(45,51,33); }
H1.HeaderClassName
{
color: #2D3321;
}
.AnyTagClassName
{
color: #2D3321;
}
</style>
background-color css
<style>
a { background-color: #2D3321; }
a { background-color: rgb(45,51,33); }
div.DivClassName
{
background-color: #2D3321;
}
.BgClassName
{
background-color: #2D3321;
}
</style>
border-color css
<style>
span { border-color: #2D3321; }
span { border-color: rgb(45,51,33); }
td.TdClassName
{
border-color: #2D3321;
}
.TagClassName
{
border-color: #2D3321;
}
</style>