Shades of Black Forest #2F3E22
Tints of Black Forest #2F3E22
RGB
CMYK
RGB Variations
Color information
#2F3E22 (or 0x2F3E22) is known color: Black Forest. HEX triplet: 2F, 3E and 22. RGB value is (47,62,34). Sum of RGB (Red+Green+Blue) = 47+62+34=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E22 is #D0C1DD. Grayscale: #363636. Windows color (decimal): -13681118 or 2244143. OLE color: 2244143.
HSL color Cylindrical-coordinate representation of color #2F3E22: hue angle of 92.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F3E22 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 34 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.76 |
| HSL | 92.14º | 0.29% | 0.19% | - |
| HSV(B) | 92.14º | 0.45% | 0.24% | - |
| XYZ | 3.18 | 4.17 | 2.15 | - |
| YUV | 54.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 34 | 0.24 | 0 | 0.45 | 0.76 | 92.14 | 0.29 | 0.19 |
| Hex | 2F | 3E | 22 | 18 | 0 | 2D | 4C | 5C | 1D | 13 |
| Octal | 57 | 76 | 42 | 30 | 0 | 55 | 114 | 134 | 35 | 23 |
| Binary | 101111 | 111110 | 100010 | 11000 | 0 | 101101 | 1001100 | 1011100 | 11101 | 10011 |
Color Harmonies of #2F3E22
Complementary color
Monochromatic Colors of #2F3E22
Black with #2F3E22
Text Example
Text Example
White with #2F3E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E22; }
p { color: rgb(47,62,34); }
H1.HeaderClassName
{
color: #2F3E22;
}
.AnyTagClassName
{
color: #2F3E22;
}
</style>
background-color css
<style>
a { background-color: #2F3E22; }
a { background-color: rgb(47,62,34); }
div.DivClassName
{
background-color: #2F3E22;
}
.BgClassName
{
background-color: #2F3E22;
}
</style>
border-color css
<style>
span { border-color: #2F3E22; }
span { border-color: rgb(47,62,34); }
td.TdClassName
{
border-color: #2F3E22;
}
.TagClassName
{
border-color: #2F3E22;
}
</style>