Shades of Forest Green #218C3C
Tints of Forest Green #218C3C
RGB
CMYK
RGB Variations
Color information
#218C3C (or 0x218C3C) is known color: Forest Green. HEX triplet: 21, 8C and 3C. RGB value is (33,140,60). Sum of RGB (Red+Green+Blue) = 33+140+60=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #218C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218C3C is #DE73C3. Grayscale: #636363. Windows color (decimal): -14578628 or 3968033. OLE color: 3968033.
HSL color Cylindrical-coordinate representation of color #218C3C: hue angle of 135.14º 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 #218C3C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 60 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.45 |
| HSL | 135.14º | 0.62% | 0.34% | - |
| HSV(B) | 135.14º | 0.76% | 0.55% | - |
| XYZ | 10.82 | 19.41 | 7.45 | - |
| YUV | 98.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 60 | 0.76 | 0 | 0.57 | 0.45 | 135.14 | 0.62 | 0.34 |
| Hex | 21 | 8C | 3C | 4C | 0 | 39 | 2D | 87 | 3E | 22 |
| Octal | 41 | 214 | 74 | 114 | 0 | 71 | 55 | 207 | 76 | 42 |
| Binary | 100001 | 10001100 | 111100 | 1001100 | 0 | 111001 | 101101 | 10000111 | 111110 | 100010 |
Color Harmonies of #218C3C
Complementary color
Monochromatic Colors of #218C3C
Black with #218C3C
Text Example
Text Example
White with #218C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C3C; }
p { color: rgb(33,140,60); }
H1.HeaderClassName
{
color: #218C3C;
}
.AnyTagClassName
{
color: #218C3C;
}
</style>
background-color css
<style>
a { background-color: #218C3C; }
a { background-color: rgb(33,140,60); }
div.DivClassName
{
background-color: #218C3C;
}
.BgClassName
{
background-color: #218C3C;
}
</style>
border-color css
<style>
span { border-color: #218C3C; }
span { border-color: rgb(33,140,60); }
td.TdClassName
{
border-color: #218C3C;
}
.TagClassName
{
border-color: #218C3C;
}
</style>