Shades of Forest Green #127520
Tints of Forest Green #127520
RGB
CMYK
RGB Variations
Color information
#127520 (or 0x127520) is known color: Forest Green. HEX triplet: 12, 75 and 20. RGB value is (18,117,32). Sum of RGB (Red+Green+Blue) = 18+117+32=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #127520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127520 is #ED8ADF. Grayscale: #4D4D4D. Windows color (decimal): -15567584 or 2127122. OLE color: 2127122.
HSL color Cylindrical-coordinate representation of color #127520: hue angle of 128.48º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127520 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 32 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.54 |
| HSL | 128.48º | 0.73% | 0.26% | - |
| HSV(B) | 128.48º | 0.85% | 0.46% | - |
| XYZ | 6.87 | 12.96 | 3.5 | - |
| YUV | 77.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 32 | 0.85 | 0 | 0.73 | 0.54 | 128.48 | 0.73 | 0.26 |
| Hex | 12 | 75 | 20 | 55 | 0 | 49 | 36 | 80 | 49 | 1A |
| Octal | 22 | 165 | 40 | 125 | 0 | 111 | 66 | 200 | 111 | 32 |
| Binary | 10010 | 1110101 | 100000 | 1010101 | 0 | 1001001 | 110110 | 10000000 | 1001001 | 11010 |
Color Harmonies of #127520
Complementary color
Monochromatic Colors of #127520
Black with #127520
Text Example
Text Example
White with #127520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127520; }
p { color: rgb(18,117,32); }
H1.HeaderClassName
{
color: #127520;
}
.AnyTagClassName
{
color: #127520;
}
</style>
background-color css
<style>
a { background-color: #127520; }
a { background-color: rgb(18,117,32); }
div.DivClassName
{
background-color: #127520;
}
.BgClassName
{
background-color: #127520;
}
</style>
border-color css
<style>
span { border-color: #127520; }
span { border-color: rgb(18,117,32); }
td.TdClassName
{
border-color: #127520;
}
.TagClassName
{
border-color: #127520;
}
</style>