Shades of Forest Green #218A31
Tints of Forest Green #218A31
RGB
CMYK
RGB Variations
Color information
#218A31 (or 0x218A31) is known color: Forest Green. HEX triplet: 21, 8A and 31. RGB value is (33,138,49). Sum of RGB (Red+Green+Blue) = 33+138+49=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #218A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A31 is #DE75CE. Grayscale: #606060. Windows color (decimal): -14579151 or 3246625. OLE color: 3246625.
HSL color Cylindrical-coordinate representation of color #218A31: hue angle of 129.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A31 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 49 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.46 |
| HSL | 129.14º | 0.61% | 0.34% | - |
| HSV(B) | 129.14º | 0.76% | 0.54% | - |
| XYZ | 10.27 | 18.72 | 5.98 | - |
| YUV | 96.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 49 | 0.76 | 0 | 0.64 | 0.46 | 129.14 | 0.61 | 0.34 |
| Hex | 21 | 8A | 31 | 4C | 0 | 40 | 2E | 81 | 3D | 22 |
| Octal | 41 | 212 | 61 | 114 | 0 | 100 | 56 | 201 | 75 | 42 |
| Binary | 100001 | 10001010 | 110001 | 1001100 | 0 | 1000000 | 101110 | 10000001 | 111101 | 100010 |
Color Harmonies of #218A31
Complementary color
Monochromatic Colors of #218A31
Black with #218A31
Text Example
Text Example
White with #218A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A31; }
p { color: rgb(33,138,49); }
H1.HeaderClassName
{
color: #218A31;
}
.AnyTagClassName
{
color: #218A31;
}
</style>
background-color css
<style>
a { background-color: #218A31; }
a { background-color: rgb(33,138,49); }
div.DivClassName
{
background-color: #218A31;
}
.BgClassName
{
background-color: #218A31;
}
</style>
border-color css
<style>
span { border-color: #218A31; }
span { border-color: rgb(33,138,49); }
td.TdClassName
{
border-color: #218A31;
}
.TagClassName
{
border-color: #218A31;
}
</style>