Shades of Black Forest #2F3B27
Tints of Black Forest #2F3B27
RGB
CMYK
RGB Variations
Color information
#2F3B27 (or 0x2F3B27) is known color: Black Forest. HEX triplet: 2F, 3B and 27. RGB value is (47,59,39). Sum of RGB (Red+Green+Blue) = 47+59+39=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B27 is #D0C4D8. Grayscale: #353535. Windows color (decimal): -13681881 or 2571055. OLE color: 2571055.
HSL color Cylindrical-coordinate representation of color #2F3B27: hue angle of 96º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F3B27 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 39 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.77 |
| HSL | 96º | 0.2% | 0.19% | - |
| HSV(B) | 96º | 0.34% | 0.23% | - |
| XYZ | 3.1 | 3.88 | 2.5 | - |
| YUV | 53.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 39 | 0.20 | 0 | 0.34 | 0.77 | 96 | 0.2 | 0.19 |
| Hex | 2F | 3B | 27 | 14 | 0 | 22 | 4D | 60 | 14 | 13 |
| Octal | 57 | 73 | 47 | 24 | 0 | 42 | 115 | 140 | 24 | 23 |
| Binary | 101111 | 111011 | 100111 | 10100 | 0 | 100010 | 1001101 | 1100000 | 10100 | 10011 |
Color Harmonies of #2F3B27
Complementary color
Monochromatic Colors of #2F3B27
Black with #2F3B27
Text Example
Text Example
White with #2F3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B27; }
p { color: rgb(47,59,39); }
H1.HeaderClassName
{
color: #2F3B27;
}
.AnyTagClassName
{
color: #2F3B27;
}
</style>
background-color css
<style>
a { background-color: #2F3B27; }
a { background-color: rgb(47,59,39); }
div.DivClassName
{
background-color: #2F3B27;
}
.BgClassName
{
background-color: #2F3B27;
}
</style>
border-color css
<style>
span { border-color: #2F3B27; }
span { border-color: rgb(47,59,39); }
td.TdClassName
{
border-color: #2F3B27;
}
.TagClassName
{
border-color: #2F3B27;
}
</style>