Shades of Forest Green #218321
Tints of Forest Green #218321
RGB
CMYK
RGB Variations
Color information
#218321 (or 0x218321) is known color: Forest Green. HEX triplet: 21, 83 and 21. RGB value is (33,131,33). Sum of RGB (Red+Green+Blue) = 33+131+33=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #218321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218321 is #DE7CDE. Grayscale: #5A5A5A. Windows color (decimal): -14580959 or 2196257. OLE color: 2196257.
HSL color Cylindrical-coordinate representation of color #218321: hue angle of 120º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218321 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 33 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.49 |
| HSL | 120º | 0.6% | 0.32% | - |
| HSV(B) | 120º | 0.75% | 0.51% | - |
| XYZ | 9.02 | 16.67 | 4.18 | - |
| YUV | 90.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 33 | 0.75 | 0 | 0.75 | 0.49 | 120 | 0.6 | 0.32 |
| Hex | 21 | 83 | 21 | 4B | 0 | 4B | 31 | 78 | 3C | 20 |
| Octal | 41 | 203 | 41 | 113 | 0 | 113 | 61 | 170 | 74 | 40 |
| Binary | 100001 | 10000011 | 100001 | 1001011 | 0 | 1001011 | 110001 | 1111000 | 111100 | 100000 |
Color Harmonies of #218321
Complementary color
Monochromatic Colors of #218321
Black with #218321
Text Example
Text Example
White with #218321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218321; }
p { color: rgb(33,131,33); }
H1.HeaderClassName
{
color: #218321;
}
.AnyTagClassName
{
color: #218321;
}
</style>
background-color css
<style>
a { background-color: #218321; }
a { background-color: rgb(33,131,33); }
div.DivClassName
{
background-color: #218321;
}
.BgClassName
{
background-color: #218321;
}
</style>
border-color css
<style>
span { border-color: #218321; }
span { border-color: rgb(33,131,33); }
td.TdClassName
{
border-color: #218321;
}
.TagClassName
{
border-color: #218321;
}
</style>