Shades of Black Forest #2F4122
Tints of Black Forest #2F4122
RGB
CMYK
RGB Variations
Color information
#2F4122 (or 0x2F4122) is known color: Black Forest. HEX triplet: 2F, 41 and 22. RGB value is (47,65,34). Sum of RGB (Red+Green+Blue) = 47+65+34=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4122 is #D0BEDD. Grayscale: #383838. Windows color (decimal): -13680350 or 2244911. OLE color: 2244911.
HSL color Cylindrical-coordinate representation of color #2F4122: hue angle of 94.84º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F4122 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 34 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.75 |
| HSL | 94.84º | 0.31% | 0.19% | - |
| HSV(B) | 94.84º | 0.48% | 0.25% | - |
| XYZ | 3.35 | 4.5 | 2.21 | - |
| YUV | 56.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 34 | 0.28 | 0 | 0.48 | 0.75 | 94.84 | 0.31 | 0.19 |
| Hex | 2F | 41 | 22 | 1C | 0 | 30 | 4B | 5F | 1F | 13 |
| Octal | 57 | 101 | 42 | 34 | 0 | 60 | 113 | 137 | 37 | 23 |
| Binary | 101111 | 1000001 | 100010 | 11100 | 0 | 110000 | 1001011 | 1011111 | 11111 | 10011 |
Color Harmonies of #2F4122
Complementary color
Monochromatic Colors of #2F4122
Black with #2F4122
Text Example
Text Example
White with #2F4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4122; }
p { color: rgb(47,65,34); }
H1.HeaderClassName
{
color: #2F4122;
}
.AnyTagClassName
{
color: #2F4122;
}
</style>
background-color css
<style>
a { background-color: #2F4122; }
a { background-color: rgb(47,65,34); }
div.DivClassName
{
background-color: #2F4122;
}
.BgClassName
{
background-color: #2F4122;
}
</style>
border-color css
<style>
span { border-color: #2F4122; }
span { border-color: rgb(47,65,34); }
td.TdClassName
{
border-color: #2F4122;
}
.TagClassName
{
border-color: #2F4122;
}
</style>