Shades of Eternity #2F302C
Tints of Eternity #2F302C
RGB
CMYK
RGB Variations
Color information
#2F302C (or 0x2F302C) is known color: Eternity. HEX triplet: 2F, 30 and 2C. RGB value is (47,48,44). Sum of RGB (Red+Green+Blue) = 47+48+44=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 48 - color contains mainly: green. Hex color #2F302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F302C is #D0CFD3. Grayscale: #2F2F2F. Windows color (decimal): -13684692 or 2895919. OLE color: 2895919.
HSL color Cylindrical-coordinate representation of color #2F302C: hue angle of 75º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2F302C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 47 | 48 | 44 | - |
CMYK | 0.02 | 0 | 0.08 | 0.81 |
HSL | 75º | 0.04% | 0.18% | - |
HSV(B) | 75º | 0.08% | 0.19% | - |
XYZ | 2.68 | 2.9 | 2.8 | - |
YUV | 47.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 48 | 44 | 0.02 | 0 | 0.08 | 0.81 | 75 | 0.04 | 0.18 |
Hex | 2F | 30 | 2C | 2 | 0 | 8 | 51 | 4B | 4 | 12 |
Octal | 57 | 60 | 54 | 2 | 0 | 10 | 121 | 113 | 4 | 22 |
Binary | 101111 | 110000 | 101100 | 10 | 0 | 1000 | 1010001 | 1001011 | 100 | 10010 |
Color Harmonies of #2F302C
Complementary color
Monochromatic Colors of #2F302C
Black with #2F302C
Text Example
Text Example
White with #2F302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F302C; }
p { color: rgb(47,48,44); }
H1.HeaderClassName
{
color: #2F302C;
}
.AnyTagClassName
{
color: #2F302C;
}
</style>
background-color css
<style>
a { background-color: #2F302C; }
a { background-color: rgb(47,48,44); }
div.DivClassName
{
background-color: #2F302C;
}
.BgClassName
{
background-color: #2F302C;
}
</style>
border-color css
<style>
span { border-color: #2F302C; }
span { border-color: rgb(47,48,44); }
td.TdClassName
{
border-color: #2F302C;
}
.TagClassName
{
border-color: #2F302C;
}
</style>