Shades of Eternity #2D3025
Tints of Eternity #2D3025
RGB
CMYK
RGB Variations
Color information
#2D3025 (or 0x2D3025) is known color: Eternity. HEX triplet: 2D, 30 and 25. RGB value is (45,48,37). Sum of RGB (Red+Green+Blue) = 45+48+37=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3025 is #D2CFDA. Grayscale: #2D2D2D. Windows color (decimal): -13815771 or 2437165. OLE color: 2437165.
HSL color Cylindrical-coordinate representation of color #2D3025: hue angle of 76.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2D3025 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 37 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.81 |
| HSL | 76.36º | 0.13% | 0.17% | - |
| HSV(B) | 76.36º | 0.23% | 0.19% | - |
| XYZ | 2.47 | 2.81 | 2.16 | - |
| YUV | 45.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 37 | 0.06 | 0 | 0.23 | 0.81 | 76.36 | 0.13 | 0.17 |
| Hex | 2D | 30 | 25 | 6 | 0 | 17 | 51 | 4C | D | 11 |
| Octal | 55 | 60 | 45 | 6 | 0 | 27 | 121 | 114 | 15 | 21 |
| Binary | 101101 | 110000 | 100101 | 110 | 0 | 10111 | 1010001 | 1001100 | 1101 | 10001 |
Color Harmonies of #2D3025
Complementary color
Monochromatic Colors of #2D3025
Black with #2D3025
Text Example
Text Example
White with #2D3025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3025; }
p { color: rgb(45,48,37); }
H1.HeaderClassName
{
color: #2D3025;
}
.AnyTagClassName
{
color: #2D3025;
}
</style>
background-color css
<style>
a { background-color: #2D3025; }
a { background-color: rgb(45,48,37); }
div.DivClassName
{
background-color: #2D3025;
}
.BgClassName
{
background-color: #2D3025;
}
</style>
border-color css
<style>
span { border-color: #2D3025; }
span { border-color: rgb(45,48,37); }
td.TdClassName
{
border-color: #2D3025;
}
.TagClassName
{
border-color: #2D3025;
}
</style>