Shades of Forest Green #218229
Tints of Forest Green #218229
RGB
CMYK
RGB Variations
Color information
#218229 (or 0x218229) is known color: Forest Green. HEX triplet: 21, 82 and 29. RGB value is (33,130,41). Sum of RGB (Red+Green+Blue) = 33+130+41=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #218229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218229 is #DE7DD6. Grayscale: #5B5B5B. Windows color (decimal): -14581207 or 2720289. OLE color: 2720289.
HSL color Cylindrical-coordinate representation of color #218229: hue angle of 124.95º 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 #218229 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 41 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.49 |
| HSL | 124.95º | 0.6% | 0.32% | - |
| HSV(B) | 124.95º | 0.75% | 0.51% | - |
| XYZ | 9.01 | 16.45 | 4.8 | - |
| YUV | 90.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 41 | 0.75 | 0 | 0.68 | 0.49 | 124.95 | 0.6 | 0.32 |
| Hex | 21 | 82 | 29 | 4B | 0 | 44 | 31 | 7D | 3C | 20 |
| Octal | 41 | 202 | 51 | 113 | 0 | 104 | 61 | 175 | 74 | 40 |
| Binary | 100001 | 10000010 | 101001 | 1001011 | 0 | 1000100 | 110001 | 1111101 | 111100 | 100000 |
Color Harmonies of #218229
Complementary color
Monochromatic Colors of #218229
Black with #218229
Text Example
Text Example
White with #218229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218229; }
p { color: rgb(33,130,41); }
H1.HeaderClassName
{
color: #218229;
}
.AnyTagClassName
{
color: #218229;
}
</style>
background-color css
<style>
a { background-color: #218229; }
a { background-color: rgb(33,130,41); }
div.DivClassName
{
background-color: #218229;
}
.BgClassName
{
background-color: #218229;
}
</style>
border-color css
<style>
span { border-color: #218229; }
span { border-color: rgb(33,130,41); }
td.TdClassName
{
border-color: #218229;
}
.TagClassName
{
border-color: #218229;
}
</style>