Shades of Rangoon Green #2E3421
Tints of Rangoon Green #2E3421
RGB
CMYK
RGB Variations
Color information
#2E3421 (or 0x2E3421) is known color: Rangoon Green. HEX triplet: 2E, 34 and 21. RGB value is (46,52,33). Sum of RGB (Red+Green+Blue) = 46+52+33=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3421 is #D1CBDE. Grayscale: #303030. Windows color (decimal): -13749215 or 2176046. OLE color: 2176046.
HSL color Cylindrical-coordinate representation of color #2E3421: hue angle of 78.95º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3421 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 33 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.80 |
| HSL | 78.95º | 0.22% | 0.17% | - |
| HSV(B) | 78.95º | 0.37% | 0.2% | - |
| XYZ | 2.63 | 3.15 | 1.91 | - |
| YUV | 48.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 33 | 0.12 | 0 | 0.37 | 0.80 | 78.95 | 0.22 | 0.17 |
| Hex | 2E | 34 | 21 | C | 0 | 25 | 50 | 4F | 16 | 11 |
| Octal | 56 | 64 | 41 | 14 | 0 | 45 | 120 | 117 | 26 | 21 |
| Binary | 101110 | 110100 | 100001 | 1100 | 0 | 100101 | 1010000 | 1001111 | 10110 | 10001 |
Color Harmonies of #2E3421
Complementary color
Monochromatic Colors of #2E3421
Black with #2E3421
Text Example
Text Example
White with #2E3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3421; }
p { color: rgb(46,52,33); }
H1.HeaderClassName
{
color: #2E3421;
}
.AnyTagClassName
{
color: #2E3421;
}
</style>
background-color css
<style>
a { background-color: #2E3421; }
a { background-color: rgb(46,52,33); }
div.DivClassName
{
background-color: #2E3421;
}
.BgClassName
{
background-color: #2E3421;
}
</style>
border-color css
<style>
span { border-color: #2E3421; }
span { border-color: rgb(46,52,33); }
td.TdClassName
{
border-color: #2E3421;
}
.TagClassName
{
border-color: #2E3421;
}
</style>