Shades of Forest Green #218F02
Tints of Forest Green #218F02
RGB
CMYK
RGB Variations
Color information
#218F02 (or 0x218F02) is known color: Forest Green. HEX triplet: 21, 8F and 02. RGB value is (33,143,2). Sum of RGB (Red+Green+Blue) = 33+143+2=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 143 (56.25% from 255 or 80.34% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 143 - color contains mainly: green. Hex color #218F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F02 is #DE70FD. Grayscale: #5E5E5E. Windows color (decimal): -14577918 or 167713. OLE color: 167713.
HSL color Cylindrical-coordinate representation of color #218F02: hue angle of 106.81º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #218F02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.44 |
| HSL | 106.81º | 0.97% | 0.28% | - |
| HSV(B) | 106.81º | 0.99% | 0.56% | - |
| XYZ | 10.46 | 19.97 | 3.36 | - |
| YUV | 94.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 2 | 0.77 | 0 | 0.99 | 0.44 | 106.81 | 0.97 | 0.28 |
| Hex | 21 | 8F | 2 | 4D | 0 | 63 | 2C | 6B | 61 | 1C |
| Octal | 41 | 217 | 2 | 115 | 0 | 143 | 54 | 153 | 141 | 34 |
| Binary | 100001 | 10001111 | 10 | 1001101 | 0 | 1100011 | 101100 | 1101011 | 1100001 | 11100 |
Color Harmonies of #218F02
Complementary color
Monochromatic Colors of #218F02
Black with #218F02
Text Example
Text Example
White with #218F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F02; }
p { color: rgb(33,143,2); }
H1.HeaderClassName
{
color: #218F02;
}
.AnyTagClassName
{
color: #218F02;
}
</style>
background-color css
<style>
a { background-color: #218F02; }
a { background-color: rgb(33,143,2); }
div.DivClassName
{
background-color: #218F02;
}
.BgClassName
{
background-color: #218F02;
}
</style>
border-color css
<style>
span { border-color: #218F02; }
span { border-color: rgb(33,143,2); }
td.TdClassName
{
border-color: #218F02;
}
.TagClassName
{
border-color: #218F02;
}
</style>