Shades of Forest Green #218224
Tints of Forest Green #218224
RGB
CMYK
RGB Variations
Color information
#218224 (or 0x218224) is known color: Forest Green. HEX triplet: 21, 82 and 24. RGB value is (33,130,36). Sum of RGB (Red+Green+Blue) = 33+130+36=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #218224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218224 is #DE7DDB. Grayscale: #5A5A5A. Windows color (decimal): -14581212 or 2392609. OLE color: 2392609.
HSL color Cylindrical-coordinate representation of color #218224: hue angle of 121.86º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218224 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 36 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.49 |
| HSL | 121.86º | 0.6% | 0.32% | - |
| HSV(B) | 121.86º | 0.75% | 0.51% | - |
| XYZ | 8.93 | 16.42 | 4.37 | - |
| YUV | 90.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 36 | 0.75 | 0 | 0.72 | 0.49 | 121.86 | 0.6 | 0.32 |
| Hex | 21 | 82 | 24 | 4B | 0 | 48 | 31 | 7A | 3C | 20 |
| Octal | 41 | 202 | 44 | 113 | 0 | 110 | 61 | 172 | 74 | 40 |
| Binary | 100001 | 10000010 | 100100 | 1001011 | 0 | 1001000 | 110001 | 1111010 | 111100 | 100000 |
Color Harmonies of #218224
Complementary color
Monochromatic Colors of #218224
Black with #218224
Text Example
Text Example
White with #218224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218224; }
p { color: rgb(33,130,36); }
H1.HeaderClassName
{
color: #218224;
}
.AnyTagClassName
{
color: #218224;
}
</style>
background-color css
<style>
a { background-color: #218224; }
a { background-color: rgb(33,130,36); }
div.DivClassName
{
background-color: #218224;
}
.BgClassName
{
background-color: #218224;
}
</style>
border-color css
<style>
span { border-color: #218224; }
span { border-color: rgb(33,130,36); }
td.TdClassName
{
border-color: #218224;
}
.TagClassName
{
border-color: #218224;
}
</style>