Shades of Eternity #2D3122
Tints of Eternity #2D3122
RGB
CMYK
RGB Variations
Color information
#2D3122 (or 0x2D3122) is known color: Eternity. HEX triplet: 2D, 31 and 22. RGB value is (45,49,34). Sum of RGB (Red+Green+Blue) = 45+49+34=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3122 is #D2CEDD. Grayscale: #2E2E2E. Windows color (decimal): -13815518 or 2240813. OLE color: 2240813.
HSL color Cylindrical-coordinate representation of color #2D3122: hue angle of 76º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D3122 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 34 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.81 |
| HSL | 76º | 0.18% | 0.16% | - |
| HSV(B) | 76º | 0.31% | 0.19% | - |
| XYZ | 2.47 | 2.87 | 1.94 | - |
| YUV | 46.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 34 | 0.08 | 0 | 0.31 | 0.81 | 76 | 0.18 | 0.16 |
| Hex | 2D | 31 | 22 | 8 | 0 | 1F | 51 | 4C | 12 | 10 |
| Octal | 55 | 61 | 42 | 10 | 0 | 37 | 121 | 114 | 22 | 20 |
| Binary | 101101 | 110001 | 100010 | 1000 | 0 | 11111 | 1010001 | 1001100 | 10010 | 10000 |
Color Harmonies of #2D3122
Complementary color
Monochromatic Colors of #2D3122
Black with #2D3122
Text Example
Text Example
White with #2D3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3122; }
p { color: rgb(45,49,34); }
H1.HeaderClassName
{
color: #2D3122;
}
.AnyTagClassName
{
color: #2D3122;
}
</style>
background-color css
<style>
a { background-color: #2D3122; }
a { background-color: rgb(45,49,34); }
div.DivClassName
{
background-color: #2D3122;
}
.BgClassName
{
background-color: #2D3122;
}
</style>
border-color css
<style>
span { border-color: #2D3122; }
span { border-color: rgb(45,49,34); }
td.TdClassName
{
border-color: #2D3122;
}
.TagClassName
{
border-color: #2D3122;
}
</style>