Shades of Forest Green #218F00
Tints of Forest Green #218F00
RGB
CMYK
RGB Variations
Color information
#218F00 (or 0x218F00) is known color: Forest Green. HEX triplet: 21, 8F and 00. RGB value is (33,143,0). Sum of RGB (Red+Green+Blue) = 33+143+0=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 143 (56.25% from 255 or 81.25% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 143 - color contains mainly: green. Hex color #218F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F00 is #DE70FF. Grayscale: #5E5E5E. Windows color (decimal): -14577920 or 36641. OLE color: 36641.
HSL color Cylindrical-coordinate representation of color #218F00: hue angle of 106.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218F00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.44 |
| HSL | 106.15º | 1% | 0.28% | - |
| HSV(B) | 106.15º | 1% | 0.56% | - |
| XYZ | 10.45 | 19.97 | 3.3 | - |
| YUV | 93.81 | 75.06 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 0 | 0.77 | 0 | 1 | 0.44 | 106.15 | 1 | 0.28 |
| Hex | 21 | 8F | 0 | 4D | 0 | 64 | 2C | 6A | 64 | 1C |
| Octal | 41 | 217 | 0 | 115 | 0 | 144 | 54 | 152 | 144 | 34 |
| Binary | 100001 | 10001111 | 0 | 1001101 | 0 | 1100100 | 101100 | 1101010 | 1100100 | 11100 |
Color Harmonies of #218F00
Complementary color
Monochromatic Colors of #218F00
Black with #218F00
Text Example
Text Example
White with #218F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F00; }
p { color: rgb(33,143,0); }
H1.HeaderClassName
{
color: #218F00;
}
.AnyTagClassName
{
color: #218F00;
}
</style>
background-color css
<style>
a { background-color: #218F00; }
a { background-color: rgb(33,143,0); }
div.DivClassName
{
background-color: #218F00;
}
.BgClassName
{
background-color: #218F00;
}
</style>
border-color css
<style>
span { border-color: #218F00; }
span { border-color: rgb(33,143,0); }
td.TdClassName
{
border-color: #218F00;
}
.TagClassName
{
border-color: #218F00;
}
</style>