Shades of Forest Green #218428
Tints of Forest Green #218428
RGB
CMYK
RGB Variations
Color information
#218428 (or 0x218428) is known color: Forest Green. HEX triplet: 21, 84 and 28. RGB value is (33,132,40). Sum of RGB (Red+Green+Blue) = 33+132+40=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #218428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218428 is #DE7BD7. Grayscale: #5C5C5C. Windows color (decimal): -14580696 or 2655265. OLE color: 2655265.
HSL color Cylindrical-coordinate representation of color #218428: hue angle of 124.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218428 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 40 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.48 |
| HSL | 124.24º | 0.6% | 0.32% | - |
| HSV(B) | 124.24º | 0.75% | 0.52% | - |
| XYZ | 9.26 | 16.98 | 4.8 | - |
| YUV | 91.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 40 | 0.75 | 0 | 0.70 | 0.48 | 124.24 | 0.6 | 0.32 |
| Hex | 21 | 84 | 28 | 4B | 0 | 46 | 30 | 7C | 3C | 20 |
| Octal | 41 | 204 | 50 | 113 | 0 | 106 | 60 | 174 | 74 | 40 |
| Binary | 100001 | 10000100 | 101000 | 1001011 | 0 | 1000110 | 110000 | 1111100 | 111100 | 100000 |
Color Harmonies of #218428
Complementary color
Monochromatic Colors of #218428
Black with #218428
Text Example
Text Example
White with #218428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218428; }
p { color: rgb(33,132,40); }
H1.HeaderClassName
{
color: #218428;
}
.AnyTagClassName
{
color: #218428;
}
</style>
background-color css
<style>
a { background-color: #218428; }
a { background-color: rgb(33,132,40); }
div.DivClassName
{
background-color: #218428;
}
.BgClassName
{
background-color: #218428;
}
</style>
border-color css
<style>
span { border-color: #218428; }
span { border-color: rgb(33,132,40); }
td.TdClassName
{
border-color: #218428;
}
.TagClassName
{
border-color: #218428;
}
</style>