Shades of Forest Green #218B00
Tints of Forest Green #218B00
RGB
CMYK
RGB Variations
Color information
#218B00 (or 0x218B00) is known color: Forest Green. HEX triplet: 21, 8B and 00. RGB value is (33,139,0). Sum of RGB (Red+Green+Blue) = 33+139+0=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 139 (54.69% from 255 or 80.81% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 139 - color contains mainly: green. Hex color #218B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B00 is #DE74FF. Grayscale: #5B5B5B. Windows color (decimal): -14578944 or 35617. OLE color: 35617.
HSL color Cylindrical-coordinate representation of color #218B00: hue angle of 105.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218B00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.45 |
| HSL | 105.76º | 1% | 0.27% | - |
| HSV(B) | 105.76º | 1% | 0.55% | - |
| XYZ | 9.86 | 18.79 | 3.11 | - |
| YUV | 91.46 | 76.38 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 0 | 0.76 | 0 | 1 | 0.45 | 105.76 | 1 | 0.27 |
| Hex | 21 | 8B | 0 | 4C | 0 | 64 | 2D | 6A | 64 | 1B |
| Octal | 41 | 213 | 0 | 114 | 0 | 144 | 55 | 152 | 144 | 33 |
| Binary | 100001 | 10001011 | 0 | 1001100 | 0 | 1100100 | 101101 | 1101010 | 1100100 | 11011 |
Color Harmonies of #218B00
Complementary color
Monochromatic Colors of #218B00
Black with #218B00
Text Example
Text Example
White with #218B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B00; }
p { color: rgb(33,139,0); }
H1.HeaderClassName
{
color: #218B00;
}
.AnyTagClassName
{
color: #218B00;
}
</style>
background-color css
<style>
a { background-color: #218B00; }
a { background-color: rgb(33,139,0); }
div.DivClassName
{
background-color: #218B00;
}
.BgClassName
{
background-color: #218B00;
}
</style>
border-color css
<style>
span { border-color: #218B00; }
span { border-color: rgb(33,139,0); }
td.TdClassName
{
border-color: #218B00;
}
.TagClassName
{
border-color: #218B00;
}
</style>