Shades of Forest Green #217A1C
Tints of Forest Green #217A1C
RGB
CMYK
RGB Variations
Color information
#217A1C (or 0x217A1C) is known color: Forest Green. HEX triplet: 21, 7A and 1C. RGB value is (33,122,28). Sum of RGB (Red+Green+Blue) = 33+122+28=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 122 (48.05% from 255 or 66.67% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 122 - color contains mainly: green. Hex color #217A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A1C is #DE85E3. Grayscale: #545454. Windows color (decimal): -14583268 or 1866273. OLE color: 1866273.
HSL color Cylindrical-coordinate representation of color #217A1C: hue angle of 116.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217A1C is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 28 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.52 |
| HSL | 116.81º | 0.63% | 0.29% | - |
| HSV(B) | 116.81º | 0.77% | 0.48% | - |
| XYZ | 7.8 | 14.33 | 3.45 | - |
| YUV | 84.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 28 | 0.73 | 0 | 0.77 | 0.52 | 116.81 | 0.63 | 0.29 |
| Hex | 21 | 7A | 1C | 49 | 0 | 4D | 34 | 75 | 3F | 1D |
| Octal | 41 | 172 | 34 | 111 | 0 | 115 | 64 | 165 | 77 | 35 |
| Binary | 100001 | 1111010 | 11100 | 1001001 | 0 | 1001101 | 110100 | 1110101 | 111111 | 11101 |
Color Harmonies of #217A1C
Complementary color
Monochromatic Colors of #217A1C
Black with #217A1C
Text Example
Text Example
White with #217A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A1C; }
p { color: rgb(33,122,28); }
H1.HeaderClassName
{
color: #217A1C;
}
.AnyTagClassName
{
color: #217A1C;
}
</style>
background-color css
<style>
a { background-color: #217A1C; }
a { background-color: rgb(33,122,28); }
div.DivClassName
{
background-color: #217A1C;
}
.BgClassName
{
background-color: #217A1C;
}
</style>
border-color css
<style>
span { border-color: #217A1C; }
span { border-color: rgb(33,122,28); }
td.TdClassName
{
border-color: #217A1C;
}
.TagClassName
{
border-color: #217A1C;
}
</style>