Shades of Forest Green #218A00
Tints of Forest Green #218A00
RGB
CMYK
RGB Variations
Color information
#218A00 (or 0x218A00) is known color: Forest Green. HEX triplet: 21, 8A and 00. RGB value is (33,138,0). Sum of RGB (Red+Green+Blue) = 33+138+0=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #218A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218A00 is #DE75FF. Grayscale: #5B5B5B. Windows color (decimal): -14579200 or 35361. OLE color: 35361.
HSL color Cylindrical-coordinate representation of color #218A00: hue angle of 105.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218A00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.46 |
| HSL | 105.65º | 1% | 0.27% | - |
| HSV(B) | 105.65º | 1% | 0.54% | - |
| XYZ | 9.72 | 18.5 | 3.06 | - |
| YUV | 90.87 | 76.71 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 0 | 0.76 | 0 | 1 | 0.46 | 105.65 | 1 | 0.27 |
| Hex | 21 | 8A | 0 | 4C | 0 | 64 | 2E | 6A | 64 | 1B |
| Octal | 41 | 212 | 0 | 114 | 0 | 144 | 56 | 152 | 144 | 33 |
| Binary | 100001 | 10001010 | 0 | 1001100 | 0 | 1100100 | 101110 | 1101010 | 1100100 | 11011 |
Color Harmonies of #218A00
Complementary color
Monochromatic Colors of #218A00
Black with #218A00
Text Example
Text Example
White with #218A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A00; }
p { color: rgb(33,138,0); }
H1.HeaderClassName
{
color: #218A00;
}
.AnyTagClassName
{
color: #218A00;
}
</style>
background-color css
<style>
a { background-color: #218A00; }
a { background-color: rgb(33,138,0); }
div.DivClassName
{
background-color: #218A00;
}
.BgClassName
{
background-color: #218A00;
}
</style>
border-color css
<style>
span { border-color: #218A00; }
span { border-color: rgb(33,138,0); }
td.TdClassName
{
border-color: #218A00;
}
.TagClassName
{
border-color: #218A00;
}
</style>