Shades of Forest Green #217F25
Tints of Forest Green #217F25
RGB
CMYK
RGB Variations
Color information
#217F25 (or 0x217F25) is known color: Forest Green. HEX triplet: 21, 7F and 25. RGB value is (33,127,37). Sum of RGB (Red+Green+Blue) = 33+127+37=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #217F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F25 is #DE80DA. Grayscale: #585858. Windows color (decimal): -14581979 or 2457377. OLE color: 2457377.
HSL color Cylindrical-coordinate representation of color #217F25: hue angle of 122.55º 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 #217F25 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 37 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.50 |
| HSL | 122.55º | 0.59% | 0.31% | - |
| HSV(B) | 122.55º | 0.74% | 0.5% | - |
| XYZ | 8.55 | 15.64 | 4.32 | - |
| YUV | 88.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 37 | 0.74 | 0 | 0.71 | 0.50 | 122.55 | 0.59 | 0.31 |
| Hex | 21 | 7F | 25 | 4A | 0 | 47 | 32 | 7B | 3B | 1F |
| Octal | 41 | 177 | 45 | 112 | 0 | 107 | 62 | 173 | 73 | 37 |
| Binary | 100001 | 1111111 | 100101 | 1001010 | 0 | 1000111 | 110010 | 1111011 | 111011 | 11111 |
Color Harmonies of #217F25
Complementary color
Monochromatic Colors of #217F25
Black with #217F25
Text Example
Text Example
White with #217F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F25; }
p { color: rgb(33,127,37); }
H1.HeaderClassName
{
color: #217F25;
}
.AnyTagClassName
{
color: #217F25;
}
</style>
background-color css
<style>
a { background-color: #217F25; }
a { background-color: rgb(33,127,37); }
div.DivClassName
{
background-color: #217F25;
}
.BgClassName
{
background-color: #217F25;
}
</style>
border-color css
<style>
span { border-color: #217F25; }
span { border-color: rgb(33,127,37); }
td.TdClassName
{
border-color: #217F25;
}
.TagClassName
{
border-color: #217F25;
}
</style>