Shades of Forest Green #218A32
Tints of Forest Green #218A32
RGB
CMYK
RGB Variations
Color information
#218A32 (or 0x218A32) is known color: Forest Green. HEX triplet: 21, 8A and 32. RGB value is (33,138,50). Sum of RGB (Red+Green+Blue) = 33+138+50=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #218A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A32 is #DE75CD. Grayscale: #606060. Windows color (decimal): -14579150 or 3312161. OLE color: 3312161.
HSL color Cylindrical-coordinate representation of color #218A32: hue angle of 129.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A32 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 50 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.46 |
| HSL | 129.71º | 0.61% | 0.34% | - |
| HSV(B) | 129.71º | 0.76% | 0.54% | - |
| XYZ | 10.29 | 18.73 | 6.09 | - |
| YUV | 96.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 50 | 0.76 | 0 | 0.64 | 0.46 | 129.71 | 0.61 | 0.34 |
| Hex | 21 | 8A | 32 | 4C | 0 | 40 | 2E | 82 | 3D | 22 |
| Octal | 41 | 212 | 62 | 114 | 0 | 100 | 56 | 202 | 75 | 42 |
| Binary | 100001 | 10001010 | 110010 | 1001100 | 0 | 1000000 | 101110 | 10000010 | 111101 | 100010 |
Color Harmonies of #218A32
Complementary color
Monochromatic Colors of #218A32
Black with #218A32
Text Example
Text Example
White with #218A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A32; }
p { color: rgb(33,138,50); }
H1.HeaderClassName
{
color: #218A32;
}
.AnyTagClassName
{
color: #218A32;
}
</style>
background-color css
<style>
a { background-color: #218A32; }
a { background-color: rgb(33,138,50); }
div.DivClassName
{
background-color: #218A32;
}
.BgClassName
{
background-color: #218A32;
}
</style>
border-color css
<style>
span { border-color: #218A32; }
span { border-color: rgb(33,138,50); }
td.TdClassName
{
border-color: #218A32;
}
.TagClassName
{
border-color: #218A32;
}
</style>