Shades of Black Forest #2F4025
Tints of Black Forest #2F4025
RGB
CMYK
RGB Variations
Color information
#2F4025 (or 0x2F4025) is known color: Black Forest. HEX triplet: 2F, 40 and 25. RGB value is (47,64,37). Sum of RGB (Red+Green+Blue) = 47+64+37=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4025 is #D0BFDA. Grayscale: #373737. Windows color (decimal): -13680603 or 2441263. OLE color: 2441263.
HSL color Cylindrical-coordinate representation of color #2F4025: hue angle of 97.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4025 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 37 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.75 |
| HSL | 97.78º | 0.27% | 0.2% | - |
| HSV(B) | 97.78º | 0.42% | 0.25% | - |
| XYZ | 3.34 | 4.4 | 2.42 | - |
| YUV | 55.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 37 | 0.27 | 0 | 0.42 | 0.75 | 97.78 | 0.27 | 0.2 |
| Hex | 2F | 40 | 25 | 1B | 0 | 2A | 4B | 62 | 1B | 14 |
| Octal | 57 | 100 | 45 | 33 | 0 | 52 | 113 | 142 | 33 | 24 |
| Binary | 101111 | 1000000 | 100101 | 11011 | 0 | 101010 | 1001011 | 1100010 | 11011 | 10100 |
Color Harmonies of #2F4025
Complementary color
Monochromatic Colors of #2F4025
Black with #2F4025
Text Example
Text Example
White with #2F4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4025; }
p { color: rgb(47,64,37); }
H1.HeaderClassName
{
color: #2F4025;
}
.AnyTagClassName
{
color: #2F4025;
}
</style>
background-color css
<style>
a { background-color: #2F4025; }
a { background-color: rgb(47,64,37); }
div.DivClassName
{
background-color: #2F4025;
}
.BgClassName
{
background-color: #2F4025;
}
</style>
border-color css
<style>
span { border-color: #2F4025; }
span { border-color: rgb(47,64,37); }
td.TdClassName
{
border-color: #2F4025;
}
.TagClassName
{
border-color: #2F4025;
}
</style>