Shades of Eternity #2F3520
Tints of Eternity #2F3520
RGB
CMYK
RGB Variations
Color information
#2F3520 (or 0x2F3520) is known color: Eternity. HEX triplet: 2F, 35 and 20. RGB value is (47,53,32). Sum of RGB (Red+Green+Blue) = 47+53+32=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #2F3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3520 is #D0CADF. Grayscale: #303030. Windows color (decimal): -13683424 or 2110767. OLE color: 2110767.
HSL color Cylindrical-coordinate representation of color #2F3520: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F3520 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 32 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.79 |
| HSL | 77.14º | 0.25% | 0.17% | - |
| HSV(B) | 77.14º | 0.4% | 0.21% | - |
| XYZ | 2.71 | 3.25 | 1.85 | - |
| YUV | 48.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 32 | 0.11 | 0 | 0.40 | 0.79 | 77.14 | 0.25 | 0.17 |
| Hex | 2F | 35 | 20 | B | 0 | 28 | 4F | 4D | 19 | 11 |
| Octal | 57 | 65 | 40 | 13 | 0 | 50 | 117 | 115 | 31 | 21 |
| Binary | 101111 | 110101 | 100000 | 1011 | 0 | 101000 | 1001111 | 1001101 | 11001 | 10001 |
Color Harmonies of #2F3520
Complementary color
Monochromatic Colors of #2F3520
Black with #2F3520
Text Example
Text Example
White with #2F3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3520; }
p { color: rgb(47,53,32); }
H1.HeaderClassName
{
color: #2F3520;
}
.AnyTagClassName
{
color: #2F3520;
}
</style>
background-color css
<style>
a { background-color: #2F3520; }
a { background-color: rgb(47,53,32); }
div.DivClassName
{
background-color: #2F3520;
}
.BgClassName
{
background-color: #2F3520;
}
</style>
border-color css
<style>
span { border-color: #2F3520; }
span { border-color: rgb(47,53,32); }
td.TdClassName
{
border-color: #2F3520;
}
.TagClassName
{
border-color: #2F3520;
}
</style>