Shades of Eternity #2B2D25
Tints of Eternity #2B2D25
RGB
CMYK
RGB Variations
Color information
#2B2D25 (or 0x2B2D25) is known color: Eternity. HEX triplet: 2B, 2D and 25. RGB value is (43,45,37). Sum of RGB (Red+Green+Blue) = 43+45+37=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D25 is #D4D2DA. Grayscale: #2B2B2B. Windows color (decimal): -13947611 or 2436395. OLE color: 2436395.
HSL color Cylindrical-coordinate representation of color #2B2D25: hue angle of 75º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2B2D25 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 37 | - |
CMYK | 0.04 | 0 | 0.18 | 0.82 |
HSL | 75º | 0.1% | 0.16% | - |
HSV(B) | 75º | 0.18% | 0.18% | - |
XYZ | 2.27 | 2.52 | 2.12 | - |
YUV | 43.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 37 | 0.04 | 0 | 0.18 | 0.82 | 75 | 0.1 | 0.16 |
Hex | 2B | 2D | 25 | 4 | 0 | 12 | 52 | 4B | A | 10 |
Octal | 53 | 55 | 45 | 4 | 0 | 22 | 122 | 113 | 12 | 20 |
Binary | 101011 | 101101 | 100101 | 100 | 0 | 10010 | 1010010 | 1001011 | 1010 | 10000 |
Color Harmonies of #2B2D25
Complementary color
Monochromatic Colors of #2B2D25
Black with #2B2D25
Text Example
Text Example
White with #2B2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D25; }
p { color: rgb(43,45,37); }
H1.HeaderClassName
{
color: #2B2D25;
}
.AnyTagClassName
{
color: #2B2D25;
}
</style>
background-color css
<style>
a { background-color: #2B2D25; }
a { background-color: rgb(43,45,37); }
div.DivClassName
{
background-color: #2B2D25;
}
.BgClassName
{
background-color: #2B2D25;
}
</style>
border-color css
<style>
span { border-color: #2B2D25; }
span { border-color: rgb(43,45,37); }
td.TdClassName
{
border-color: #2B2D25;
}
.TagClassName
{
border-color: #2B2D25;
}
</style>