Shades of Forest Green #21710D
Tints of Forest Green #21710D
RGB
CMYK
RGB Variations
Color information
#21710D (or 0x21710D) is known color: Forest Green. HEX triplet: 21, 71 and 0D. RGB value is (33,113,13). Sum of RGB (Red+Green+Blue) = 33+113+13=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #21710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21710D is #DE8EF2. Grayscale: #4E4E4E. Windows color (decimal): -14585587 or 880929. OLE color: 880929.
HSL color Cylindrical-coordinate representation of color #21710D: hue angle of 108º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21710D is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 13 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.56 |
| HSL | 108º | 0.79% | 0.25% | - |
| HSV(B) | 108º | 0.88% | 0.44% | - |
| XYZ | 6.6 | 12.16 | 2.38 | - |
| YUV | 77.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 13 | 0.71 | 0 | 0.88 | 0.56 | 108 | 0.79 | 0.25 |
| Hex | 21 | 71 | D | 47 | 0 | 58 | 38 | 6C | 4F | 19 |
| Octal | 41 | 161 | 15 | 107 | 0 | 130 | 70 | 154 | 117 | 31 |
| Binary | 100001 | 1110001 | 1101 | 1000111 | 0 | 1011000 | 111000 | 1101100 | 1001111 | 11001 |
Color Harmonies of #21710D
Complementary color
Monochromatic Colors of #21710D
Black with #21710D
Text Example
Text Example
White with #21710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21710D; }
p { color: rgb(33,113,13); }
H1.HeaderClassName
{
color: #21710D;
}
.AnyTagClassName
{
color: #21710D;
}
</style>
background-color css
<style>
a { background-color: #21710D; }
a { background-color: rgb(33,113,13); }
div.DivClassName
{
background-color: #21710D;
}
.BgClassName
{
background-color: #21710D;
}
</style>
border-color css
<style>
span { border-color: #21710D; }
span { border-color: rgb(33,113,13); }
td.TdClassName
{
border-color: #21710D;
}
.TagClassName
{
border-color: #21710D;
}
</style>