Shades of Forest Green #207A25
Tints of Forest Green #207A25
RGB
CMYK
RGB Variations
Color information
#207A25 (or 0x207A25) is known color: Forest Green. HEX triplet: 20, 7A and 25. RGB value is (32,122,37). Sum of RGB (Red+Green+Blue) = 32+122+37=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #207A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207A25 is #DF85DA. Grayscale: #555555. Windows color (decimal): -14648795 or 2456096. OLE color: 2456096.
HSL color Cylindrical-coordinate representation of color #207A25: hue angle of 123.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A25 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 37 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.52 |
| HSL | 123.33º | 0.58% | 0.3% | - |
| HSV(B) | 123.33º | 0.74% | 0.48% | - |
| XYZ | 7.89 | 14.36 | 4.11 | - |
| YUV | 85.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 37 | 0.74 | 0 | 0.70 | 0.52 | 123.33 | 0.58 | 0.3 |
| Hex | 20 | 7A | 25 | 4A | 0 | 46 | 34 | 7B | 3A | 1E |
| Octal | 40 | 172 | 45 | 112 | 0 | 106 | 64 | 173 | 72 | 36 |
| Binary | 100000 | 1111010 | 100101 | 1001010 | 0 | 1000110 | 110100 | 1111011 | 111010 | 11110 |
Color Harmonies of #207A25
Complementary color
Monochromatic Colors of #207A25
Black with #207A25
Text Example
Text Example
White with #207A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A25; }
p { color: rgb(32,122,37); }
H1.HeaderClassName
{
color: #207A25;
}
.AnyTagClassName
{
color: #207A25;
}
</style>
background-color css
<style>
a { background-color: #207A25; }
a { background-color: rgb(32,122,37); }
div.DivClassName
{
background-color: #207A25;
}
.BgClassName
{
background-color: #207A25;
}
</style>
border-color css
<style>
span { border-color: #207A25; }
span { border-color: rgb(32,122,37); }
td.TdClassName
{
border-color: #207A25;
}
.TagClassName
{
border-color: #207A25;
}
</style>