Shades of Eternity #2E3224
Tints of Eternity #2E3224
RGB
CMYK
RGB Variations
Color information
#2E3224 (or 0x2E3224) is known color: Eternity. HEX triplet: 2E, 32 and 24. RGB value is (46,50,36). Sum of RGB (Red+Green+Blue) = 46+50+36=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3224 is #D1CDDB. Grayscale: #2F2F2F. Windows color (decimal): -13749724 or 2372142. OLE color: 2372142.
HSL color Cylindrical-coordinate representation of color #2E3224: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3224 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 36 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.80 |
| HSL | 77.14º | 0.16% | 0.17% | - |
| HSV(B) | 77.14º | 0.28% | 0.2% | - |
| XYZ | 2.59 | 2.99 | 2.11 | - |
| YUV | 47.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 36 | 0.08 | 0 | 0.28 | 0.80 | 77.14 | 0.16 | 0.17 |
| Hex | 2E | 32 | 24 | 8 | 0 | 1C | 50 | 4D | 10 | 11 |
| Octal | 56 | 62 | 44 | 10 | 0 | 34 | 120 | 115 | 20 | 21 |
| Binary | 101110 | 110010 | 100100 | 1000 | 0 | 11100 | 1010000 | 1001101 | 10000 | 10001 |
Color Harmonies of #2E3224
Complementary color
Monochromatic Colors of #2E3224
Black with #2E3224
Text Example
Text Example
White with #2E3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3224; }
p { color: rgb(46,50,36); }
H1.HeaderClassName
{
color: #2E3224;
}
.AnyTagClassName
{
color: #2E3224;
}
</style>
background-color css
<style>
a { background-color: #2E3224; }
a { background-color: rgb(46,50,36); }
div.DivClassName
{
background-color: #2E3224;
}
.BgClassName
{
background-color: #2E3224;
}
</style>
border-color css
<style>
span { border-color: #2E3224; }
span { border-color: rgb(46,50,36); }
td.TdClassName
{
border-color: #2E3224;
}
.TagClassName
{
border-color: #2E3224;
}
</style>