Shades of Forest Green #218D38
Tints of Forest Green #218D38
RGB
CMYK
RGB Variations
Color information
#218D38 (or 0x218D38) is known color: Forest Green. HEX triplet: 21, 8D and 38. RGB value is (33,141,56). Sum of RGB (Red+Green+Blue) = 33+141+56=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #218D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D38 is #DE72C7. Grayscale: #636363. Windows color (decimal): -14578376 or 3706145. OLE color: 3706145.
HSL color Cylindrical-coordinate representation of color #218D38: hue angle of 132.78º 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 #218D38 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 56 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.45 |
| HSL | 132.78º | 0.62% | 0.34% | - |
| HSV(B) | 132.78º | 0.77% | 0.55% | - |
| XYZ | 10.87 | 19.66 | 6.96 | - |
| YUV | 99.02 | 103.72 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 56 | 0.77 | 0 | 0.60 | 0.45 | 132.78 | 0.62 | 0.34 |
| Hex | 21 | 8D | 38 | 4D | 0 | 3C | 2D | 85 | 3E | 22 |
| Octal | 41 | 215 | 70 | 115 | 0 | 74 | 55 | 205 | 76 | 42 |
| Binary | 100001 | 10001101 | 111000 | 1001101 | 0 | 111100 | 101101 | 10000101 | 111110 | 100010 |
Color Harmonies of #218D38
Complementary color
Monochromatic Colors of #218D38
Black with #218D38
Text Example
Text Example
White with #218D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D38; }
p { color: rgb(33,141,56); }
H1.HeaderClassName
{
color: #218D38;
}
.AnyTagClassName
{
color: #218D38;
}
</style>
background-color css
<style>
a { background-color: #218D38; }
a { background-color: rgb(33,141,56); }
div.DivClassName
{
background-color: #218D38;
}
.BgClassName
{
background-color: #218D38;
}
</style>
border-color css
<style>
span { border-color: #218D38; }
span { border-color: rgb(33,141,56); }
td.TdClassName
{
border-color: #218D38;
}
.TagClassName
{
border-color: #218D38;
}
</style>