Shades of Forest Green #218725
Tints of Forest Green #218725
RGB
CMYK
RGB Variations
Color information
#218725 (or 0x218725) is known color: Forest Green. HEX triplet: 21, 87 and 25. RGB value is (33,135,37). Sum of RGB (Red+Green+Blue) = 33+135+37=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #218725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218725 is #DE78DA. Grayscale: #5D5D5D. Windows color (decimal): -14579931 or 2459425. OLE color: 2459425.
HSL color Cylindrical-coordinate representation of color #218725: hue angle of 122.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218725 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 37 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.47 |
| HSL | 122.35º | 0.61% | 0.33% | - |
| HSV(B) | 122.35º | 0.76% | 0.53% | - |
| XYZ | 9.63 | 17.78 | 4.68 | - |
| YUV | 93.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 37 | 0.76 | 0 | 0.73 | 0.47 | 122.35 | 0.61 | 0.33 |
| Hex | 21 | 87 | 25 | 4C | 0 | 49 | 2F | 7A | 3D | 21 |
| Octal | 41 | 207 | 45 | 114 | 0 | 111 | 57 | 172 | 75 | 41 |
| Binary | 100001 | 10000111 | 100101 | 1001100 | 0 | 1001001 | 101111 | 1111010 | 111101 | 100001 |
Color Harmonies of #218725
Complementary color
Monochromatic Colors of #218725
Black with #218725
Text Example
Text Example
White with #218725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218725; }
p { color: rgb(33,135,37); }
H1.HeaderClassName
{
color: #218725;
}
.AnyTagClassName
{
color: #218725;
}
</style>
background-color css
<style>
a { background-color: #218725; }
a { background-color: rgb(33,135,37); }
div.DivClassName
{
background-color: #218725;
}
.BgClassName
{
background-color: #218725;
}
</style>
border-color css
<style>
span { border-color: #218725; }
span { border-color: rgb(33,135,37); }
td.TdClassName
{
border-color: #218725;
}
.TagClassName
{
border-color: #218725;
}
</style>