Shades of Rangoon Green #2E341E
Tints of Rangoon Green #2E341E
RGB
CMYK
RGB Variations
Color information
#2E341E (or 0x2E341E) is known color: Rangoon Green. HEX triplet: 2E, 34 and 1E. RGB value is (46,52,30). Sum of RGB (Red+Green+Blue) = 46+52+30=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #2E341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E341E is #D1CBE1. Grayscale: #2F2F2F. Windows color (decimal): -13749218 or 1979438. OLE color: 1979438.
HSL color Cylindrical-coordinate representation of color #2E341E: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E341E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 30 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.80 |
| HSL | 76.36º | 0.27% | 0.16% | - |
| HSV(B) | 76.36º | 0.42% | 0.2% | - |
| XYZ | 2.59 | 3.13 | 1.7 | - |
| YUV | 47.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 30 | 0.12 | 0 | 0.42 | 0.80 | 76.36 | 0.27 | 0.16 |
| Hex | 2E | 34 | 1E | C | 0 | 2A | 50 | 4C | 1B | 10 |
| Octal | 56 | 64 | 36 | 14 | 0 | 52 | 120 | 114 | 33 | 20 |
| Binary | 101110 | 110100 | 11110 | 1100 | 0 | 101010 | 1010000 | 1001100 | 11011 | 10000 |
Color Harmonies of #2E341E
Complementary color
Monochromatic Colors of #2E341E
Black with #2E341E
Text Example
Text Example
White with #2E341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E341E; }
p { color: rgb(46,52,30); }
H1.HeaderClassName
{
color: #2E341E;
}
.AnyTagClassName
{
color: #2E341E;
}
</style>
background-color css
<style>
a { background-color: #2E341E; }
a { background-color: rgb(46,52,30); }
div.DivClassName
{
background-color: #2E341E;
}
.BgClassName
{
background-color: #2E341E;
}
</style>
border-color css
<style>
span { border-color: #2E341E; }
span { border-color: rgb(46,52,30); }
td.TdClassName
{
border-color: #2E341E;
}
.TagClassName
{
border-color: #2E341E;
}
</style>