Shades of Black Forest #293E19
Tints of Black Forest #293E19
RGB
CMYK
RGB Variations
Color information
#293E19 (or 0x293E19) is known color: Black Forest. HEX triplet: 29, 3E and 19. RGB value is (41,62,25). Sum of RGB (Red+Green+Blue) = 41+62+25=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #293E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E19 is #D6C1E6. Grayscale: #333333. Windows color (decimal): -14074343 or 1654313. OLE color: 1654313.
HSL color Cylindrical-coordinate representation of color #293E19: hue angle of 94.05º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293E19 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 25 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.76 |
| HSL | 94.05º | 0.43% | 0.17% | - |
| HSV(B) | 94.05º | 0.6% | 0.24% | - |
| XYZ | 2.81 | 3.99 | 1.54 | - |
| YUV | 51.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 25 | 0.34 | 0 | 0.60 | 0.76 | 94.05 | 0.43 | 0.17 |
| Hex | 29 | 3E | 19 | 22 | 0 | 3C | 4C | 5E | 2B | 11 |
| Octal | 51 | 76 | 31 | 42 | 0 | 74 | 114 | 136 | 53 | 21 |
| Binary | 101001 | 111110 | 11001 | 100010 | 0 | 111100 | 1001100 | 1011110 | 101011 | 10001 |
Color Harmonies of #293E19
Complementary color
Monochromatic Colors of #293E19
Black with #293E19
Text Example
Text Example
White with #293E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E19; }
p { color: rgb(41,62,25); }
H1.HeaderClassName
{
color: #293E19;
}
.AnyTagClassName
{
color: #293E19;
}
</style>
background-color css
<style>
a { background-color: #293E19; }
a { background-color: rgb(41,62,25); }
div.DivClassName
{
background-color: #293E19;
}
.BgClassName
{
background-color: #293E19;
}
</style>
border-color css
<style>
span { border-color: #293E19; }
span { border-color: rgb(41,62,25); }
td.TdClassName
{
border-color: #293E19;
}
.TagClassName
{
border-color: #293E19;
}
</style>