Shades of Forest Green #218F2F
Tints of Forest Green #218F2F
RGB
CMYK
RGB Variations
Color information
#218F2F (or 0x218F2F) is known color: Forest Green. HEX triplet: 21, 8F and 2F. RGB value is (33,143,47). Sum of RGB (Red+Green+Blue) = 33+143+47=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #218F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F2F is #DE70D0. Grayscale: #636363. Windows color (decimal): -14577873 or 3116833. OLE color: 3116833.
HSL color Cylindrical-coordinate representation of color #218F2F: hue angle of 127.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F2F is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 47 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.44 |
| HSL | 127.64º | 0.63% | 0.35% | - |
| HSV(B) | 127.64º | 0.77% | 0.56% | - |
| XYZ | 10.96 | 20.17 | 6.01 | - |
| YUV | 99.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 47 | 0.77 | 0 | 0.67 | 0.44 | 127.64 | 0.63 | 0.35 |
| Hex | 21 | 8F | 2F | 4D | 0 | 43 | 2C | 80 | 3E | 23 |
| Octal | 41 | 217 | 57 | 115 | 0 | 103 | 54 | 200 | 76 | 43 |
| Binary | 100001 | 10001111 | 101111 | 1001101 | 0 | 1000011 | 101100 | 10000000 | 111110 | 100011 |
Color Harmonies of #218F2F
Complementary color
Monochromatic Colors of #218F2F
Black with #218F2F
Text Example
Text Example
White with #218F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F2F; }
p { color: rgb(33,143,47); }
H1.HeaderClassName
{
color: #218F2F;
}
.AnyTagClassName
{
color: #218F2F;
}
</style>
background-color css
<style>
a { background-color: #218F2F; }
a { background-color: rgb(33,143,47); }
div.DivClassName
{
background-color: #218F2F;
}
.BgClassName
{
background-color: #218F2F;
}
</style>
border-color css
<style>
span { border-color: #218F2F; }
span { border-color: rgb(33,143,47); }
td.TdClassName
{
border-color: #218F2F;
}
.TagClassName
{
border-color: #218F2F;
}
</style>