Shades of Forest Green #207B1C
Tints of Forest Green #207B1C
RGB
CMYK
RGB Variations
Color information
#207B1C (or 0x207B1C) is known color: Forest Green. HEX triplet: 20, 7B and 1C. RGB value is (32,123,28). Sum of RGB (Red+Green+Blue) = 32+123+28=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 123 (48.44% from 255 or 67.21% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 123 - color contains mainly: green. Hex color #207B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B1C is #DF84E3. Grayscale: #555555. Windows color (decimal): -14648548 or 1866528. OLE color: 1866528.
HSL color Cylindrical-coordinate representation of color #207B1C: hue angle of 117.47º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #207B1C is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 123 | 28 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.52 |
| HSL | 117.47º | 0.63% | 0.3% | - |
| HSV(B) | 117.47º | 0.77% | 0.48% | - |
| XYZ | 7.89 | 14.56 | 3.49 | - |
| YUV | 84.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 28 | 0.74 | 0 | 0.77 | 0.52 | 117.47 | 0.63 | 0.3 |
| Hex | 20 | 7B | 1C | 4A | 0 | 4D | 34 | 75 | 3F | 1E |
| Octal | 40 | 173 | 34 | 112 | 0 | 115 | 64 | 165 | 77 | 36 |
| Binary | 100000 | 1111011 | 11100 | 1001010 | 0 | 1001101 | 110100 | 1110101 | 111111 | 11110 |
Color Harmonies of #207B1C
Complementary color
Monochromatic Colors of #207B1C
Black with #207B1C
Text Example
Text Example
White with #207B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B1C; }
p { color: rgb(32,123,28); }
H1.HeaderClassName
{
color: #207B1C;
}
.AnyTagClassName
{
color: #207B1C;
}
</style>
background-color css
<style>
a { background-color: #207B1C; }
a { background-color: rgb(32,123,28); }
div.DivClassName
{
background-color: #207B1C;
}
.BgClassName
{
background-color: #207B1C;
}
</style>
border-color css
<style>
span { border-color: #207B1C; }
span { border-color: rgb(32,123,28); }
td.TdClassName
{
border-color: #207B1C;
}
.TagClassName
{
border-color: #207B1C;
}
</style>