Shades of Forest Green #218207
Tints of Forest Green #218207
RGB
CMYK
RGB Variations
Color information
#218207 (or 0x218207) is known color: Forest Green. HEX triplet: 21, 82 and 07. RGB value is (33,130,7). Sum of RGB (Red+Green+Blue) = 33+130+7=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #218207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218207 is #DE7DF8. Grayscale: #575757. Windows color (decimal): -14581241 or 492065. OLE color: 492065.
HSL color Cylindrical-coordinate representation of color #218207: hue angle of 107.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #218207 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 7 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.49 |
| HSL | 107.32º | 0.9% | 0.27% | - |
| HSV(B) | 107.32º | 0.95% | 0.51% | - |
| XYZ | 8.65 | 16.3 | 2.89 | - |
| YUV | 86.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 7 | 0.75 | 0 | 0.95 | 0.49 | 107.32 | 0.9 | 0.27 |
| Hex | 21 | 82 | 7 | 4B | 0 | 5F | 31 | 6B | 5A | 1B |
| Octal | 41 | 202 | 7 | 113 | 0 | 137 | 61 | 153 | 132 | 33 |
| Binary | 100001 | 10000010 | 111 | 1001011 | 0 | 1011111 | 110001 | 1101011 | 1011010 | 11011 |
Color Harmonies of #218207
Complementary color
Monochromatic Colors of #218207
Black with #218207
Text Example
Text Example
White with #218207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218207; }
p { color: rgb(33,130,7); }
H1.HeaderClassName
{
color: #218207;
}
.AnyTagClassName
{
color: #218207;
}
</style>
background-color css
<style>
a { background-color: #218207; }
a { background-color: rgb(33,130,7); }
div.DivClassName
{
background-color: #218207;
}
.BgClassName
{
background-color: #218207;
}
</style>
border-color css
<style>
span { border-color: #218207; }
span { border-color: rgb(33,130,7); }
td.TdClassName
{
border-color: #218207;
}
.TagClassName
{
border-color: #218207;
}
</style>