Shades of Rangoon Green #2D341A
Tints of Rangoon Green #2D341A
RGB
CMYK
RGB Variations
Color information
#2D341A (or 0x2D341A) is known color: Rangoon Green. HEX triplet: 2D, 34 and 1A. RGB value is (45,52,26). Sum of RGB (Red+Green+Blue) = 45+52+26=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #2D341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D341A is #D2CBE5. Grayscale: #2F2F2F. Windows color (decimal): -13814758 or 1717293. OLE color: 1717293.
HSL color Cylindrical-coordinate representation of color #2D341A: hue angle of 76.15º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D341A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 26 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.80 |
| HSL | 76.15º | 0.33% | 0.15% | - |
| HSV(B) | 76.15º | 0.5% | 0.2% | - |
| XYZ | 2.5 | 3.09 | 1.44 | - |
| YUV | 46.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 26 | 0.13 | 0 | 0.50 | 0.80 | 76.15 | 0.33 | 0.15 |
| Hex | 2D | 34 | 1A | D | 0 | 32 | 50 | 4C | 21 | F |
| Octal | 55 | 64 | 32 | 15 | 0 | 62 | 120 | 114 | 41 | 17 |
| Binary | 101101 | 110100 | 11010 | 1101 | 0 | 110010 | 1010000 | 1001100 | 100001 | 1111 |
Color Harmonies of #2D341A
Complementary color
Monochromatic Colors of #2D341A
Black with #2D341A
Text Example
Text Example
White with #2D341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D341A; }
p { color: rgb(45,52,26); }
H1.HeaderClassName
{
color: #2D341A;
}
.AnyTagClassName
{
color: #2D341A;
}
</style>
background-color css
<style>
a { background-color: #2D341A; }
a { background-color: rgb(45,52,26); }
div.DivClassName
{
background-color: #2D341A;
}
.BgClassName
{
background-color: #2D341A;
}
</style>
border-color css
<style>
span { border-color: #2D341A; }
span { border-color: rgb(45,52,26); }
td.TdClassName
{
border-color: #2D341A;
}
.TagClassName
{
border-color: #2D341A;
}
</style>