Shades of Forest Green #218525
Tints of Forest Green #218525
RGB
CMYK
RGB Variations
Color information
#218525 (or 0x218525) is known color: Forest Green. HEX triplet: 21, 85 and 25. RGB value is (33,133,37). Sum of RGB (Red+Green+Blue) = 33+133+37=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #218525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218525 is #DE7ADA. Grayscale: #5C5C5C. Windows color (decimal): -14580443 or 2458913. OLE color: 2458913.
HSL color Cylindrical-coordinate representation of color #218525: hue angle of 122.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218525 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 37 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.48 |
| HSL | 122.4º | 0.6% | 0.33% | - |
| HSV(B) | 122.4º | 0.75% | 0.52% | - |
| XYZ | 9.35 | 17.23 | 4.58 | - |
| YUV | 92.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 37 | 0.75 | 0 | 0.72 | 0.48 | 122.4 | 0.6 | 0.33 |
| Hex | 21 | 85 | 25 | 4B | 0 | 48 | 30 | 7A | 3C | 21 |
| Octal | 41 | 205 | 45 | 113 | 0 | 110 | 60 | 172 | 74 | 41 |
| Binary | 100001 | 10000101 | 100101 | 1001011 | 0 | 1001000 | 110000 | 1111010 | 111100 | 100001 |
Color Harmonies of #218525
Complementary color
Monochromatic Colors of #218525
Black with #218525
Text Example
Text Example
White with #218525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218525; }
p { color: rgb(33,133,37); }
H1.HeaderClassName
{
color: #218525;
}
.AnyTagClassName
{
color: #218525;
}
</style>
background-color css
<style>
a { background-color: #218525; }
a { background-color: rgb(33,133,37); }
div.DivClassName
{
background-color: #218525;
}
.BgClassName
{
background-color: #218525;
}
</style>
border-color css
<style>
span { border-color: #218525; }
span { border-color: rgb(33,133,37); }
td.TdClassName
{
border-color: #218525;
}
.TagClassName
{
border-color: #218525;
}
</style>