Shades of Forest Green #207E2B
Tints of Forest Green #207E2B
RGB
CMYK
RGB Variations
Color information
#207E2B (or 0x207E2B) is known color: Forest Green. HEX triplet: 20, 7E and 2B. RGB value is (32,126,43). Sum of RGB (Red+Green+Blue) = 32+126+43=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #207E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207E2B is #DF81D4. Grayscale: #585858. Windows color (decimal): -14647765 or 2850336. OLE color: 2850336.
HSL color Cylindrical-coordinate representation of color #207E2B: hue angle of 127.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E2B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 43 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.51 |
| HSL | 127.02º | 0.59% | 0.31% | - |
| HSV(B) | 127.02º | 0.75% | 0.49% | - |
| XYZ | 8.49 | 15.4 | 4.81 | - |
| YUV | 88.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 43 | 0.75 | 0 | 0.66 | 0.51 | 127.02 | 0.59 | 0.31 |
| Hex | 20 | 7E | 2B | 4B | 0 | 42 | 33 | 7F | 3B | 1F |
| Octal | 40 | 176 | 53 | 113 | 0 | 102 | 63 | 177 | 73 | 37 |
| Binary | 100000 | 1111110 | 101011 | 1001011 | 0 | 1000010 | 110011 | 1111111 | 111011 | 11111 |
Color Harmonies of #207E2B
Complementary color
Monochromatic Colors of #207E2B
Black with #207E2B
Text Example
Text Example
White with #207E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E2B; }
p { color: rgb(32,126,43); }
H1.HeaderClassName
{
color: #207E2B;
}
.AnyTagClassName
{
color: #207E2B;
}
</style>
background-color css
<style>
a { background-color: #207E2B; }
a { background-color: rgb(32,126,43); }
div.DivClassName
{
background-color: #207E2B;
}
.BgClassName
{
background-color: #207E2B;
}
</style>
border-color css
<style>
span { border-color: #207E2B; }
span { border-color: rgb(32,126,43); }
td.TdClassName
{
border-color: #207E2B;
}
.TagClassName
{
border-color: #207E2B;
}
</style>