Shades of Forest Green #218422
Tints of Forest Green #218422
RGB
CMYK
RGB Variations
Color information
#218422 (or 0x218422) is known color: Forest Green. HEX triplet: 21, 84 and 22. RGB value is (33,132,34). Sum of RGB (Red+Green+Blue) = 33+132+34=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #218422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218422 is #DE7BDD. Grayscale: #5B5B5B. Windows color (decimal): -14580702 or 2262049. OLE color: 2262049.
HSL color Cylindrical-coordinate representation of color #218422: hue angle of 120.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218422 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 34 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.48 |
| HSL | 120.61º | 0.6% | 0.32% | - |
| HSV(B) | 120.61º | 0.75% | 0.52% | - |
| XYZ | 9.17 | 16.94 | 4.3 | - |
| YUV | 91.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 34 | 0.75 | 0 | 0.74 | 0.48 | 120.61 | 0.6 | 0.32 |
| Hex | 21 | 84 | 22 | 4B | 0 | 4A | 30 | 79 | 3C | 20 |
| Octal | 41 | 204 | 42 | 113 | 0 | 112 | 60 | 171 | 74 | 40 |
| Binary | 100001 | 10000100 | 100010 | 1001011 | 0 | 1001010 | 110000 | 1111001 | 111100 | 100000 |
Color Harmonies of #218422
Complementary color
Monochromatic Colors of #218422
Black with #218422
Text Example
Text Example
White with #218422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218422; }
p { color: rgb(33,132,34); }
H1.HeaderClassName
{
color: #218422;
}
.AnyTagClassName
{
color: #218422;
}
</style>
background-color css
<style>
a { background-color: #218422; }
a { background-color: rgb(33,132,34); }
div.DivClassName
{
background-color: #218422;
}
.BgClassName
{
background-color: #218422;
}
</style>
border-color css
<style>
span { border-color: #218422; }
span { border-color: rgb(33,132,34); }
td.TdClassName
{
border-color: #218422;
}
.TagClassName
{
border-color: #218422;
}
</style>