Shades of Forest Green #218732
Tints of Forest Green #218732
RGB
CMYK
RGB Variations
Color information
#218732 (or 0x218732) is known color: Forest Green. HEX triplet: 21, 87 and 32. RGB value is (33,135,50). Sum of RGB (Red+Green+Blue) = 33+135+50=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #218732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218732 is #DE78CD. Grayscale: #5F5F5F. Windows color (decimal): -14579918 or 3311393. OLE color: 3311393.
HSL color Cylindrical-coordinate representation of color #218732: hue angle of 130º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218732 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 50 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.47 |
| HSL | 130º | 0.61% | 0.33% | - |
| HSV(B) | 130º | 0.76% | 0.53% | - |
| XYZ | 9.87 | 17.88 | 5.95 | - |
| YUV | 94.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 50 | 0.76 | 0 | 0.63 | 0.47 | 130 | 0.61 | 0.33 |
| Hex | 21 | 87 | 32 | 4C | 0 | 3F | 2F | 82 | 3D | 21 |
| Octal | 41 | 207 | 62 | 114 | 0 | 77 | 57 | 202 | 75 | 41 |
| Binary | 100001 | 10000111 | 110010 | 1001100 | 0 | 111111 | 101111 | 10000010 | 111101 | 100001 |
Color Harmonies of #218732
Complementary color
Monochromatic Colors of #218732
Black with #218732
Text Example
Text Example
White with #218732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218732; }
p { color: rgb(33,135,50); }
H1.HeaderClassName
{
color: #218732;
}
.AnyTagClassName
{
color: #218732;
}
</style>
background-color css
<style>
a { background-color: #218732; }
a { background-color: rgb(33,135,50); }
div.DivClassName
{
background-color: #218732;
}
.BgClassName
{
background-color: #218732;
}
</style>
border-color css
<style>
span { border-color: #218732; }
span { border-color: rgb(33,135,50); }
td.TdClassName
{
border-color: #218732;
}
.TagClassName
{
border-color: #218732;
}
</style>