Shades of Forest Green #218E27
Tints of Forest Green #218E27
RGB
CMYK
RGB Variations
Color information
#218E27 (or 0x218E27) is known color: Forest Green. HEX triplet: 21, 8E and 27. RGB value is (33,142,39). Sum of RGB (Red+Green+Blue) = 33+142+39=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #218E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218E27 is #DE71D8. Grayscale: #616161. Windows color (decimal): -14578137 or 2592289. OLE color: 2592289.
HSL color Cylindrical-coordinate representation of color #218E27: hue angle of 123.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E27 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 39 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.44 |
| HSL | 123.3º | 0.62% | 0.34% | - |
| HSV(B) | 123.3º | 0.77% | 0.56% | - |
| XYZ | 10.67 | 19.82 | 5.18 | - |
| YUV | 97.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 39 | 0.77 | 0 | 0.73 | 0.44 | 123.3 | 0.62 | 0.34 |
| Hex | 21 | 8E | 27 | 4D | 0 | 49 | 2C | 7B | 3E | 22 |
| Octal | 41 | 216 | 47 | 115 | 0 | 111 | 54 | 173 | 76 | 42 |
| Binary | 100001 | 10001110 | 100111 | 1001101 | 0 | 1001001 | 101100 | 1111011 | 111110 | 100010 |
Color Harmonies of #218E27
Complementary color
Monochromatic Colors of #218E27
Black with #218E27
Text Example
Text Example
White with #218E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E27; }
p { color: rgb(33,142,39); }
H1.HeaderClassName
{
color: #218E27;
}
.AnyTagClassName
{
color: #218E27;
}
</style>
background-color css
<style>
a { background-color: #218E27; }
a { background-color: rgb(33,142,39); }
div.DivClassName
{
background-color: #218E27;
}
.BgClassName
{
background-color: #218E27;
}
</style>
border-color css
<style>
span { border-color: #218E27; }
span { border-color: rgb(33,142,39); }
td.TdClassName
{
border-color: #218E27;
}
.TagClassName
{
border-color: #218E27;
}
</style>