Shades of Forest Green #218931
Tints of Forest Green #218931
RGB
CMYK
RGB Variations
Color information
#218931 (or 0x218931) is known color: Forest Green. HEX triplet: 21, 89 and 31. RGB value is (33,137,49). Sum of RGB (Red+Green+Blue) = 33+137+49=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #218931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218931 is #DE76CE. Grayscale: #606060. Windows color (decimal): -14579407 or 3246369. OLE color: 3246369.
HSL color Cylindrical-coordinate representation of color #218931: hue angle of 129.23º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218931 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 49 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.46 |
| HSL | 129.23º | 0.61% | 0.33% | - |
| HSV(B) | 129.23º | 0.76% | 0.54% | - |
| XYZ | 10.13 | 18.44 | 5.93 | - |
| YUV | 95.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 49 | 0.76 | 0 | 0.64 | 0.46 | 129.23 | 0.61 | 0.33 |
| Hex | 21 | 89 | 31 | 4C | 0 | 40 | 2E | 81 | 3D | 21 |
| Octal | 41 | 211 | 61 | 114 | 0 | 100 | 56 | 201 | 75 | 41 |
| Binary | 100001 | 10001001 | 110001 | 1001100 | 0 | 1000000 | 101110 | 10000001 | 111101 | 100001 |
Color Harmonies of #218931
Complementary color
Monochromatic Colors of #218931
Black with #218931
Text Example
Text Example
White with #218931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218931; }
p { color: rgb(33,137,49); }
H1.HeaderClassName
{
color: #218931;
}
.AnyTagClassName
{
color: #218931;
}
</style>
background-color css
<style>
a { background-color: #218931; }
a { background-color: rgb(33,137,49); }
div.DivClassName
{
background-color: #218931;
}
.BgClassName
{
background-color: #218931;
}
</style>
border-color css
<style>
span { border-color: #218931; }
span { border-color: rgb(33,137,49); }
td.TdClassName
{
border-color: #218931;
}
.TagClassName
{
border-color: #218931;
}
</style>