Shades of Forest Green #207F2B
Tints of Forest Green #207F2B
RGB
CMYK
RGB Variations
Color information
#207F2B (or 0x207F2B) is known color: Forest Green. HEX triplet: 20, 7F and 2B. RGB value is (32,127,43). Sum of RGB (Red+Green+Blue) = 32+127+43=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #207F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F2B is #DF80D4. Grayscale: #595959. Windows color (decimal): -14647509 or 2850592. OLE color: 2850592.
HSL color Cylindrical-coordinate representation of color #207F2B: hue angle of 126.95º 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 #207F2B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 43 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.50 |
| HSL | 126.95º | 0.6% | 0.31% | - |
| HSV(B) | 126.95º | 0.75% | 0.5% | - |
| XYZ | 8.62 | 15.66 | 4.85 | - |
| YUV | 89.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 43 | 0.75 | 0 | 0.66 | 0.50 | 126.95 | 0.6 | 0.31 |
| Hex | 20 | 7F | 2B | 4B | 0 | 42 | 32 | 7F | 3C | 1F |
| Octal | 40 | 177 | 53 | 113 | 0 | 102 | 62 | 177 | 74 | 37 |
| Binary | 100000 | 1111111 | 101011 | 1001011 | 0 | 1000010 | 110010 | 1111111 | 111100 | 11111 |
Color Harmonies of #207F2B
Complementary color
Monochromatic Colors of #207F2B
Black with #207F2B
Text Example
Text Example
White with #207F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F2B; }
p { color: rgb(32,127,43); }
H1.HeaderClassName
{
color: #207F2B;
}
.AnyTagClassName
{
color: #207F2B;
}
</style>
background-color css
<style>
a { background-color: #207F2B; }
a { background-color: rgb(32,127,43); }
div.DivClassName
{
background-color: #207F2B;
}
.BgClassName
{
background-color: #207F2B;
}
</style>
border-color css
<style>
span { border-color: #207F2B; }
span { border-color: rgb(32,127,43); }
td.TdClassName
{
border-color: #207F2B;
}
.TagClassName
{
border-color: #207F2B;
}
</style>