Shades of Eternity #2F3223
Tints of Eternity #2F3223
RGB
CMYK
RGB Variations
Color information
#2F3223 (or 0x2F3223) is known color: Eternity. HEX triplet: 2F, 32 and 23. RGB value is (47,50,35). Sum of RGB (Red+Green+Blue) = 47+50+35=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3223 is #D0CDDC. Grayscale: #2F2F2F. Windows color (decimal): -13684189 or 2306607. OLE color: 2306607.
HSL color Cylindrical-coordinate representation of color #2F3223: hue angle of 72º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F3223 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 35 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.80 |
| HSL | 72º | 0.18% | 0.17% | - |
| HSV(B) | 72º | 0.3% | 0.2% | - |
| XYZ | 2.62 | 3.01 | 2.03 | - |
| YUV | 47.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 35 | 0.06 | 0 | 0.30 | 0.80 | 72 | 0.18 | 0.17 |
| Hex | 2F | 32 | 23 | 6 | 0 | 1E | 50 | 48 | 12 | 11 |
| Octal | 57 | 62 | 43 | 6 | 0 | 36 | 120 | 110 | 22 | 21 |
| Binary | 101111 | 110010 | 100011 | 110 | 0 | 11110 | 1010000 | 1001000 | 10010 | 10001 |
Color Harmonies of #2F3223
Complementary color
Monochromatic Colors of #2F3223
Black with #2F3223
Text Example
Text Example
White with #2F3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3223; }
p { color: rgb(47,50,35); }
H1.HeaderClassName
{
color: #2F3223;
}
.AnyTagClassName
{
color: #2F3223;
}
</style>
background-color css
<style>
a { background-color: #2F3223; }
a { background-color: rgb(47,50,35); }
div.DivClassName
{
background-color: #2F3223;
}
.BgClassName
{
background-color: #2F3223;
}
</style>
border-color css
<style>
span { border-color: #2F3223; }
span { border-color: rgb(47,50,35); }
td.TdClassName
{
border-color: #2F3223;
}
.TagClassName
{
border-color: #2F3223;
}
</style>