Shades of Forest Green #218607
Tints of Forest Green #218607
RGB
CMYK
RGB Variations
Color information
#218607 (or 0x218607) is known color: Forest Green. HEX triplet: 21, 86 and 07. RGB value is (33,134,7). Sum of RGB (Red+Green+Blue) = 33+134+7=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #218607 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218607 is #DE79F8. Grayscale: #595959. Windows color (decimal): -14580217 or 493089. OLE color: 493089.
HSL color Cylindrical-coordinate representation of color #218607: hue angle of 107.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #218607 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 7 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.47 |
| HSL | 107.72º | 0.9% | 0.28% | - |
| HSV(B) | 107.72º | 0.95% | 0.53% | - |
| XYZ | 9.19 | 17.39 | 3.07 | - |
| YUV | 89.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 7 | 0.75 | 0 | 0.95 | 0.47 | 107.72 | 0.9 | 0.28 |
| Hex | 21 | 86 | 7 | 4B | 0 | 5F | 2F | 6C | 5A | 1C |
| Octal | 41 | 206 | 7 | 113 | 0 | 137 | 57 | 154 | 132 | 34 |
| Binary | 100001 | 10000110 | 111 | 1001011 | 0 | 1011111 | 101111 | 1101100 | 1011010 | 11100 |
Color Harmonies of #218607
Complementary color
Monochromatic Colors of #218607
Black with #218607
Text Example
Text Example
White with #218607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218607; }
p { color: rgb(33,134,7); }
H1.HeaderClassName
{
color: #218607;
}
.AnyTagClassName
{
color: #218607;
}
</style>
background-color css
<style>
a { background-color: #218607; }
a { background-color: rgb(33,134,7); }
div.DivClassName
{
background-color: #218607;
}
.BgClassName
{
background-color: #218607;
}
</style>
border-color css
<style>
span { border-color: #218607; }
span { border-color: rgb(33,134,7); }
td.TdClassName
{
border-color: #218607;
}
.TagClassName
{
border-color: #218607;
}
</style>