Shades of Eternity #2A2C24
Tints of Eternity #2A2C24
RGB
CMYK
RGB Variations
Color information
#2A2C24 (or 0x2A2C24) is known color: Eternity. HEX triplet: 2A, 2C and 24. RGB value is (42,44,36). Sum of RGB (Red+Green+Blue) = 42+44+36=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 44 - color contains mainly: green. Hex color #2A2C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2C24 is #D5D3DB. Grayscale: #2A2A2A. Windows color (decimal): -14013404 or 2370602. OLE color: 2370602.
HSL color Cylindrical-coordinate representation of color #2A2C24: hue angle of 75º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A2C24 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 44 | 36 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.83 |
| HSL | 75º | 0.1% | 0.16% | - |
| HSV(B) | 75º | 0.18% | 0.17% | - |
| XYZ | 2.17 | 2.42 | 2.02 | - |
| YUV | 42.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 36 | 0.05 | 0 | 0.18 | 0.83 | 75 | 0.1 | 0.16 |
| Hex | 2A | 2C | 24 | 5 | 0 | 12 | 53 | 4B | A | 10 |
| Octal | 52 | 54 | 44 | 5 | 0 | 22 | 123 | 113 | 12 | 20 |
| Binary | 101010 | 101100 | 100100 | 101 | 0 | 10010 | 1010011 | 1001011 | 1010 | 10000 |
Color Harmonies of #2A2C24
Complementary color
Monochromatic Colors of #2A2C24
Black with #2A2C24
Text Example
Text Example
White with #2A2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2C24; }
p { color: rgb(42,44,36); }
H1.HeaderClassName
{
color: #2A2C24;
}
.AnyTagClassName
{
color: #2A2C24;
}
</style>
background-color css
<style>
a { background-color: #2A2C24; }
a { background-color: rgb(42,44,36); }
div.DivClassName
{
background-color: #2A2C24;
}
.BgClassName
{
background-color: #2A2C24;
}
</style>
border-color css
<style>
span { border-color: #2A2C24; }
span { border-color: rgb(42,44,36); }
td.TdClassName
{
border-color: #2A2C24;
}
.TagClassName
{
border-color: #2A2C24;
}
</style>