Shades of Eternity #2D3123
Tints of Eternity #2D3123
RGB
CMYK
RGB Variations
Color information
#2D3123 (or 0x2D3123) is known color: Eternity. HEX triplet: 2D, 31 and 23. RGB value is (45,49,35). Sum of RGB (Red+Green+Blue) = 45+49+35=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3123 is #D2CEDC. Grayscale: #2E2E2E. Windows color (decimal): -13815517 or 2306349. OLE color: 2306349.
HSL color Cylindrical-coordinate representation of color #2D3123: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D3123 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 35 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.81 |
| HSL | 77.14º | 0.17% | 0.16% | - |
| HSV(B) | 77.14º | 0.29% | 0.19% | - |
| XYZ | 2.48 | 2.88 | 2.01 | - |
| YUV | 46.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 35 | 0.08 | 0 | 0.29 | 0.81 | 77.14 | 0.17 | 0.16 |
| Hex | 2D | 31 | 23 | 8 | 0 | 1D | 51 | 4D | 11 | 10 |
| Octal | 55 | 61 | 43 | 10 | 0 | 35 | 121 | 115 | 21 | 20 |
| Binary | 101101 | 110001 | 100011 | 1000 | 0 | 11101 | 1010001 | 1001101 | 10001 | 10000 |
Color Harmonies of #2D3123
Complementary color
Monochromatic Colors of #2D3123
Black with #2D3123
Text Example
Text Example
White with #2D3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3123; }
p { color: rgb(45,49,35); }
H1.HeaderClassName
{
color: #2D3123;
}
.AnyTagClassName
{
color: #2D3123;
}
</style>
background-color css
<style>
a { background-color: #2D3123; }
a { background-color: rgb(45,49,35); }
div.DivClassName
{
background-color: #2D3123;
}
.BgClassName
{
background-color: #2D3123;
}
</style>
border-color css
<style>
span { border-color: #2D3123; }
span { border-color: rgb(45,49,35); }
td.TdClassName
{
border-color: #2D3123;
}
.TagClassName
{
border-color: #2D3123;
}
</style>