Shades of Forest Green #218705
Tints of Forest Green #218705
RGB
CMYK
RGB Variations
Color information
#218705 (or 0x218705) is known color: Forest Green. HEX triplet: 21, 87 and 05. RGB value is (33,135,5). Sum of RGB (Red+Green+Blue) = 33+135+5=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 135 (53.12% from 255 or 78.03% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 135 - color contains mainly: green. Hex color #218705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218705 is #DE78FA. Grayscale: #5A5A5A. Windows color (decimal): -14579963 or 362273. OLE color: 362273.
HSL color Cylindrical-coordinate representation of color #218705: hue angle of 107.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #218705 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 5 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.47 |
| HSL | 107.08º | 0.93% | 0.27% | - |
| HSV(B) | 107.08º | 0.96% | 0.53% | - |
| XYZ | 9.32 | 17.66 | 3.06 | - |
| YUV | 89.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 5 | 0.76 | 0 | 0.96 | 0.47 | 107.08 | 0.93 | 0.27 |
| Hex | 21 | 87 | 5 | 4C | 0 | 60 | 2F | 6B | 5D | 1B |
| Octal | 41 | 207 | 5 | 114 | 0 | 140 | 57 | 153 | 135 | 33 |
| Binary | 100001 | 10000111 | 101 | 1001100 | 0 | 1100000 | 101111 | 1101011 | 1011101 | 11011 |
Color Harmonies of #218705
Complementary color
Monochromatic Colors of #218705
Black with #218705
Text Example
Text Example
White with #218705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218705; }
p { color: rgb(33,135,5); }
H1.HeaderClassName
{
color: #218705;
}
.AnyTagClassName
{
color: #218705;
}
</style>
background-color css
<style>
a { background-color: #218705; }
a { background-color: rgb(33,135,5); }
div.DivClassName
{
background-color: #218705;
}
.BgClassName
{
background-color: #218705;
}
</style>
border-color css
<style>
span { border-color: #218705; }
span { border-color: rgb(33,135,5); }
td.TdClassName
{
border-color: #218705;
}
.TagClassName
{
border-color: #218705;
}
</style>