Shades of Forest Green #218517
Tints of Forest Green #218517
RGB
CMYK
RGB Variations
Color information
#218517 (or 0x218517) is known color: Forest Green. HEX triplet: 21, 85 and 17. RGB value is (33,133,23). Sum of RGB (Red+Green+Blue) = 33+133+23=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #218517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218517 is #DE7AE8. Grayscale: #5A5A5A. Windows color (decimal): -14580457 or 1541409. OLE color: 1541409.
HSL color Cylindrical-coordinate representation of color #218517: hue angle of 114.55º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218517 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 23 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.48 |
| HSL | 114.55º | 0.71% | 0.31% | - |
| HSV(B) | 114.55º | 0.83% | 0.52% | - |
| XYZ | 9.17 | 17.16 | 3.64 | - |
| YUV | 90.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 23 | 0.75 | 0 | 0.83 | 0.48 | 114.55 | 0.71 | 0.31 |
| Hex | 21 | 85 | 17 | 4B | 0 | 53 | 30 | 73 | 47 | 1F |
| Octal | 41 | 205 | 27 | 113 | 0 | 123 | 60 | 163 | 107 | 37 |
| Binary | 100001 | 10000101 | 10111 | 1001011 | 0 | 1010011 | 110000 | 1110011 | 1000111 | 11111 |
Color Harmonies of #218517
Complementary color
Monochromatic Colors of #218517
Black with #218517
Text Example
Text Example
White with #218517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218517; }
p { color: rgb(33,133,23); }
H1.HeaderClassName
{
color: #218517;
}
.AnyTagClassName
{
color: #218517;
}
</style>
background-color css
<style>
a { background-color: #218517; }
a { background-color: rgb(33,133,23); }
div.DivClassName
{
background-color: #218517;
}
.BgClassName
{
background-color: #218517;
}
</style>
border-color css
<style>
span { border-color: #218517; }
span { border-color: rgb(33,133,23); }
td.TdClassName
{
border-color: #218517;
}
.TagClassName
{
border-color: #218517;
}
</style>