Shades of Forest Green #218A2C
Tints of Forest Green #218A2C
RGB
CMYK
RGB Variations
Color information
#218A2C (or 0x218A2C) is known color: Forest Green. HEX triplet: 21, 8A and 2C. RGB value is (33,138,44). Sum of RGB (Red+Green+Blue) = 33+138+44=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #218A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A2C is #DE75D3. Grayscale: #606060. Windows color (decimal): -14579156 or 2918945. OLE color: 2918945.
HSL color Cylindrical-coordinate representation of color #218A2C: hue angle of 126.29º 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 #218A2C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 44 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.46 |
| HSL | 126.29º | 0.61% | 0.34% | - |
| HSV(B) | 126.29º | 0.76% | 0.54% | - |
| XYZ | 10.17 | 18.68 | 5.45 | - |
| YUV | 95.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 44 | 0.76 | 0 | 0.68 | 0.46 | 126.29 | 0.61 | 0.34 |
| Hex | 21 | 8A | 2C | 4C | 0 | 44 | 2E | 7E | 3D | 22 |
| Octal | 41 | 212 | 54 | 114 | 0 | 104 | 56 | 176 | 75 | 42 |
| Binary | 100001 | 10001010 | 101100 | 1001100 | 0 | 1000100 | 101110 | 1111110 | 111101 | 100010 |
Color Harmonies of #218A2C
Complementary color
Monochromatic Colors of #218A2C
Black with #218A2C
Text Example
Text Example
White with #218A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A2C; }
p { color: rgb(33,138,44); }
H1.HeaderClassName
{
color: #218A2C;
}
.AnyTagClassName
{
color: #218A2C;
}
</style>
background-color css
<style>
a { background-color: #218A2C; }
a { background-color: rgb(33,138,44); }
div.DivClassName
{
background-color: #218A2C;
}
.BgClassName
{
background-color: #218A2C;
}
</style>
border-color css
<style>
span { border-color: #218A2C; }
span { border-color: rgb(33,138,44); }
td.TdClassName
{
border-color: #218A2C;
}
.TagClassName
{
border-color: #218A2C;
}
</style>