Shades of Forest Green #218C27
Tints of Forest Green #218C27
RGB
CMYK
RGB Variations
Color information
#218C27 (or 0x218C27) is known color: Forest Green. HEX triplet: 21, 8C and 27. RGB value is (33,140,39). Sum of RGB (Red+Green+Blue) = 33+140+39=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #218C27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218C27 is #DE73D8. Grayscale: #606060. Windows color (decimal): -14578649 or 2591777. OLE color: 2591777.
HSL color Cylindrical-coordinate representation of color #218C27: hue angle of 123.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C27 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 39 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.45 |
| HSL | 123.36º | 0.62% | 0.34% | - |
| HSV(B) | 123.36º | 0.76% | 0.55% | - |
| XYZ | 10.37 | 19.23 | 5.08 | - |
| YUV | 96.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 39 | 0.76 | 0 | 0.72 | 0.45 | 123.36 | 0.62 | 0.34 |
| Hex | 21 | 8C | 27 | 4C | 0 | 48 | 2D | 7B | 3E | 22 |
| Octal | 41 | 214 | 47 | 114 | 0 | 110 | 55 | 173 | 76 | 42 |
| Binary | 100001 | 10001100 | 100111 | 1001100 | 0 | 1001000 | 101101 | 1111011 | 111110 | 100010 |
Color Harmonies of #218C27
Complementary color
Monochromatic Colors of #218C27
Black with #218C27
Text Example
Text Example
White with #218C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C27; }
p { color: rgb(33,140,39); }
H1.HeaderClassName
{
color: #218C27;
}
.AnyTagClassName
{
color: #218C27;
}
</style>
background-color css
<style>
a { background-color: #218C27; }
a { background-color: rgb(33,140,39); }
div.DivClassName
{
background-color: #218C27;
}
.BgClassName
{
background-color: #218C27;
}
</style>
border-color css
<style>
span { border-color: #218C27; }
span { border-color: rgb(33,140,39); }
td.TdClassName
{
border-color: #218C27;
}
.TagClassName
{
border-color: #218C27;
}
</style>