Shades of Forest Green #218532
Tints of Forest Green #218532
RGB
CMYK
RGB Variations
Color information
#218532 (or 0x218532) is known color: Forest Green. HEX triplet: 21, 85 and 32. RGB value is (33,133,50). Sum of RGB (Red+Green+Blue) = 33+133+50=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #218532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218532 is #DE7ACD. Grayscale: #5D5D5D. Windows color (decimal): -14580430 or 3310881. OLE color: 3310881.
HSL color Cylindrical-coordinate representation of color #218532: hue angle of 130.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218532 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 50 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.48 |
| HSL | 130.2º | 0.6% | 0.33% | - |
| HSV(B) | 130.2º | 0.75% | 0.52% | - |
| XYZ | 9.59 | 17.33 | 5.86 | - |
| YUV | 93.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 50 | 0.75 | 0 | 0.62 | 0.48 | 130.2 | 0.6 | 0.33 |
| Hex | 21 | 85 | 32 | 4B | 0 | 3E | 30 | 82 | 3C | 21 |
| Octal | 41 | 205 | 62 | 113 | 0 | 76 | 60 | 202 | 74 | 41 |
| Binary | 100001 | 10000101 | 110010 | 1001011 | 0 | 111110 | 110000 | 10000010 | 111100 | 100001 |
Color Harmonies of #218532
Complementary color
Monochromatic Colors of #218532
Black with #218532
Text Example
Text Example
White with #218532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218532; }
p { color: rgb(33,133,50); }
H1.HeaderClassName
{
color: #218532;
}
.AnyTagClassName
{
color: #218532;
}
</style>
background-color css
<style>
a { background-color: #218532; }
a { background-color: rgb(33,133,50); }
div.DivClassName
{
background-color: #218532;
}
.BgClassName
{
background-color: #218532;
}
</style>
border-color css
<style>
span { border-color: #218532; }
span { border-color: rgb(33,133,50); }
td.TdClassName
{
border-color: #218532;
}
.TagClassName
{
border-color: #218532;
}
</style>