Shades of Forest Green #217D12
Tints of Forest Green #217D12
RGB
CMYK
RGB Variations
Color information
#217D12 (or 0x217D12) is known color: Forest Green. HEX triplet: 21, 7D and 12. RGB value is (33,125,18). Sum of RGB (Red+Green+Blue) = 33+125+18=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #217D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217D12 is #DE82ED. Grayscale: #555555. Windows color (decimal): -14582510 or 1211681. OLE color: 1211681.
HSL color Cylindrical-coordinate representation of color #217D12: hue angle of 111.59º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217D12 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 18 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.51 |
| HSL | 111.59º | 0.75% | 0.28% | - |
| HSV(B) | 111.59º | 0.86% | 0.49% | - |
| XYZ | 8.07 | 15.03 | 3.05 | - |
| YUV | 85.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 18 | 0.74 | 0 | 0.86 | 0.51 | 111.59 | 0.75 | 0.28 |
| Hex | 21 | 7D | 12 | 4A | 0 | 56 | 33 | 70 | 4B | 1C |
| Octal | 41 | 175 | 22 | 112 | 0 | 126 | 63 | 160 | 113 | 34 |
| Binary | 100001 | 1111101 | 10010 | 1001010 | 0 | 1010110 | 110011 | 1110000 | 1001011 | 11100 |
Color Harmonies of #217D12
Complementary color
Monochromatic Colors of #217D12
Black with #217D12
Text Example
Text Example
White with #217D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D12; }
p { color: rgb(33,125,18); }
H1.HeaderClassName
{
color: #217D12;
}
.AnyTagClassName
{
color: #217D12;
}
</style>
background-color css
<style>
a { background-color: #217D12; }
a { background-color: rgb(33,125,18); }
div.DivClassName
{
background-color: #217D12;
}
.BgClassName
{
background-color: #217D12;
}
</style>
border-color css
<style>
span { border-color: #217D12; }
span { border-color: rgb(33,125,18); }
td.TdClassName
{
border-color: #217D12;
}
.TagClassName
{
border-color: #217D12;
}
</style>