Shades of Forest Green #218A2D
Tints of Forest Green #218A2D
RGB
CMYK
RGB Variations
Color information
#218A2D (or 0x218A2D) is known color: Forest Green. HEX triplet: 21, 8A and 2D. RGB value is (33,138,45). Sum of RGB (Red+Green+Blue) = 33+138+45=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #218A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A2D is #DE75D2. Grayscale: #606060. Windows color (decimal): -14579155 or 2984481. OLE color: 2984481.
HSL color Cylindrical-coordinate representation of color #218A2D: hue angle of 126.86º 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 #218A2D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 45 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.46 |
| HSL | 126.86º | 0.61% | 0.34% | - |
| HSV(B) | 126.86º | 0.76% | 0.54% | - |
| XYZ | 10.19 | 18.69 | 5.55 | - |
| YUV | 96 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 45 | 0.76 | 0 | 0.67 | 0.46 | 126.86 | 0.61 | 0.34 |
| Hex | 21 | 8A | 2D | 4C | 0 | 43 | 2E | 7F | 3D | 22 |
| Octal | 41 | 212 | 55 | 114 | 0 | 103 | 56 | 177 | 75 | 42 |
| Binary | 100001 | 10001010 | 101101 | 1001100 | 0 | 1000011 | 101110 | 1111111 | 111101 | 100010 |
Color Harmonies of #218A2D
Complementary color
Monochromatic Colors of #218A2D
Black with #218A2D
Text Example
Text Example
White with #218A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A2D; }
p { color: rgb(33,138,45); }
H1.HeaderClassName
{
color: #218A2D;
}
.AnyTagClassName
{
color: #218A2D;
}
</style>
background-color css
<style>
a { background-color: #218A2D; }
a { background-color: rgb(33,138,45); }
div.DivClassName
{
background-color: #218A2D;
}
.BgClassName
{
background-color: #218A2D;
}
</style>
border-color css
<style>
span { border-color: #218A2D; }
span { border-color: rgb(33,138,45); }
td.TdClassName
{
border-color: #218A2D;
}
.TagClassName
{
border-color: #218A2D;
}
</style>