Shades of Eternity #2A2C23
Tints of Eternity #2A2C23
RGB
CMYK
RGB Variations
Color information
#2A2C23 (or 0x2A2C23) is known color: Eternity. HEX triplet: 2A, 2C and 23. RGB value is (42,44,35). Sum of RGB (Red+Green+Blue) = 42+44+35=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 44 - color contains mainly: green. Hex color #2A2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2C23 is #D5D3DC. Grayscale: #2A2A2A. Windows color (decimal): -14013405 or 2305066. OLE color: 2305066.
HSL color Cylindrical-coordinate representation of color #2A2C23: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2A2C23 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 44 | 35 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.83 |
| HSL | 73.33º | 0.11% | 0.15% | - |
| HSV(B) | 73.33º | 0.2% | 0.17% | - |
| XYZ | 2.16 | 2.41 | 1.94 | - |
| YUV | 42.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 35 | 0.05 | 0 | 0.20 | 0.83 | 73.33 | 0.11 | 0.15 |
| Hex | 2A | 2C | 23 | 5 | 0 | 14 | 53 | 49 | B | F |
| Octal | 52 | 54 | 43 | 5 | 0 | 24 | 123 | 111 | 13 | 17 |
| Binary | 101010 | 101100 | 100011 | 101 | 0 | 10100 | 1010011 | 1001001 | 1011 | 1111 |
Color Harmonies of #2A2C23
Complementary color
Monochromatic Colors of #2A2C23
Black with #2A2C23
Text Example
Text Example
White with #2A2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2C23; }
p { color: rgb(42,44,35); }
H1.HeaderClassName
{
color: #2A2C23;
}
.AnyTagClassName
{
color: #2A2C23;
}
</style>
background-color css
<style>
a { background-color: #2A2C23; }
a { background-color: rgb(42,44,35); }
div.DivClassName
{
background-color: #2A2C23;
}
.BgClassName
{
background-color: #2A2C23;
}
</style>
border-color css
<style>
span { border-color: #2A2C23; }
span { border-color: rgb(42,44,35); }
td.TdClassName
{
border-color: #2A2C23;
}
.TagClassName
{
border-color: #2A2C23;
}
</style>