Shades of Rangoon Green #2D331F
Tints of Rangoon Green #2D331F
RGB
CMYK
RGB Variations
Color information
#2D331F (or 0x2D331F) is known color: Rangoon Green. HEX triplet: 2D, 33 and 1F. RGB value is (45,51,31). Sum of RGB (Red+Green+Blue) = 45+51+31=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #2D331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D331F is #D2CCE0. Grayscale: #2F2F2F. Windows color (decimal): -13815009 or 2044717. OLE color: 2044717.
HSL color Cylindrical-coordinate representation of color #2D331F: hue angle of 78º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D331F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 31 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.8 |
| HSL | 78º | 0.24% | 0.16% | - |
| HSV(B) | 78º | 0.39% | 0.2% | - |
| XYZ | 2.51 | 3.02 | 1.75 | - |
| YUV | 46.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 31 | 0.12 | 0 | 0.39 | 0.8 | 78 | 0.24 | 0.16 |
| Hex | 2D | 33 | 1F | C | 0 | 27 | 50 | 4E | 18 | 10 |
| Octal | 55 | 63 | 37 | 14 | 0 | 47 | 120 | 116 | 30 | 20 |
| Binary | 101101 | 110011 | 11111 | 1100 | 0 | 100111 | 1010000 | 1001110 | 11000 | 10000 |
Color Harmonies of #2D331F
Complementary color
Monochromatic Colors of #2D331F
Black with #2D331F
Text Example
Text Example
White with #2D331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D331F; }
p { color: rgb(45,51,31); }
H1.HeaderClassName
{
color: #2D331F;
}
.AnyTagClassName
{
color: #2D331F;
}
</style>
background-color css
<style>
a { background-color: #2D331F; }
a { background-color: rgb(45,51,31); }
div.DivClassName
{
background-color: #2D331F;
}
.BgClassName
{
background-color: #2D331F;
}
</style>
border-color css
<style>
span { border-color: #2D331F; }
span { border-color: rgb(45,51,31); }
td.TdClassName
{
border-color: #2D331F;
}
.TagClassName
{
border-color: #2D331F;
}
</style>