Shades of Forest Green #218314
Tints of Forest Green #218314
RGB
CMYK
RGB Variations
Color information
#218314 (or 0x218314) is known color: Forest Green. HEX triplet: 21, 83 and 14. RGB value is (33,131,20). Sum of RGB (Red+Green+Blue) = 33+131+20=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #218314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218314 is #DE7CEB. Grayscale: #595959. Windows color (decimal): -14580972 or 1344289. OLE color: 1344289.
HSL color Cylindrical-coordinate representation of color #218314: hue angle of 112.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218314 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 20 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.49 |
| HSL | 112.97º | 0.74% | 0.3% | - |
| HSV(B) | 112.97º | 0.85% | 0.51% | - |
| XYZ | 8.87 | 16.61 | 3.4 | - |
| YUV | 89.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 20 | 0.75 | 0 | 0.85 | 0.49 | 112.97 | 0.74 | 0.3 |
| Hex | 21 | 83 | 14 | 4B | 0 | 55 | 31 | 71 | 4A | 1E |
| Octal | 41 | 203 | 24 | 113 | 0 | 125 | 61 | 161 | 112 | 36 |
| Binary | 100001 | 10000011 | 10100 | 1001011 | 0 | 1010101 | 110001 | 1110001 | 1001010 | 11110 |
Color Harmonies of #218314
Complementary color
Monochromatic Colors of #218314
Black with #218314
Text Example
Text Example
White with #218314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218314; }
p { color: rgb(33,131,20); }
H1.HeaderClassName
{
color: #218314;
}
.AnyTagClassName
{
color: #218314;
}
</style>
background-color css
<style>
a { background-color: #218314; }
a { background-color: rgb(33,131,20); }
div.DivClassName
{
background-color: #218314;
}
.BgClassName
{
background-color: #218314;
}
</style>
border-color css
<style>
span { border-color: #218314; }
span { border-color: rgb(33,131,20); }
td.TdClassName
{
border-color: #218314;
}
.TagClassName
{
border-color: #218314;
}
</style>