Shades of Forest Green #207C27
Tints of Forest Green #207C27
RGB
CMYK
RGB Variations
Color information
#207C27 (or 0x207C27) is known color: Forest Green. HEX triplet: 20, 7C and 27. RGB value is (32,124,39). Sum of RGB (Red+Green+Blue) = 32+124+39=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #207C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C27 is #DF83D8. Grayscale: #575757. Windows color (decimal): -14648281 or 2587680. OLE color: 2587680.
HSL color Cylindrical-coordinate representation of color #207C27: hue angle of 124.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C27 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 39 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.51 |
| HSL | 124.57º | 0.59% | 0.31% | - |
| HSV(B) | 124.57º | 0.74% | 0.49% | - |
| XYZ | 8.17 | 14.87 | 4.36 | - |
| YUV | 86.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 39 | 0.74 | 0 | 0.69 | 0.51 | 124.57 | 0.59 | 0.31 |
| Hex | 20 | 7C | 27 | 4A | 0 | 45 | 33 | 7D | 3B | 1F |
| Octal | 40 | 174 | 47 | 112 | 0 | 105 | 63 | 175 | 73 | 37 |
| Binary | 100000 | 1111100 | 100111 | 1001010 | 0 | 1000101 | 110011 | 1111101 | 111011 | 11111 |
Color Harmonies of #207C27
Complementary color
Monochromatic Colors of #207C27
Black with #207C27
Text Example
Text Example
White with #207C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C27; }
p { color: rgb(32,124,39); }
H1.HeaderClassName
{
color: #207C27;
}
.AnyTagClassName
{
color: #207C27;
}
</style>
background-color css
<style>
a { background-color: #207C27; }
a { background-color: rgb(32,124,39); }
div.DivClassName
{
background-color: #207C27;
}
.BgClassName
{
background-color: #207C27;
}
</style>
border-color css
<style>
span { border-color: #207C27; }
span { border-color: rgb(32,124,39); }
td.TdClassName
{
border-color: #207C27;
}
.TagClassName
{
border-color: #207C27;
}
</style>