Shades of Eternity #2F312A
Tints of Eternity #2F312A
RGB
CMYK
RGB Variations
Color information
#2F312A (or 0x2F312A) is known color: Eternity. HEX triplet: 2F, 31 and 2A. RGB value is (47,49,42). Sum of RGB (Red+Green+Blue) = 47+49+42=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312A is #D0CED5. Grayscale: #2F2F2F. Windows color (decimal): -13684438 or 2765103. OLE color: 2765103.
HSL color Cylindrical-coordinate representation of color #2F312A: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2F312A is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 42 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.81 |
| HSL | 77.14º | 0.08% | 0.18% | - |
| HSV(B) | 77.14º | 0.14% | 0.19% | - |
| XYZ | 2.69 | 2.97 | 2.62 | - |
| YUV | 47.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 42 | 0.04 | 0 | 0.14 | 0.81 | 77.14 | 0.08 | 0.18 |
| Hex | 2F | 31 | 2A | 4 | 0 | E | 51 | 4D | 8 | 12 |
| Octal | 57 | 61 | 52 | 4 | 0 | 16 | 121 | 115 | 10 | 22 |
| Binary | 101111 | 110001 | 101010 | 100 | 0 | 1110 | 1010001 | 1001101 | 1000 | 10010 |
Color Harmonies of #2F312A
Complementary color
Monochromatic Colors of #2F312A
Black with #2F312A
Text Example
Text Example
White with #2F312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F312A; }
p { color: rgb(47,49,42); }
H1.HeaderClassName
{
color: #2F312A;
}
.AnyTagClassName
{
color: #2F312A;
}
</style>
background-color css
<style>
a { background-color: #2F312A; }
a { background-color: rgb(47,49,42); }
div.DivClassName
{
background-color: #2F312A;
}
.BgClassName
{
background-color: #2F312A;
}
</style>
border-color css
<style>
span { border-color: #2F312A; }
span { border-color: rgb(47,49,42); }
td.TdClassName
{
border-color: #2F312A;
}
.TagClassName
{
border-color: #2F312A;
}
</style>