Shades of Black Forest #254212
Tints of Black Forest #254212
RGB
CMYK
RGB Variations
Color information
#254212 (or 0x254212) is known color: Black Forest. HEX triplet: 25, 42 and 12. RGB value is (37,66,18). Sum of RGB (Red+Green+Blue) = 37+66+18=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #254212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254212 is #DABDED. Grayscale: #343434. Windows color (decimal): -14335470 or 1196581. OLE color: 1196581.
HSL color Cylindrical-coordinate representation of color #254212: hue angle of 96.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254212 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 18 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.74 |
| HSL | 96.25º | 0.57% | 0.16% | - |
| HSV(B) | 96.25º | 0.73% | 0.26% | - |
| XYZ | 2.82 | 4.33 | 1.26 | - |
| YUV | 51.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 18 | 0.44 | 0 | 0.73 | 0.74 | 96.25 | 0.57 | 0.16 |
| Hex | 25 | 42 | 12 | 2C | 0 | 49 | 4A | 60 | 39 | 10 |
| Octal | 45 | 102 | 22 | 54 | 0 | 111 | 112 | 140 | 71 | 20 |
| Binary | 100101 | 1000010 | 10010 | 101100 | 0 | 1001001 | 1001010 | 1100000 | 111001 | 10000 |
Color Harmonies of #254212
Complementary color
Monochromatic Colors of #254212
Black with #254212
Text Example
Text Example
White with #254212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254212; }
p { color: rgb(37,66,18); }
H1.HeaderClassName
{
color: #254212;
}
.AnyTagClassName
{
color: #254212;
}
</style>
background-color css
<style>
a { background-color: #254212; }
a { background-color: rgb(37,66,18); }
div.DivClassName
{
background-color: #254212;
}
.BgClassName
{
background-color: #254212;
}
</style>
border-color css
<style>
span { border-color: #254212; }
span { border-color: rgb(37,66,18); }
td.TdClassName
{
border-color: #254212;
}
.TagClassName
{
border-color: #254212;
}
</style>