Shades of Black Forest #2F3C21
Tints of Black Forest #2F3C21
RGB
CMYK
RGB Variations
Color information
#2F3C21 (or 0x2F3C21) is known color: Black Forest. HEX triplet: 2F, 3C and 21. RGB value is (47,60,33). Sum of RGB (Red+Green+Blue) = 47+60+33=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C21 is #D0C3DE. Grayscale: #353535. Windows color (decimal): -13681631 or 2178095. OLE color: 2178095.
HSL color Cylindrical-coordinate representation of color #2F3C21: hue angle of 88.89º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F3C21 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 33 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.76 |
| HSL | 88.89º | 0.29% | 0.18% | - |
| HSV(B) | 88.89º | 0.45% | 0.24% | - |
| XYZ | 3.06 | 3.95 | 2.04 | - |
| YUV | 53.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 33 | 0.22 | 0 | 0.45 | 0.76 | 88.89 | 0.29 | 0.18 |
| Hex | 2F | 3C | 21 | 16 | 0 | 2D | 4C | 59 | 1D | 12 |
| Octal | 57 | 74 | 41 | 26 | 0 | 55 | 114 | 131 | 35 | 22 |
| Binary | 101111 | 111100 | 100001 | 10110 | 0 | 101101 | 1001100 | 1011001 | 11101 | 10010 |
Color Harmonies of #2F3C21
Complementary color
Monochromatic Colors of #2F3C21
Black with #2F3C21
Text Example
Text Example
White with #2F3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C21; }
p { color: rgb(47,60,33); }
H1.HeaderClassName
{
color: #2F3C21;
}
.AnyTagClassName
{
color: #2F3C21;
}
</style>
background-color css
<style>
a { background-color: #2F3C21; }
a { background-color: rgb(47,60,33); }
div.DivClassName
{
background-color: #2F3C21;
}
.BgClassName
{
background-color: #2F3C21;
}
</style>
border-color css
<style>
span { border-color: #2F3C21; }
span { border-color: rgb(47,60,33); }
td.TdClassName
{
border-color: #2F3C21;
}
.TagClassName
{
border-color: #2F3C21;
}
</style>