Shades of Forest Green #218D2D
Tints of Forest Green #218D2D
RGB
CMYK
RGB Variations
Color information
#218D2D (or 0x218D2D) is known color: Forest Green. HEX triplet: 21, 8D and 2D. RGB value is (33,141,45). Sum of RGB (Red+Green+Blue) = 33+141+45=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #218D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D2D is #DE72D2. Grayscale: #626262. Windows color (decimal): -14578387 or 2985249. OLE color: 2985249.
HSL color Cylindrical-coordinate representation of color #218D2D: hue angle of 126.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D2D is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 45 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.45 |
| HSL | 126.67º | 0.62% | 0.34% | - |
| HSV(B) | 126.67º | 0.77% | 0.55% | - |
| XYZ | 10.63 | 19.56 | 5.7 | - |
| YUV | 97.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 45 | 0.77 | 0 | 0.68 | 0.45 | 126.67 | 0.62 | 0.34 |
| Hex | 21 | 8D | 2D | 4D | 0 | 44 | 2D | 7F | 3E | 22 |
| Octal | 41 | 215 | 55 | 115 | 0 | 104 | 55 | 177 | 76 | 42 |
| Binary | 100001 | 10001101 | 101101 | 1001101 | 0 | 1000100 | 101101 | 1111111 | 111110 | 100010 |
Color Harmonies of #218D2D
Complementary color
Monochromatic Colors of #218D2D
Black with #218D2D
Text Example
Text Example
White with #218D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D2D; }
p { color: rgb(33,141,45); }
H1.HeaderClassName
{
color: #218D2D;
}
.AnyTagClassName
{
color: #218D2D;
}
</style>
background-color css
<style>
a { background-color: #218D2D; }
a { background-color: rgb(33,141,45); }
div.DivClassName
{
background-color: #218D2D;
}
.BgClassName
{
background-color: #218D2D;
}
</style>
border-color css
<style>
span { border-color: #218D2D; }
span { border-color: rgb(33,141,45); }
td.TdClassName
{
border-color: #218D2D;
}
.TagClassName
{
border-color: #218D2D;
}
</style>