Shades of Forest Green #218F01
Tints of Forest Green #218F01
RGB
CMYK
RGB Variations
Color information
#218F01 (or 0x218F01) is known color: Forest Green. HEX triplet: 21, 8F and 01. RGB value is (33,143,1). Sum of RGB (Red+Green+Blue) = 33+143+1=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 143 (56.25% from 255 or 80.79% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 143 - color contains mainly: green. Hex color #218F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F01 is #DE70FE. Grayscale: #5E5E5E. Windows color (decimal): -14577919 or 102177. OLE color: 102177.
HSL color Cylindrical-coordinate representation of color #218F01: hue angle of 106.48º degrees, saturation: 0.99, 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 #218F01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.44 |
| HSL | 106.48º | 0.99% | 0.28% | - |
| HSV(B) | 106.48º | 0.99% | 0.56% | - |
| XYZ | 10.46 | 19.97 | 3.33 | - |
| YUV | 93.92 | 75.56 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 1 | 0.77 | 0 | 0.99 | 0.44 | 106.48 | 0.99 | 0.28 |
| Hex | 21 | 8F | 1 | 4D | 0 | 63 | 2C | 6A | 63 | 1C |
| Octal | 41 | 217 | 1 | 115 | 0 | 143 | 54 | 152 | 143 | 34 |
| Binary | 100001 | 10001111 | 1 | 1001101 | 0 | 1100011 | 101100 | 1101010 | 1100011 | 11100 |
Color Harmonies of #218F01
Complementary color
Monochromatic Colors of #218F01
Black with #218F01
Text Example
Text Example
White with #218F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F01; }
p { color: rgb(33,143,1); }
H1.HeaderClassName
{
color: #218F01;
}
.AnyTagClassName
{
color: #218F01;
}
</style>
background-color css
<style>
a { background-color: #218F01; }
a { background-color: rgb(33,143,1); }
div.DivClassName
{
background-color: #218F01;
}
.BgClassName
{
background-color: #218F01;
}
</style>
border-color css
<style>
span { border-color: #218F01; }
span { border-color: rgb(33,143,1); }
td.TdClassName
{
border-color: #218F01;
}
.TagClassName
{
border-color: #218F01;
}
</style>