Shades of Forest Green #218A37
Tints of Forest Green #218A37
RGB
CMYK
RGB Variations
Color information
#218A37 (or 0x218A37) is known color: Forest Green. HEX triplet: 21, 8A and 37. RGB value is (33,138,55). Sum of RGB (Red+Green+Blue) = 33+138+55=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #218A37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A37 is #DE75C8. Grayscale: #616161. Windows color (decimal): -14579145 or 3639841. OLE color: 3639841.
HSL color Cylindrical-coordinate representation of color #218A37: hue angle of 132.57º 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 #218A37 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 55 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.46 |
| HSL | 132.57º | 0.61% | 0.34% | - |
| HSV(B) | 132.57º | 0.76% | 0.54% | - |
| XYZ | 10.41 | 18.78 | 6.69 | - |
| YUV | 97.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 55 | 0.76 | 0 | 0.60 | 0.46 | 132.57 | 0.61 | 0.34 |
| Hex | 21 | 8A | 37 | 4C | 0 | 3C | 2E | 85 | 3D | 22 |
| Octal | 41 | 212 | 67 | 114 | 0 | 74 | 56 | 205 | 75 | 42 |
| Binary | 100001 | 10001010 | 110111 | 1001100 | 0 | 111100 | 101110 | 10000101 | 111101 | 100010 |
Color Harmonies of #218A37
Complementary color
Monochromatic Colors of #218A37
Black with #218A37
Text Example
Text Example
White with #218A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A37; }
p { color: rgb(33,138,55); }
H1.HeaderClassName
{
color: #218A37;
}
.AnyTagClassName
{
color: #218A37;
}
</style>
background-color css
<style>
a { background-color: #218A37; }
a { background-color: rgb(33,138,55); }
div.DivClassName
{
background-color: #218A37;
}
.BgClassName
{
background-color: #218A37;
}
</style>
border-color css
<style>
span { border-color: #218A37; }
span { border-color: rgb(33,138,55); }
td.TdClassName
{
border-color: #218A37;
}
.TagClassName
{
border-color: #218A37;
}
</style>