Shades of Forest Green #218C28
Tints of Forest Green #218C28
RGB
CMYK
RGB Variations
Color information
#218C28 (or 0x218C28) is known color: Forest Green. HEX triplet: 21, 8C and 28. RGB value is (33,140,40). Sum of RGB (Red+Green+Blue) = 33+140+40=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #218C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218C28 is #DE73D7. Grayscale: #606060. Windows color (decimal): -14578648 or 2657313. OLE color: 2657313.
HSL color Cylindrical-coordinate representation of color #218C28: hue angle of 123.93º 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 #218C28 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 40 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.45 |
| HSL | 123.93º | 0.62% | 0.34% | - |
| HSV(B) | 123.93º | 0.76% | 0.55% | - |
| XYZ | 10.39 | 19.23 | 5.17 | - |
| YUV | 96.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 40 | 0.76 | 0 | 0.71 | 0.45 | 123.93 | 0.62 | 0.34 |
| Hex | 21 | 8C | 28 | 4C | 0 | 47 | 2D | 7C | 3E | 22 |
| Octal | 41 | 214 | 50 | 114 | 0 | 107 | 55 | 174 | 76 | 42 |
| Binary | 100001 | 10001100 | 101000 | 1001100 | 0 | 1000111 | 101101 | 1111100 | 111110 | 100010 |
Color Harmonies of #218C28
Complementary color
Monochromatic Colors of #218C28
Black with #218C28
Text Example
Text Example
White with #218C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C28; }
p { color: rgb(33,140,40); }
H1.HeaderClassName
{
color: #218C28;
}
.AnyTagClassName
{
color: #218C28;
}
</style>
background-color css
<style>
a { background-color: #218C28; }
a { background-color: rgb(33,140,40); }
div.DivClassName
{
background-color: #218C28;
}
.BgClassName
{
background-color: #218C28;
}
</style>
border-color css
<style>
span { border-color: #218C28; }
span { border-color: rgb(33,140,40); }
td.TdClassName
{
border-color: #218C28;
}
.TagClassName
{
border-color: #218C28;
}
</style>