Shades of Forest Green #218D27
Tints of Forest Green #218D27
RGB
CMYK
RGB Variations
Color information
#218D27 (or 0x218D27) is known color: Forest Green. HEX triplet: 21, 8D and 27. RGB value is (33,141,39). Sum of RGB (Red+Green+Blue) = 33+141+39=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #218D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D27 is #DE72D8. Grayscale: #616161. Windows color (decimal): -14578393 or 2592033. OLE color: 2592033.
HSL color Cylindrical-coordinate representation of color #218D27: hue angle of 123.33º 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 #218D27 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 39 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.45 |
| HSL | 123.33º | 0.62% | 0.34% | - |
| HSV(B) | 123.33º | 0.77% | 0.55% | - |
| XYZ | 10.52 | 19.52 | 5.13 | - |
| YUV | 97.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 39 | 0.77 | 0 | 0.72 | 0.45 | 123.33 | 0.62 | 0.34 |
| Hex | 21 | 8D | 27 | 4D | 0 | 48 | 2D | 7B | 3E | 22 |
| Octal | 41 | 215 | 47 | 115 | 0 | 110 | 55 | 173 | 76 | 42 |
| Binary | 100001 | 10001101 | 100111 | 1001101 | 0 | 1001000 | 101101 | 1111011 | 111110 | 100010 |
Color Harmonies of #218D27
Complementary color
Monochromatic Colors of #218D27
Black with #218D27
Text Example
Text Example
White with #218D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D27; }
p { color: rgb(33,141,39); }
H1.HeaderClassName
{
color: #218D27;
}
.AnyTagClassName
{
color: #218D27;
}
</style>
background-color css
<style>
a { background-color: #218D27; }
a { background-color: rgb(33,141,39); }
div.DivClassName
{
background-color: #218D27;
}
.BgClassName
{
background-color: #218D27;
}
</style>
border-color css
<style>
span { border-color: #218D27; }
span { border-color: rgb(33,141,39); }
td.TdClassName
{
border-color: #218D27;
}
.TagClassName
{
border-color: #218D27;
}
</style>