Shades of Black Forest #294117
Tints of Black Forest #294117
RGB
CMYK
RGB Variations
Color information
#294117 (or 0x294117) is known color: Black Forest. HEX triplet: 29, 41 and 17. RGB value is (41,65,23). Sum of RGB (Red+Green+Blue) = 41+65+23=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #294117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294117 is #D6BEE8. Grayscale: #353535. Windows color (decimal): -14073577 or 1524009. OLE color: 1524009.
HSL color Cylindrical-coordinate representation of color #294117: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294117 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 23 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.75 |
| HSL | 94.29º | 0.48% | 0.17% | - |
| HSV(B) | 94.29º | 0.65% | 0.25% | - |
| XYZ | 2.96 | 4.31 | 1.49 | - |
| YUV | 53.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 23 | 0.37 | 0 | 0.65 | 0.75 | 94.29 | 0.48 | 0.17 |
| Hex | 29 | 41 | 17 | 25 | 0 | 41 | 4B | 5E | 30 | 11 |
| Octal | 51 | 101 | 27 | 45 | 0 | 101 | 113 | 136 | 60 | 21 |
| Binary | 101001 | 1000001 | 10111 | 100101 | 0 | 1000001 | 1001011 | 1011110 | 110000 | 10001 |
Color Harmonies of #294117
Complementary color
Monochromatic Colors of #294117
Black with #294117
Text Example
Text Example
White with #294117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294117; }
p { color: rgb(41,65,23); }
H1.HeaderClassName
{
color: #294117;
}
.AnyTagClassName
{
color: #294117;
}
</style>
background-color css
<style>
a { background-color: #294117; }
a { background-color: rgb(41,65,23); }
div.DivClassName
{
background-color: #294117;
}
.BgClassName
{
background-color: #294117;
}
</style>
border-color css
<style>
span { border-color: #294117; }
span { border-color: rgb(41,65,23); }
td.TdClassName
{
border-color: #294117;
}
.TagClassName
{
border-color: #294117;
}
</style>