Shades of Forest Green #218227
Tints of Forest Green #218227
RGB
CMYK
RGB Variations
Color information
#218227 (or 0x218227) is known color: Forest Green. HEX triplet: 21, 82 and 27. RGB value is (33,130,39). Sum of RGB (Red+Green+Blue) = 33+130+39=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #218227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218227 is #DE7DD8. Grayscale: #5A5A5A. Windows color (decimal): -14581209 or 2589217. OLE color: 2589217.
HSL color Cylindrical-coordinate representation of color #218227: hue angle of 123.71º 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 #218227 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 39 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.49 |
| HSL | 123.71º | 0.6% | 0.32% | - |
| HSV(B) | 123.71º | 0.75% | 0.51% | - |
| XYZ | 8.98 | 16.44 | 4.62 | - |
| YUV | 90.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 39 | 0.75 | 0 | 0.70 | 0.49 | 123.71 | 0.6 | 0.32 |
| Hex | 21 | 82 | 27 | 4B | 0 | 46 | 31 | 7C | 3C | 20 |
| Octal | 41 | 202 | 47 | 113 | 0 | 106 | 61 | 174 | 74 | 40 |
| Binary | 100001 | 10000010 | 100111 | 1001011 | 0 | 1000110 | 110001 | 1111100 | 111100 | 100000 |
Color Harmonies of #218227
Complementary color
Monochromatic Colors of #218227
Black with #218227
Text Example
Text Example
White with #218227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218227; }
p { color: rgb(33,130,39); }
H1.HeaderClassName
{
color: #218227;
}
.AnyTagClassName
{
color: #218227;
}
</style>
background-color css
<style>
a { background-color: #218227; }
a { background-color: rgb(33,130,39); }
div.DivClassName
{
background-color: #218227;
}
.BgClassName
{
background-color: #218227;
}
</style>
border-color css
<style>
span { border-color: #218227; }
span { border-color: rgb(33,130,39); }
td.TdClassName
{
border-color: #218227;
}
.TagClassName
{
border-color: #218227;
}
</style>