Shades of Forest Green #218A1E
Tints of Forest Green #218A1E
RGB
CMYK
RGB Variations
Color information
#218A1E (or 0x218A1E) is known color: Forest Green. HEX triplet: 21, 8A and 1E. RGB value is (33,138,30). Sum of RGB (Red+Green+Blue) = 33+138+30=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #218A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A1E is #DE75E1. Grayscale: #5E5E5E. Windows color (decimal): -14579170 or 2001441. OLE color: 2001441.
HSL color Cylindrical-coordinate representation of color #218A1E: hue angle of 118.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218A1E is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 30 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.46 |
| HSL | 118.33º | 0.64% | 0.33% | - |
| HSV(B) | 118.33º | 0.78% | 0.54% | - |
| XYZ | 9.95 | 18.59 | 4.29 | - |
| YUV | 94.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 30 | 0.76 | 0 | 0.78 | 0.46 | 118.33 | 0.64 | 0.33 |
| Hex | 21 | 8A | 1E | 4C | 0 | 4E | 2E | 76 | 40 | 21 |
| Octal | 41 | 212 | 36 | 114 | 0 | 116 | 56 | 166 | 100 | 41 |
| Binary | 100001 | 10001010 | 11110 | 1001100 | 0 | 1001110 | 101110 | 1110110 | 1000000 | 100001 |
Color Harmonies of #218A1E
Complementary color
Monochromatic Colors of #218A1E
Black with #218A1E
Text Example
Text Example
White with #218A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A1E; }
p { color: rgb(33,138,30); }
H1.HeaderClassName
{
color: #218A1E;
}
.AnyTagClassName
{
color: #218A1E;
}
</style>
background-color css
<style>
a { background-color: #218A1E; }
a { background-color: rgb(33,138,30); }
div.DivClassName
{
background-color: #218A1E;
}
.BgClassName
{
background-color: #218A1E;
}
</style>
border-color css
<style>
span { border-color: #218A1E; }
span { border-color: rgb(33,138,30); }
td.TdClassName
{
border-color: #218A1E;
}
.TagClassName
{
border-color: #218A1E;
}
</style>