Shades of Forest Green #207D2A
Tints of Forest Green #207D2A
RGB
CMYK
RGB Variations
Color information
#207D2A (or 0x207D2A) is known color: Forest Green. HEX triplet: 20, 7D and 2A. RGB value is (32,125,42). Sum of RGB (Red+Green+Blue) = 32+125+42=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 125 (49.22% from 255 or 62.81% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 125 - color contains mainly: green. Hex color #207D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207D2A is #DF82D5. Grayscale: #575757. Windows color (decimal): -14648022 or 2784544. OLE color: 2784544.
HSL color Cylindrical-coordinate representation of color #207D2A: hue angle of 126.45º 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 #207D2A is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 42 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.51 |
| HSL | 126.45º | 0.59% | 0.31% | - |
| HSV(B) | 126.45º | 0.74% | 0.49% | - |
| XYZ | 8.35 | 15.14 | 4.67 | - |
| YUV | 87.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 42 | 0.74 | 0 | 0.66 | 0.51 | 126.45 | 0.59 | 0.31 |
| Hex | 20 | 7D | 2A | 4A | 0 | 42 | 33 | 7E | 3B | 1F |
| Octal | 40 | 175 | 52 | 112 | 0 | 102 | 63 | 176 | 73 | 37 |
| Binary | 100000 | 1111101 | 101010 | 1001010 | 0 | 1000010 | 110011 | 1111110 | 111011 | 11111 |
Color Harmonies of #207D2A
Complementary color
Monochromatic Colors of #207D2A
Black with #207D2A
Text Example
Text Example
White with #207D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D2A; }
p { color: rgb(32,125,42); }
H1.HeaderClassName
{
color: #207D2A;
}
.AnyTagClassName
{
color: #207D2A;
}
</style>
background-color css
<style>
a { background-color: #207D2A; }
a { background-color: rgb(32,125,42); }
div.DivClassName
{
background-color: #207D2A;
}
.BgClassName
{
background-color: #207D2A;
}
</style>
border-color css
<style>
span { border-color: #207D2A; }
span { border-color: rgb(32,125,42); }
td.TdClassName
{
border-color: #207D2A;
}
.TagClassName
{
border-color: #207D2A;
}
</style>