Shades of Eternity #2F3227
Tints of Eternity #2F3227
RGB
CMYK
RGB Variations
Color information
#2F3227 (or 0x2F3227) is known color: Eternity. HEX triplet: 2F, 32 and 27. RGB value is (47,50,39). Sum of RGB (Red+Green+Blue) = 47+50+39=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3227 is #D0CDD8. Grayscale: #2F2F2F. Windows color (decimal): -13684185 or 2568751. OLE color: 2568751.
HSL color Cylindrical-coordinate representation of color #2F3227: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F3227 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 39 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.80 |
| HSL | 76.36º | 0.12% | 0.17% | - |
| HSV(B) | 76.36º | 0.22% | 0.2% | - |
| XYZ | 2.68 | 3.03 | 2.36 | - |
| YUV | 47.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 39 | 0.06 | 0 | 0.22 | 0.80 | 76.36 | 0.12 | 0.17 |
| Hex | 2F | 32 | 27 | 6 | 0 | 16 | 50 | 4C | C | 11 |
| Octal | 57 | 62 | 47 | 6 | 0 | 26 | 120 | 114 | 14 | 21 |
| Binary | 101111 | 110010 | 100111 | 110 | 0 | 10110 | 1010000 | 1001100 | 1100 | 10001 |
Color Harmonies of #2F3227
Complementary color
Monochromatic Colors of #2F3227
Black with #2F3227
Text Example
Text Example
White with #2F3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3227; }
p { color: rgb(47,50,39); }
H1.HeaderClassName
{
color: #2F3227;
}
.AnyTagClassName
{
color: #2F3227;
}
</style>
background-color css
<style>
a { background-color: #2F3227; }
a { background-color: rgb(47,50,39); }
div.DivClassName
{
background-color: #2F3227;
}
.BgClassName
{
background-color: #2F3227;
}
</style>
border-color css
<style>
span { border-color: #2F3227; }
span { border-color: rgb(47,50,39); }
td.TdClassName
{
border-color: #2F3227;
}
.TagClassName
{
border-color: #2F3227;
}
</style>