Shades of Forest Green #218B2F
Tints of Forest Green #218B2F
RGB
CMYK
RGB Variations
Color information
#218B2F (or 0x218B2F) is known color: Forest Green. HEX triplet: 21, 8B and 2F. RGB value is (33,139,47). Sum of RGB (Red+Green+Blue) = 33+139+47=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #218B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B2F is #DE74D0. Grayscale: #616161. Windows color (decimal): -14578897 or 3115809. OLE color: 3115809.
HSL color Cylindrical-coordinate representation of color #218B2F: hue angle of 127.92º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B2F is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 47 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.45 |
| HSL | 127.92º | 0.62% | 0.34% | - |
| HSV(B) | 127.92º | 0.76% | 0.55% | - |
| XYZ | 10.37 | 18.99 | 5.81 | - |
| YUV | 96.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 47 | 0.76 | 0 | 0.66 | 0.45 | 127.92 | 0.62 | 0.34 |
| Hex | 21 | 8B | 2F | 4C | 0 | 42 | 2D | 80 | 3E | 22 |
| Octal | 41 | 213 | 57 | 114 | 0 | 102 | 55 | 200 | 76 | 42 |
| Binary | 100001 | 10001011 | 101111 | 1001100 | 0 | 1000010 | 101101 | 10000000 | 111110 | 100010 |
Color Harmonies of #218B2F
Complementary color
Monochromatic Colors of #218B2F
Black with #218B2F
Text Example
Text Example
White with #218B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B2F; }
p { color: rgb(33,139,47); }
H1.HeaderClassName
{
color: #218B2F;
}
.AnyTagClassName
{
color: #218B2F;
}
</style>
background-color css
<style>
a { background-color: #218B2F; }
a { background-color: rgb(33,139,47); }
div.DivClassName
{
background-color: #218B2F;
}
.BgClassName
{
background-color: #218B2F;
}
</style>
border-color css
<style>
span { border-color: #218B2F; }
span { border-color: rgb(33,139,47); }
td.TdClassName
{
border-color: #218B2F;
}
.TagClassName
{
border-color: #218B2F;
}
</style>