Shades of Forest Green #218625
Tints of Forest Green #218625
RGB
CMYK
RGB Variations
Color information
#218625 (or 0x218625) is known color: Forest Green. HEX triplet: 21, 86 and 25. RGB value is (33,134,37). Sum of RGB (Red+Green+Blue) = 33+134+37=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #218625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218625 is #DE79DA. Grayscale: #5D5D5D. Windows color (decimal): -14580187 or 2459169. OLE color: 2459169.
HSL color Cylindrical-coordinate representation of color #218625: hue angle of 122.38º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218625 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 37 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.47 |
| HSL | 122.38º | 0.6% | 0.33% | - |
| HSV(B) | 122.38º | 0.75% | 0.53% | - |
| XYZ | 9.49 | 17.51 | 4.63 | - |
| YUV | 92.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 37 | 0.75 | 0 | 0.72 | 0.47 | 122.38 | 0.6 | 0.33 |
| Hex | 21 | 86 | 25 | 4B | 0 | 48 | 2F | 7A | 3C | 21 |
| Octal | 41 | 206 | 45 | 113 | 0 | 110 | 57 | 172 | 74 | 41 |
| Binary | 100001 | 10000110 | 100101 | 1001011 | 0 | 1001000 | 101111 | 1111010 | 111100 | 100001 |
Color Harmonies of #218625
Complementary color
Monochromatic Colors of #218625
Black with #218625
Text Example
Text Example
White with #218625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218625; }
p { color: rgb(33,134,37); }
H1.HeaderClassName
{
color: #218625;
}
.AnyTagClassName
{
color: #218625;
}
</style>
background-color css
<style>
a { background-color: #218625; }
a { background-color: rgb(33,134,37); }
div.DivClassName
{
background-color: #218625;
}
.BgClassName
{
background-color: #218625;
}
</style>
border-color css
<style>
span { border-color: #218625; }
span { border-color: rgb(33,134,37); }
td.TdClassName
{
border-color: #218625;
}
.TagClassName
{
border-color: #218625;
}
</style>