Shades of Forest Green #21740E
Tints of Forest Green #21740E
RGB
CMYK
RGB Variations
Color information
#21740E (or 0x21740E) is known color: Forest Green. HEX triplet: 21, 74 and 0E. RGB value is (33,116,14). Sum of RGB (Red+Green+Blue) = 33+116+14=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #21740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21740E is #DE8BF1. Grayscale: #4F4F4F. Windows color (decimal): -14584818 or 947233. OLE color: 947233.
HSL color Cylindrical-coordinate representation of color #21740E: hue angle of 108.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21740E is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 116 | 14 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.55 |
| HSL | 108.82º | 0.78% | 0.25% | - |
| HSV(B) | 108.82º | 0.88% | 0.45% | - |
| XYZ | 6.95 | 12.85 | 2.53 | - |
| YUV | 79.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 14 | 0.72 | 0 | 0.88 | 0.55 | 108.82 | 0.78 | 0.25 |
| Hex | 21 | 74 | E | 48 | 0 | 58 | 37 | 6D | 4E | 19 |
| Octal | 41 | 164 | 16 | 110 | 0 | 130 | 67 | 155 | 116 | 31 |
| Binary | 100001 | 1110100 | 1110 | 1001000 | 0 | 1011000 | 110111 | 1101101 | 1001110 | 11001 |
Color Harmonies of #21740E
Complementary color
Monochromatic Colors of #21740E
Black with #21740E
Text Example
Text Example
White with #21740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21740E; }
p { color: rgb(33,116,14); }
H1.HeaderClassName
{
color: #21740E;
}
.AnyTagClassName
{
color: #21740E;
}
</style>
background-color css
<style>
a { background-color: #21740E; }
a { background-color: rgb(33,116,14); }
div.DivClassName
{
background-color: #21740E;
}
.BgClassName
{
background-color: #21740E;
}
</style>
border-color css
<style>
span { border-color: #21740E; }
span { border-color: rgb(33,116,14); }
td.TdClassName
{
border-color: #21740E;
}
.TagClassName
{
border-color: #21740E;
}
</style>