Shades of Black Forest #2F4024
Tints of Black Forest #2F4024
RGB
CMYK
RGB Variations
Color information
#2F4024 (or 0x2F4024) is known color: Black Forest. HEX triplet: 2F, 40 and 24. RGB value is (47,64,36). Sum of RGB (Red+Green+Blue) = 47+64+36=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4024 is #D0BFDB. Grayscale: #373737. Windows color (decimal): -13680604 or 2375727. OLE color: 2375727.
HSL color Cylindrical-coordinate representation of color #2F4024: hue angle of 96.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F4024 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 36 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.75 |
| HSL | 96.43º | 0.28% | 0.2% | - |
| HSV(B) | 96.43º | 0.44% | 0.25% | - |
| XYZ | 3.32 | 4.4 | 2.34 | - |
| YUV | 55.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 36 | 0.27 | 0 | 0.44 | 0.75 | 96.43 | 0.28 | 0.2 |
| Hex | 2F | 40 | 24 | 1B | 0 | 2C | 4B | 60 | 1C | 14 |
| Octal | 57 | 100 | 44 | 33 | 0 | 54 | 113 | 140 | 34 | 24 |
| Binary | 101111 | 1000000 | 100100 | 11011 | 0 | 101100 | 1001011 | 1100000 | 11100 | 10100 |
Color Harmonies of #2F4024
Complementary color
Monochromatic Colors of #2F4024
Black with #2F4024
Text Example
Text Example
White with #2F4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4024; }
p { color: rgb(47,64,36); }
H1.HeaderClassName
{
color: #2F4024;
}
.AnyTagClassName
{
color: #2F4024;
}
</style>
background-color css
<style>
a { background-color: #2F4024; }
a { background-color: rgb(47,64,36); }
div.DivClassName
{
background-color: #2F4024;
}
.BgClassName
{
background-color: #2F4024;
}
</style>
border-color css
<style>
span { border-color: #2F4024; }
span { border-color: rgb(47,64,36); }
td.TdClassName
{
border-color: #2F4024;
}
.TagClassName
{
border-color: #2F4024;
}
</style>