Shades of Forest Green #218F25
Tints of Forest Green #218F25
RGB
CMYK
RGB Variations
Color information
#218F25 (or 0x218F25) is known color: Forest Green. HEX triplet: 21, 8F and 25. RGB value is (33,143,37). Sum of RGB (Red+Green+Blue) = 33+143+37=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 143 (56.25% from 255 or 67.14% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 143 - color contains mainly: green. Hex color #218F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F25 is #DE70DA. Grayscale: #626262. Windows color (decimal): -14577883 or 2461473. OLE color: 2461473.
HSL color Cylindrical-coordinate representation of color #218F25: hue angle of 122.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F25 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 37 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.44 |
| HSL | 122.18º | 0.63% | 0.35% | - |
| HSV(B) | 122.18º | 0.77% | 0.56% | - |
| XYZ | 10.78 | 20.1 | 5.06 | - |
| YUV | 98.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 37 | 0.77 | 0 | 0.74 | 0.44 | 122.18 | 0.63 | 0.35 |
| Hex | 21 | 8F | 25 | 4D | 0 | 4A | 2C | 7A | 3E | 23 |
| Octal | 41 | 217 | 45 | 115 | 0 | 112 | 54 | 172 | 76 | 43 |
| Binary | 100001 | 10001111 | 100101 | 1001101 | 0 | 1001010 | 101100 | 1111010 | 111110 | 100011 |
Color Harmonies of #218F25
Complementary color
Monochromatic Colors of #218F25
Black with #218F25
Text Example
Text Example
White with #218F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F25; }
p { color: rgb(33,143,37); }
H1.HeaderClassName
{
color: #218F25;
}
.AnyTagClassName
{
color: #218F25;
}
</style>
background-color css
<style>
a { background-color: #218F25; }
a { background-color: rgb(33,143,37); }
div.DivClassName
{
background-color: #218F25;
}
.BgClassName
{
background-color: #218F25;
}
</style>
border-color css
<style>
span { border-color: #218F25; }
span { border-color: rgb(33,143,37); }
td.TdClassName
{
border-color: #218F25;
}
.TagClassName
{
border-color: #218F25;
}
</style>