Shades of Forest Green #217C10
Tints of Forest Green #217C10
RGB
CMYK
RGB Variations
Color information
#217C10 (or 0x217C10) is known color: Forest Green. HEX triplet: 21, 7C and 10. RGB value is (33,124,16). Sum of RGB (Red+Green+Blue) = 33+124+16=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 124 (48.83% from 255 or 71.68% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 124 - color contains mainly: green. Hex color #217C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217C10 is #DE83EF. Grayscale: #545454. Windows color (decimal): -14582768 or 1080353. OLE color: 1080353.
HSL color Cylindrical-coordinate representation of color #217C10: hue angle of 110.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217C10 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 16 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.51 |
| HSL | 110.56º | 0.77% | 0.27% | - |
| HSV(B) | 110.56º | 0.87% | 0.49% | - |
| XYZ | 7.93 | 14.78 | 2.92 | - |
| YUV | 84.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 16 | 0.73 | 0 | 0.87 | 0.51 | 110.56 | 0.77 | 0.27 |
| Hex | 21 | 7C | 10 | 49 | 0 | 57 | 33 | 6F | 4D | 1B |
| Octal | 41 | 174 | 20 | 111 | 0 | 127 | 63 | 157 | 115 | 33 |
| Binary | 100001 | 1111100 | 10000 | 1001001 | 0 | 1010111 | 110011 | 1101111 | 1001101 | 11011 |
Color Harmonies of #217C10
Complementary color
Monochromatic Colors of #217C10
Black with #217C10
Text Example
Text Example
White with #217C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C10; }
p { color: rgb(33,124,16); }
H1.HeaderClassName
{
color: #217C10;
}
.AnyTagClassName
{
color: #217C10;
}
</style>
background-color css
<style>
a { background-color: #217C10; }
a { background-color: rgb(33,124,16); }
div.DivClassName
{
background-color: #217C10;
}
.BgClassName
{
background-color: #217C10;
}
</style>
border-color css
<style>
span { border-color: #217C10; }
span { border-color: rgb(33,124,16); }
td.TdClassName
{
border-color: #217C10;
}
.TagClassName
{
border-color: #217C10;
}
</style>