Shades of Forest Green #217F29
Tints of Forest Green #217F29
RGB
CMYK
RGB Variations
Color information
#217F29 (or 0x217F29) is known color: Forest Green. HEX triplet: 21, 7F and 29. RGB value is (33,127,41). Sum of RGB (Red+Green+Blue) = 33+127+41=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #217F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F29 is #DE80D6. Grayscale: #595959. Windows color (decimal): -14581975 or 2719521. OLE color: 2719521.
HSL color Cylindrical-coordinate representation of color #217F29: hue angle of 125.11º 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 #217F29 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 41 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.50 |
| HSL | 125.11º | 0.59% | 0.31% | - |
| HSV(B) | 125.11º | 0.74% | 0.5% | - |
| XYZ | 8.62 | 15.66 | 4.67 | - |
| YUV | 89.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 41 | 0.74 | 0 | 0.68 | 0.50 | 125.11 | 0.59 | 0.31 |
| Hex | 21 | 7F | 29 | 4A | 0 | 44 | 32 | 7D | 3B | 1F |
| Octal | 41 | 177 | 51 | 112 | 0 | 104 | 62 | 175 | 73 | 37 |
| Binary | 100001 | 1111111 | 101001 | 1001010 | 0 | 1000100 | 110010 | 1111101 | 111011 | 11111 |
Color Harmonies of #217F29
Complementary color
Monochromatic Colors of #217F29
Black with #217F29
Text Example
Text Example
White with #217F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F29; }
p { color: rgb(33,127,41); }
H1.HeaderClassName
{
color: #217F29;
}
.AnyTagClassName
{
color: #217F29;
}
</style>
background-color css
<style>
a { background-color: #217F29; }
a { background-color: rgb(33,127,41); }
div.DivClassName
{
background-color: #217F29;
}
.BgClassName
{
background-color: #217F29;
}
</style>
border-color css
<style>
span { border-color: #217F29; }
span { border-color: rgb(33,127,41); }
td.TdClassName
{
border-color: #217F29;
}
.TagClassName
{
border-color: #217F29;
}
</style>