Shades of Forest Green #218226
Tints of Forest Green #218226
RGB
CMYK
RGB Variations
Color information
#218226 (or 0x218226) is known color: Forest Green. HEX triplet: 21, 82 and 26. RGB value is (33,130,38). Sum of RGB (Red+Green+Blue) = 33+130+38=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #218226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218226 is #DE7DD9. Grayscale: #5A5A5A. Windows color (decimal): -14581210 or 2523681. OLE color: 2523681.
HSL color Cylindrical-coordinate representation of color #218226: hue angle of 123.09º 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 #218226 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 38 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.49 |
| HSL | 123.09º | 0.6% | 0.32% | - |
| HSV(B) | 123.09º | 0.75% | 0.51% | - |
| XYZ | 8.96 | 16.43 | 4.53 | - |
| YUV | 90.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 38 | 0.75 | 0 | 0.71 | 0.49 | 123.09 | 0.6 | 0.32 |
| Hex | 21 | 82 | 26 | 4B | 0 | 47 | 31 | 7B | 3C | 20 |
| Octal | 41 | 202 | 46 | 113 | 0 | 107 | 61 | 173 | 74 | 40 |
| Binary | 100001 | 10000010 | 100110 | 1001011 | 0 | 1000111 | 110001 | 1111011 | 111100 | 100000 |
Color Harmonies of #218226
Complementary color
Monochromatic Colors of #218226
Black with #218226
Text Example
Text Example
White with #218226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218226; }
p { color: rgb(33,130,38); }
H1.HeaderClassName
{
color: #218226;
}
.AnyTagClassName
{
color: #218226;
}
</style>
background-color css
<style>
a { background-color: #218226; }
a { background-color: rgb(33,130,38); }
div.DivClassName
{
background-color: #218226;
}
.BgClassName
{
background-color: #218226;
}
</style>
border-color css
<style>
span { border-color: #218226; }
span { border-color: rgb(33,130,38); }
td.TdClassName
{
border-color: #218226;
}
.TagClassName
{
border-color: #218226;
}
</style>