Shades of Rangoon Green #2D341D
Tints of Rangoon Green #2D341D
RGB
CMYK
RGB Variations
Color information
#2D341D (or 0x2D341D) is known color: Rangoon Green. HEX triplet: 2D, 34 and 1D. RGB value is (45,52,29). Sum of RGB (Red+Green+Blue) = 45+52+29=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #2D341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D341D is #D2CBE2. Grayscale: #2F2F2F. Windows color (decimal): -13814755 or 1913901. OLE color: 1913901.
HSL color Cylindrical-coordinate representation of color #2D341D: hue angle of 78.26º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D341D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 29 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.80 |
| HSL | 78.26º | 0.28% | 0.16% | - |
| HSV(B) | 78.26º | 0.44% | 0.2% | - |
| XYZ | 2.53 | 3.1 | 1.63 | - |
| YUV | 47.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 29 | 0.13 | 0 | 0.44 | 0.80 | 78.26 | 0.28 | 0.16 |
| Hex | 2D | 34 | 1D | D | 0 | 2C | 50 | 4E | 1C | 10 |
| Octal | 55 | 64 | 35 | 15 | 0 | 54 | 120 | 116 | 34 | 20 |
| Binary | 101101 | 110100 | 11101 | 1101 | 0 | 101100 | 1010000 | 1001110 | 11100 | 10000 |
Color Harmonies of #2D341D
Complementary color
Monochromatic Colors of #2D341D
Black with #2D341D
Text Example
Text Example
White with #2D341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D341D; }
p { color: rgb(45,52,29); }
H1.HeaderClassName
{
color: #2D341D;
}
.AnyTagClassName
{
color: #2D341D;
}
</style>
background-color css
<style>
a { background-color: #2D341D; }
a { background-color: rgb(45,52,29); }
div.DivClassName
{
background-color: #2D341D;
}
.BgClassName
{
background-color: #2D341D;
}
</style>
border-color css
<style>
span { border-color: #2D341D; }
span { border-color: rgb(45,52,29); }
td.TdClassName
{
border-color: #2D341D;
}
.TagClassName
{
border-color: #2D341D;
}
</style>