Shades of Eternity #2E3128
Tints of Eternity #2E3128
RGB
CMYK
RGB Variations
Color information
#2E3128 (or 0x2E3128) is known color: Eternity. HEX triplet: 2E, 31 and 28. RGB value is (46,49,40). Sum of RGB (Red+Green+Blue) = 46+49+40=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3128 is #D1CED7. Grayscale: #2F2F2F. Windows color (decimal): -13749976 or 2634030. OLE color: 2634030.
HSL color Cylindrical-coordinate representation of color #2E3128: hue angle of 80º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3128 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 40 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.81 |
| HSL | 80º | 0.1% | 0.17% | - |
| HSV(B) | 80º | 0.18% | 0.19% | - |
| XYZ | 2.61 | 2.93 | 2.44 | - |
| YUV | 47.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 40 | 0.06 | 0 | 0.18 | 0.81 | 80 | 0.1 | 0.17 |
| Hex | 2E | 31 | 28 | 6 | 0 | 12 | 51 | 50 | A | 11 |
| Octal | 56 | 61 | 50 | 6 | 0 | 22 | 121 | 120 | 12 | 21 |
| Binary | 101110 | 110001 | 101000 | 110 | 0 | 10010 | 1010001 | 1010000 | 1010 | 10001 |
Color Harmonies of #2E3128
Complementary color
Monochromatic Colors of #2E3128
Black with #2E3128
Text Example
Text Example
White with #2E3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3128; }
p { color: rgb(46,49,40); }
H1.HeaderClassName
{
color: #2E3128;
}
.AnyTagClassName
{
color: #2E3128;
}
</style>
background-color css
<style>
a { background-color: #2E3128; }
a { background-color: rgb(46,49,40); }
div.DivClassName
{
background-color: #2E3128;
}
.BgClassName
{
background-color: #2E3128;
}
</style>
border-color css
<style>
span { border-color: #2E3128; }
span { border-color: rgb(46,49,40); }
td.TdClassName
{
border-color: #2E3128;
}
.TagClassName
{
border-color: #2E3128;
}
</style>