Shades of Rangoon Green #2E3323
Tints of Rangoon Green #2E3323
RGB
CMYK
RGB Variations
Color information
#2E3323 (or 0x2E3323) is known color: Rangoon Green. HEX triplet: 2E, 33 and 23. RGB value is (46,51,35). Sum of RGB (Red+Green+Blue) = 46+51+35=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3323 is #D1CCDC. Grayscale: #2F2F2F. Windows color (decimal): -13749469 or 2306862. OLE color: 2306862.
HSL color Cylindrical-coordinate representation of color #2E3323: hue angle of 78.75º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3323 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 35 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.8 |
| HSL | 78.75º | 0.19% | 0.17% | - |
| HSV(B) | 78.75º | 0.31% | 0.2% | - |
| XYZ | 2.61 | 3.07 | 2.04 | - |
| YUV | 47.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 35 | 0.10 | 0 | 0.31 | 0.8 | 78.75 | 0.19 | 0.17 |
| Hex | 2E | 33 | 23 | A | 0 | 1F | 50 | 4F | 13 | 11 |
| Octal | 56 | 63 | 43 | 12 | 0 | 37 | 120 | 117 | 23 | 21 |
| Binary | 101110 | 110011 | 100011 | 1010 | 0 | 11111 | 1010000 | 1001111 | 10011 | 10001 |
Color Harmonies of #2E3323
Complementary color
Monochromatic Colors of #2E3323
Black with #2E3323
Text Example
Text Example
White with #2E3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3323; }
p { color: rgb(46,51,35); }
H1.HeaderClassName
{
color: #2E3323;
}
.AnyTagClassName
{
color: #2E3323;
}
</style>
background-color css
<style>
a { background-color: #2E3323; }
a { background-color: rgb(46,51,35); }
div.DivClassName
{
background-color: #2E3323;
}
.BgClassName
{
background-color: #2E3323;
}
</style>
border-color css
<style>
span { border-color: #2E3323; }
span { border-color: rgb(46,51,35); }
td.TdClassName
{
border-color: #2E3323;
}
.TagClassName
{
border-color: #2E3323;
}
</style>