Shades of Black Forest #2F4022
Tints of Black Forest #2F4022
RGB
CMYK
RGB Variations
Color information
#2F4022 (or 0x2F4022) is known color: Black Forest. HEX triplet: 2F, 40 and 22. RGB value is (47,64,34). Sum of RGB (Red+Green+Blue) = 47+64+34=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4022 is #D0BFDD. Grayscale: #373737. Windows color (decimal): -13680606 or 2244655. OLE color: 2244655.
HSL color Cylindrical-coordinate representation of color #2F4022: hue angle of 94º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4022 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 34 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.75 |
| HSL | 94º | 0.31% | 0.19% | - |
| HSV(B) | 94º | 0.47% | 0.25% | - |
| XYZ | 3.29 | 4.39 | 2.19 | - |
| YUV | 55.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 34 | 0.27 | 0 | 0.47 | 0.75 | 94 | 0.31 | 0.19 |
| Hex | 2F | 40 | 22 | 1B | 0 | 2F | 4B | 5E | 1F | 13 |
| Octal | 57 | 100 | 42 | 33 | 0 | 57 | 113 | 136 | 37 | 23 |
| Binary | 101111 | 1000000 | 100010 | 11011 | 0 | 101111 | 1001011 | 1011110 | 11111 | 10011 |
Color Harmonies of #2F4022
Complementary color
Monochromatic Colors of #2F4022
Black with #2F4022
Text Example
Text Example
White with #2F4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4022; }
p { color: rgb(47,64,34); }
H1.HeaderClassName
{
color: #2F4022;
}
.AnyTagClassName
{
color: #2F4022;
}
</style>
background-color css
<style>
a { background-color: #2F4022; }
a { background-color: rgb(47,64,34); }
div.DivClassName
{
background-color: #2F4022;
}
.BgClassName
{
background-color: #2F4022;
}
</style>
border-color css
<style>
span { border-color: #2F4022; }
span { border-color: rgb(47,64,34); }
td.TdClassName
{
border-color: #2F4022;
}
.TagClassName
{
border-color: #2F4022;
}
</style>