Shades of Forest Green #218D32
Tints of Forest Green #218D32
RGB
CMYK
RGB Variations
Color information
#218D32 (or 0x218D32) is known color: Forest Green. HEX triplet: 21, 8D and 32. RGB value is (33,141,50). Sum of RGB (Red+Green+Blue) = 33+141+50=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #218D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D32 is #DE72CD. Grayscale: #626262. Windows color (decimal): -14578382 or 3312929. OLE color: 3312929.
HSL color Cylindrical-coordinate representation of color #218D32: hue angle of 129.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D32 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 50 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.45 |
| HSL | 129.44º | 0.62% | 0.34% | - |
| HSV(B) | 129.44º | 0.77% | 0.55% | - |
| XYZ | 10.73 | 19.6 | 6.24 | - |
| YUV | 98.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 50 | 0.77 | 0 | 0.65 | 0.45 | 129.44 | 0.62 | 0.34 |
| Hex | 21 | 8D | 32 | 4D | 0 | 41 | 2D | 81 | 3E | 22 |
| Octal | 41 | 215 | 62 | 115 | 0 | 101 | 55 | 201 | 76 | 42 |
| Binary | 100001 | 10001101 | 110010 | 1001101 | 0 | 1000001 | 101101 | 10000001 | 111110 | 100010 |
Color Harmonies of #218D32
Complementary color
Monochromatic Colors of #218D32
Black with #218D32
Text Example
Text Example
White with #218D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D32; }
p { color: rgb(33,141,50); }
H1.HeaderClassName
{
color: #218D32;
}
.AnyTagClassName
{
color: #218D32;
}
</style>
background-color css
<style>
a { background-color: #218D32; }
a { background-color: rgb(33,141,50); }
div.DivClassName
{
background-color: #218D32;
}
.BgClassName
{
background-color: #218D32;
}
</style>
border-color css
<style>
span { border-color: #218D32; }
span { border-color: rgb(33,141,50); }
td.TdClassName
{
border-color: #218D32;
}
.TagClassName
{
border-color: #218D32;
}
</style>