Shades of Rangoon Green #2E351F
Tints of Rangoon Green #2E351F
RGB
CMYK
RGB Variations
Color information
#2E351F (or 0x2E351F) is known color: Rangoon Green. HEX triplet: 2E, 35 and 1F. RGB value is (46,53,31). Sum of RGB (Red+Green+Blue) = 46+53+31=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #2E351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E351F is #D1CAE0. Grayscale: #303030. Windows color (decimal): -13748961 or 2045230. OLE color: 2045230.
HSL color Cylindrical-coordinate representation of color #2E351F: hue angle of 79.09º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E351F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 31 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.79 |
| HSL | 79.09º | 0.26% | 0.16% | - |
| HSV(B) | 79.09º | 0.42% | 0.21% | - |
| XYZ | 2.65 | 3.23 | 1.78 | - |
| YUV | 48.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 31 | 0.13 | 0 | 0.42 | 0.79 | 79.09 | 0.26 | 0.16 |
| Hex | 2E | 35 | 1F | D | 0 | 2A | 4F | 4F | 1A | 10 |
| Octal | 56 | 65 | 37 | 15 | 0 | 52 | 117 | 117 | 32 | 20 |
| Binary | 101110 | 110101 | 11111 | 1101 | 0 | 101010 | 1001111 | 1001111 | 11010 | 10000 |
Color Harmonies of #2E351F
Complementary color
Monochromatic Colors of #2E351F
Black with #2E351F
Text Example
Text Example
White with #2E351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E351F; }
p { color: rgb(46,53,31); }
H1.HeaderClassName
{
color: #2E351F;
}
.AnyTagClassName
{
color: #2E351F;
}
</style>
background-color css
<style>
a { background-color: #2E351F; }
a { background-color: rgb(46,53,31); }
div.DivClassName
{
background-color: #2E351F;
}
.BgClassName
{
background-color: #2E351F;
}
</style>
border-color css
<style>
span { border-color: #2E351F; }
span { border-color: rgb(46,53,31); }
td.TdClassName
{
border-color: #2E351F;
}
.TagClassName
{
border-color: #2E351F;
}
</style>