Shades of Forest Green #218522
Tints of Forest Green #218522
RGB
CMYK
RGB Variations
Color information
#218522 (or 0x218522) is known color: Forest Green. HEX triplet: 21, 85 and 22. RGB value is (33,133,34). Sum of RGB (Red+Green+Blue) = 33+133+34=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #218522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218522 is #DE7ADD. Grayscale: #5C5C5C. Windows color (decimal): -14580446 or 2262305. OLE color: 2262305.
HSL color Cylindrical-coordinate representation of color #218522: hue angle of 120.6º 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 #218522 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 34 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.48 |
| HSL | 120.6º | 0.6% | 0.33% | - |
| HSV(B) | 120.6º | 0.75% | 0.52% | - |
| XYZ | 9.3 | 17.21 | 4.35 | - |
| YUV | 91.81 | 95.37 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 34 | 0.75 | 0 | 0.74 | 0.48 | 120.6 | 0.6 | 0.33 |
| Hex | 21 | 85 | 22 | 4B | 0 | 4A | 30 | 79 | 3C | 21 |
| Octal | 41 | 205 | 42 | 113 | 0 | 112 | 60 | 171 | 74 | 41 |
| Binary | 100001 | 10000101 | 100010 | 1001011 | 0 | 1001010 | 110000 | 1111001 | 111100 | 100001 |
Color Harmonies of #218522
Complementary color
Monochromatic Colors of #218522
Black with #218522
Text Example
Text Example
White with #218522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218522; }
p { color: rgb(33,133,34); }
H1.HeaderClassName
{
color: #218522;
}
.AnyTagClassName
{
color: #218522;
}
</style>
background-color css
<style>
a { background-color: #218522; }
a { background-color: rgb(33,133,34); }
div.DivClassName
{
background-color: #218522;
}
.BgClassName
{
background-color: #218522;
}
</style>
border-color css
<style>
span { border-color: #218522; }
span { border-color: rgb(33,133,34); }
td.TdClassName
{
border-color: #218522;
}
.TagClassName
{
border-color: #218522;
}
</style>