Shades of Forest Green #218B19
Tints of Forest Green #218B19
RGB
CMYK
RGB Variations
Color information
#218B19 (or 0x218B19) is known color: Forest Green. HEX triplet: 21, 8B and 19. RGB value is (33,139,25). Sum of RGB (Red+Green+Blue) = 33+139+25=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 139 (54.69% from 255 or 70.56% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 139 - color contains mainly: green. Hex color #218B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B19 is #DE74E6. Grayscale: #5E5E5E. Windows color (decimal): -14578919 or 1674017. OLE color: 1674017.
HSL color Cylindrical-coordinate representation of color #218B19: hue angle of 115.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218B19 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 25 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.45 |
| HSL | 115.79º | 0.7% | 0.32% | - |
| HSV(B) | 115.79º | 0.82% | 0.55% | - |
| XYZ | 10.04 | 18.86 | 4.03 | - |
| YUV | 94.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 25 | 0.76 | 0 | 0.82 | 0.45 | 115.79 | 0.7 | 0.32 |
| Hex | 21 | 8B | 19 | 4C | 0 | 52 | 2D | 74 | 46 | 20 |
| Octal | 41 | 213 | 31 | 114 | 0 | 122 | 55 | 164 | 106 | 40 |
| Binary | 100001 | 10001011 | 11001 | 1001100 | 0 | 1010010 | 101101 | 1110100 | 1000110 | 100000 |
Color Harmonies of #218B19
Complementary color
Monochromatic Colors of #218B19
Black with #218B19
Text Example
Text Example
White with #218B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B19; }
p { color: rgb(33,139,25); }
H1.HeaderClassName
{
color: #218B19;
}
.AnyTagClassName
{
color: #218B19;
}
</style>
background-color css
<style>
a { background-color: #218B19; }
a { background-color: rgb(33,139,25); }
div.DivClassName
{
background-color: #218B19;
}
.BgClassName
{
background-color: #218B19;
}
</style>
border-color css
<style>
span { border-color: #218B19; }
span { border-color: rgb(33,139,25); }
td.TdClassName
{
border-color: #218B19;
}
.TagClassName
{
border-color: #218B19;
}
</style>