Shades of Rangoon Green #2E3520
Tints of Rangoon Green #2E3520
RGB
CMYK
RGB Variations
Color information
#2E3520 (or 0x2E3520) is known color: Rangoon Green. HEX triplet: 2E, 35 and 20. RGB value is (46,53,32). Sum of RGB (Red+Green+Blue) = 46+53+32=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3520 is #D1CADF. Grayscale: #303030. Windows color (decimal): -13748960 or 2110766. OLE color: 2110766.
HSL color Cylindrical-coordinate representation of color #2E3520: hue angle of 80º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3520 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 32 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.79 |
| HSL | 80º | 0.25% | 0.17% | - |
| HSV(B) | 80º | 0.4% | 0.21% | - |
| XYZ | 2.66 | 3.23 | 1.85 | - |
| YUV | 48.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 32 | 0.13 | 0 | 0.40 | 0.79 | 80 | 0.25 | 0.17 |
| Hex | 2E | 35 | 20 | D | 0 | 28 | 4F | 50 | 19 | 11 |
| Octal | 56 | 65 | 40 | 15 | 0 | 50 | 117 | 120 | 31 | 21 |
| Binary | 101110 | 110101 | 100000 | 1101 | 0 | 101000 | 1001111 | 1010000 | 11001 | 10001 |
Color Harmonies of #2E3520
Complementary color
Monochromatic Colors of #2E3520
Black with #2E3520
Text Example
Text Example
White with #2E3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3520; }
p { color: rgb(46,53,32); }
H1.HeaderClassName
{
color: #2E3520;
}
.AnyTagClassName
{
color: #2E3520;
}
</style>
background-color css
<style>
a { background-color: #2E3520; }
a { background-color: rgb(46,53,32); }
div.DivClassName
{
background-color: #2E3520;
}
.BgClassName
{
background-color: #2E3520;
}
</style>
border-color css
<style>
span { border-color: #2E3520; }
span { border-color: rgb(46,53,32); }
td.TdClassName
{
border-color: #2E3520;
}
.TagClassName
{
border-color: #2E3520;
}
</style>