Shades of Eternity #2D2E2B
Tints of Eternity #2D2E2B
RGB
CMYK
RGB Variations
Color information
#2D2E2B (or 0x2D2E2B) is known color: Eternity. HEX triplet: 2D, 2E and 2B. RGB value is (45,46,43). Sum of RGB (Red+Green+Blue) = 45+46+43=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 46 - color contains mainly: green. Hex color #2D2E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E2B is #D2D1D4. Grayscale: #2D2D2D. Windows color (decimal): -13816277 or 2829869. OLE color: 2829869.
HSL color Cylindrical-coordinate representation of color #2D2E2B: hue angle of 80º degrees, saturation: 0.03, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2D2E2B is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 46 | 43 | - |
CMYK | 0.02 | 0 | 0.07 | 0.82 |
HSL | 80º | 0.03% | 0.17% | - |
HSV(B) | 80º | 0.07% | 0.18% | - |
XYZ | 2.5 | 2.69 | 2.67 | - |
YUV | 45.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 46 | 43 | 0.02 | 0 | 0.07 | 0.82 | 80 | 0.03 | 0.17 |
Hex | 2D | 2E | 2B | 2 | 0 | 7 | 52 | 50 | 3 | 11 |
Octal | 55 | 56 | 53 | 2 | 0 | 7 | 122 | 120 | 3 | 21 |
Binary | 101101 | 101110 | 101011 | 10 | 0 | 111 | 1010010 | 1010000 | 11 | 10001 |
Color Harmonies of #2D2E2B
Complementary color
Monochromatic Colors of #2D2E2B
Black with #2D2E2B
Text Example
Text Example
White with #2D2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2E2B; }
p { color: rgb(45,46,43); }
H1.HeaderClassName
{
color: #2D2E2B;
}
.AnyTagClassName
{
color: #2D2E2B;
}
</style>
background-color css
<style>
a { background-color: #2D2E2B; }
a { background-color: rgb(45,46,43); }
div.DivClassName
{
background-color: #2D2E2B;
}
.BgClassName
{
background-color: #2D2E2B;
}
</style>
border-color css
<style>
span { border-color: #2D2E2B; }
span { border-color: rgb(45,46,43); }
td.TdClassName
{
border-color: #2D2E2B;
}
.TagClassName
{
border-color: #2D2E2B;
}
</style>