Shades of Forest Green #217F2C
Tints of Forest Green #217F2C
RGB
CMYK
RGB Variations
Color information
#217F2C (or 0x217F2C) is known color: Forest Green. HEX triplet: 21, 7F and 2C. RGB value is (33,127,44). Sum of RGB (Red+Green+Blue) = 33+127+44=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #217F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F2C is #DE80D3. Grayscale: #595959. Windows color (decimal): -14581972 or 2916129. OLE color: 2916129.
HSL color Cylindrical-coordinate representation of color #217F2C: hue angle of 127.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F2C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 44 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.50 |
| HSL | 127.02º | 0.59% | 0.31% | - |
| HSV(B) | 127.02º | 0.74% | 0.5% | - |
| XYZ | 8.67 | 15.68 | 4.95 | - |
| YUV | 89.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 44 | 0.74 | 0 | 0.65 | 0.50 | 127.02 | 0.59 | 0.31 |
| Hex | 21 | 7F | 2C | 4A | 0 | 41 | 32 | 7F | 3B | 1F |
| Octal | 41 | 177 | 54 | 112 | 0 | 101 | 62 | 177 | 73 | 37 |
| Binary | 100001 | 1111111 | 101100 | 1001010 | 0 | 1000001 | 110010 | 1111111 | 111011 | 11111 |
Color Harmonies of #217F2C
Complementary color
Monochromatic Colors of #217F2C
Black with #217F2C
Text Example
Text Example
White with #217F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F2C; }
p { color: rgb(33,127,44); }
H1.HeaderClassName
{
color: #217F2C;
}
.AnyTagClassName
{
color: #217F2C;
}
</style>
background-color css
<style>
a { background-color: #217F2C; }
a { background-color: rgb(33,127,44); }
div.DivClassName
{
background-color: #217F2C;
}
.BgClassName
{
background-color: #217F2C;
}
</style>
border-color css
<style>
span { border-color: #217F2C; }
span { border-color: rgb(33,127,44); }
td.TdClassName
{
border-color: #217F2C;
}
.TagClassName
{
border-color: #217F2C;
}
</style>