Shades of Forest Green #218928
Tints of Forest Green #218928
RGB
CMYK
RGB Variations
Color information
#218928 (or 0x218928) is known color: Forest Green. HEX triplet: 21, 89 and 28. RGB value is (33,137,40). Sum of RGB (Red+Green+Blue) = 33+137+40=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #218928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218928 is #DE76D7. Grayscale: #5F5F5F. Windows color (decimal): -14579416 or 2656545. OLE color: 2656545.
HSL color Cylindrical-coordinate representation of color #218928: hue angle of 124.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218928 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 40 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.46 |
| HSL | 124.04º | 0.61% | 0.33% | - |
| HSV(B) | 124.04º | 0.76% | 0.54% | - |
| XYZ | 9.96 | 18.37 | 5.03 | - |
| YUV | 94.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 40 | 0.76 | 0 | 0.71 | 0.46 | 124.04 | 0.61 | 0.33 |
| Hex | 21 | 89 | 28 | 4C | 0 | 47 | 2E | 7C | 3D | 21 |
| Octal | 41 | 211 | 50 | 114 | 0 | 107 | 56 | 174 | 75 | 41 |
| Binary | 100001 | 10001001 | 101000 | 1001100 | 0 | 1000111 | 101110 | 1111100 | 111101 | 100001 |
Color Harmonies of #218928
Complementary color
Monochromatic Colors of #218928
Black with #218928
Text Example
Text Example
White with #218928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218928; }
p { color: rgb(33,137,40); }
H1.HeaderClassName
{
color: #218928;
}
.AnyTagClassName
{
color: #218928;
}
</style>
background-color css
<style>
a { background-color: #218928; }
a { background-color: rgb(33,137,40); }
div.DivClassName
{
background-color: #218928;
}
.BgClassName
{
background-color: #218928;
}
</style>
border-color css
<style>
span { border-color: #218928; }
span { border-color: rgb(33,137,40); }
td.TdClassName
{
border-color: #218928;
}
.TagClassName
{
border-color: #218928;
}
</style>