Shades of Eternity #2D3024
Tints of Eternity #2D3024
RGB
CMYK
RGB Variations
Color information
#2D3024 (or 0x2D3024) is known color: Eternity. HEX triplet: 2D, 30 and 24. RGB value is (45,48,36). Sum of RGB (Red+Green+Blue) = 45+48+36=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3024 is #D2CFDB. Grayscale: #2D2D2D. Windows color (decimal): -13815772 or 2371629. OLE color: 2371629.
HSL color Cylindrical-coordinate representation of color #2D3024: hue angle of 75º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D3024 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 36 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.81 |
| HSL | 75º | 0.14% | 0.16% | - |
| HSV(B) | 75º | 0.25% | 0.19% | - |
| XYZ | 2.46 | 2.8 | 2.08 | - |
| YUV | 45.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 36 | 0.06 | 0 | 0.25 | 0.81 | 75 | 0.14 | 0.16 |
| Hex | 2D | 30 | 24 | 6 | 0 | 19 | 51 | 4B | E | 10 |
| Octal | 55 | 60 | 44 | 6 | 0 | 31 | 121 | 113 | 16 | 20 |
| Binary | 101101 | 110000 | 100100 | 110 | 0 | 11001 | 1010001 | 1001011 | 1110 | 10000 |
Color Harmonies of #2D3024
Complementary color
Monochromatic Colors of #2D3024
Black with #2D3024
Text Example
Text Example
White with #2D3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3024; }
p { color: rgb(45,48,36); }
H1.HeaderClassName
{
color: #2D3024;
}
.AnyTagClassName
{
color: #2D3024;
}
</style>
background-color css
<style>
a { background-color: #2D3024; }
a { background-color: rgb(45,48,36); }
div.DivClassName
{
background-color: #2D3024;
}
.BgClassName
{
background-color: #2D3024;
}
</style>
border-color css
<style>
span { border-color: #2D3024; }
span { border-color: rgb(45,48,36); }
td.TdClassName
{
border-color: #2D3024;
}
.TagClassName
{
border-color: #2D3024;
}
</style>