Shades of Black Forest #293E16
Tints of Black Forest #293E16
RGB
CMYK
RGB Variations
Color information
#293E16 (or 0x293E16) is known color: Black Forest. HEX triplet: 29, 3E and 16. RGB value is (41,62,22). Sum of RGB (Red+Green+Blue) = 41+62+22=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #293E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E16 is #D6C1E9. Grayscale: #333333. Windows color (decimal): -14074346 or 1457705. OLE color: 1457705.
HSL color Cylindrical-coordinate representation of color #293E16: hue angle of 91.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293E16 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 22 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.76 |
| HSL | 91.5º | 0.48% | 0.16% | - |
| HSV(B) | 91.5º | 0.65% | 0.24% | - |
| XYZ | 2.78 | 3.97 | 1.38 | - |
| YUV | 51.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 22 | 0.34 | 0 | 0.65 | 0.76 | 91.5 | 0.48 | 0.16 |
| Hex | 29 | 3E | 16 | 22 | 0 | 41 | 4C | 5C | 30 | 10 |
| Octal | 51 | 76 | 26 | 42 | 0 | 101 | 114 | 134 | 60 | 20 |
| Binary | 101001 | 111110 | 10110 | 100010 | 0 | 1000001 | 1001100 | 1011100 | 110000 | 10000 |
Color Harmonies of #293E16
Complementary color
Monochromatic Colors of #293E16
Black with #293E16
Text Example
Text Example
White with #293E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E16; }
p { color: rgb(41,62,22); }
H1.HeaderClassName
{
color: #293E16;
}
.AnyTagClassName
{
color: #293E16;
}
</style>
background-color css
<style>
a { background-color: #293E16; }
a { background-color: rgb(41,62,22); }
div.DivClassName
{
background-color: #293E16;
}
.BgClassName
{
background-color: #293E16;
}
</style>
border-color css
<style>
span { border-color: #293E16; }
span { border-color: rgb(41,62,22); }
td.TdClassName
{
border-color: #293E16;
}
.TagClassName
{
border-color: #293E16;
}
</style>