Shades of Rangoon Green #2E3423
Tints of Rangoon Green #2E3423
RGB
CMYK
RGB Variations
Color information
#2E3423 (or 0x2E3423) is known color: Rangoon Green. HEX triplet: 2E, 34 and 23. RGB value is (46,52,35). Sum of RGB (Red+Green+Blue) = 46+52+35=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3423 is #D1CBDC. Grayscale: #303030. Windows color (decimal): -13749213 or 2307118. OLE color: 2307118.
HSL color Cylindrical-coordinate representation of color #2E3423: hue angle of 81.18º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3423 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 35 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.80 |
| HSL | 81.18º | 0.2% | 0.17% | - |
| HSV(B) | 81.18º | 0.33% | 0.2% | - |
| XYZ | 2.66 | 3.16 | 2.06 | - |
| YUV | 48.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 35 | 0.12 | 0 | 0.33 | 0.80 | 81.18 | 0.2 | 0.17 |
| Hex | 2E | 34 | 23 | C | 0 | 21 | 50 | 51 | 14 | 11 |
| Octal | 56 | 64 | 43 | 14 | 0 | 41 | 120 | 121 | 24 | 21 |
| Binary | 101110 | 110100 | 100011 | 1100 | 0 | 100001 | 1010000 | 1010001 | 10100 | 10001 |
Color Harmonies of #2E3423
Complementary color
Monochromatic Colors of #2E3423
Black with #2E3423
Text Example
Text Example
White with #2E3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3423; }
p { color: rgb(46,52,35); }
H1.HeaderClassName
{
color: #2E3423;
}
.AnyTagClassName
{
color: #2E3423;
}
</style>
background-color css
<style>
a { background-color: #2E3423; }
a { background-color: rgb(46,52,35); }
div.DivClassName
{
background-color: #2E3423;
}
.BgClassName
{
background-color: #2E3423;
}
</style>
border-color css
<style>
span { border-color: #2E3423; }
span { border-color: rgb(46,52,35); }
td.TdClassName
{
border-color: #2E3423;
}
.TagClassName
{
border-color: #2E3423;
}
</style>