Shades of Forest Green #207F2A
Tints of Forest Green #207F2A
RGB
CMYK
RGB Variations
Color information
#207F2A (or 0x207F2A) is known color: Forest Green. HEX triplet: 20, 7F and 2A. RGB value is (32,127,42). Sum of RGB (Red+Green+Blue) = 32+127+42=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #207F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F2A is #DF80D5. Grayscale: #595959. Windows color (decimal): -14647510 or 2785056. OLE color: 2785056.
HSL color Cylindrical-coordinate representation of color #207F2A: hue angle of 126.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F2A is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 42 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.50 |
| HSL | 126.32º | 0.6% | 0.31% | - |
| HSV(B) | 126.32º | 0.75% | 0.5% | - |
| XYZ | 8.6 | 15.65 | 4.76 | - |
| YUV | 88.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 42 | 0.75 | 0 | 0.67 | 0.50 | 126.32 | 0.6 | 0.31 |
| Hex | 20 | 7F | 2A | 4B | 0 | 43 | 32 | 7E | 3C | 1F |
| Octal | 40 | 177 | 52 | 113 | 0 | 103 | 62 | 176 | 74 | 37 |
| Binary | 100000 | 1111111 | 101010 | 1001011 | 0 | 1000011 | 110010 | 1111110 | 111100 | 11111 |
Color Harmonies of #207F2A
Complementary color
Monochromatic Colors of #207F2A
Black with #207F2A
Text Example
Text Example
White with #207F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F2A; }
p { color: rgb(32,127,42); }
H1.HeaderClassName
{
color: #207F2A;
}
.AnyTagClassName
{
color: #207F2A;
}
</style>
background-color css
<style>
a { background-color: #207F2A; }
a { background-color: rgb(32,127,42); }
div.DivClassName
{
background-color: #207F2A;
}
.BgClassName
{
background-color: #207F2A;
}
</style>
border-color css
<style>
span { border-color: #207F2A; }
span { border-color: rgb(32,127,42); }
td.TdClassName
{
border-color: #207F2A;
}
.TagClassName
{
border-color: #207F2A;
}
</style>