Shades of Rangoon Green #2D341F
Tints of Rangoon Green #2D341F
RGB
CMYK
RGB Variations
Color information
#2D341F (or 0x2D341F) is known color: Rangoon Green. HEX triplet: 2D, 34 and 1F. RGB value is (45,52,31). Sum of RGB (Red+Green+Blue) = 45+52+31=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #2D341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D341F is #D2CBE0. Grayscale: #2F2F2F. Windows color (decimal): -13814753 or 2044973. OLE color: 2044973.
HSL color Cylindrical-coordinate representation of color #2D341F: hue angle of 80º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D341F is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 31 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.80 |
| HSL | 80º | 0.25% | 0.16% | - |
| HSV(B) | 80º | 0.4% | 0.2% | - |
| XYZ | 2.56 | 3.11 | 1.76 | - |
| YUV | 47.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 31 | 0.13 | 0 | 0.40 | 0.80 | 80 | 0.25 | 0.16 |
| Hex | 2D | 34 | 1F | D | 0 | 28 | 50 | 50 | 19 | 10 |
| Octal | 55 | 64 | 37 | 15 | 0 | 50 | 120 | 120 | 31 | 20 |
| Binary | 101101 | 110100 | 11111 | 1101 | 0 | 101000 | 1010000 | 1010000 | 11001 | 10000 |
Color Harmonies of #2D341F
Complementary color
Monochromatic Colors of #2D341F
Black with #2D341F
Text Example
Text Example
White with #2D341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D341F; }
p { color: rgb(45,52,31); }
H1.HeaderClassName
{
color: #2D341F;
}
.AnyTagClassName
{
color: #2D341F;
}
</style>
background-color css
<style>
a { background-color: #2D341F; }
a { background-color: rgb(45,52,31); }
div.DivClassName
{
background-color: #2D341F;
}
.BgClassName
{
background-color: #2D341F;
}
</style>
border-color css
<style>
span { border-color: #2D341F; }
span { border-color: rgb(45,52,31); }
td.TdClassName
{
border-color: #2D341F;
}
.TagClassName
{
border-color: #2D341F;
}
</style>