Shades of Black Forest #294813
Tints of Black Forest #294813
RGB
CMYK
RGB Variations
Color information
#294813 (or 0x294813) is known color: Black Forest. HEX triplet: 29, 48 and 13. RGB value is (41,72,19). Sum of RGB (Red+Green+Blue) = 41+72+19=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #294813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294813 is #D6B7EC. Grayscale: #383838. Windows color (decimal): -14071789 or 1263657. OLE color: 1263657.
HSL color Cylindrical-coordinate representation of color #294813: hue angle of 95.09º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294813 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 72 | 19 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.72 |
| HSL | 95.09º | 0.58% | 0.18% | - |
| HSV(B) | 95.09º | 0.74% | 0.28% | - |
| XYZ | 3.35 | 5.15 | 1.43 | - |
| YUV | 56.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 19 | 0.43 | 0 | 0.74 | 0.72 | 95.09 | 0.58 | 0.18 |
| Hex | 29 | 48 | 13 | 2B | 0 | 4A | 48 | 5F | 3A | 12 |
| Octal | 51 | 110 | 23 | 53 | 0 | 112 | 110 | 137 | 72 | 22 |
| Binary | 101001 | 1001000 | 10011 | 101011 | 0 | 1001010 | 1001000 | 1011111 | 111010 | 10010 |
Color Harmonies of #294813
Complementary color
Monochromatic Colors of #294813
Black with #294813
Text Example
Text Example
White with #294813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294813; }
p { color: rgb(41,72,19); }
H1.HeaderClassName
{
color: #294813;
}
.AnyTagClassName
{
color: #294813;
}
</style>
background-color css
<style>
a { background-color: #294813; }
a { background-color: rgb(41,72,19); }
div.DivClassName
{
background-color: #294813;
}
.BgClassName
{
background-color: #294813;
}
</style>
border-color css
<style>
span { border-color: #294813; }
span { border-color: rgb(41,72,19); }
td.TdClassName
{
border-color: #294813;
}
.TagClassName
{
border-color: #294813;
}
</style>