Shades of Forest Green #127A20
Tints of Forest Green #127A20
RGB
CMYK
RGB Variations
Color information
#127A20 (or 0x127A20) is known color: Forest Green. HEX triplet: 12, 7A and 20. RGB value is (18,122,32). Sum of RGB (Red+Green+Blue) = 18+122+32=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 122 (48.05% from 255 or 70.93% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 122 - color contains mainly: green. Hex color #127A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A20 is #ED85DF. Grayscale: #505050. Windows color (decimal): -15566304 or 2128402. OLE color: 2128402.
HSL color Cylindrical-coordinate representation of color #127A20: hue angle of 128.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A20 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 32 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.52 |
| HSL | 128.08º | 0.74% | 0.27% | - |
| HSV(B) | 128.08º | 0.85% | 0.48% | - |
| XYZ | 7.47 | 14.15 | 3.7 | - |
| YUV | 80.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 32 | 0.85 | 0 | 0.74 | 0.52 | 128.08 | 0.74 | 0.27 |
| Hex | 12 | 7A | 20 | 55 | 0 | 4A | 34 | 80 | 4A | 1B |
| Octal | 22 | 172 | 40 | 125 | 0 | 112 | 64 | 200 | 112 | 33 |
| Binary | 10010 | 1111010 | 100000 | 1010101 | 0 | 1001010 | 110100 | 10000000 | 1001010 | 11011 |
Color Harmonies of #127A20
Complementary color
Monochromatic Colors of #127A20
Black with #127A20
Text Example
Text Example
White with #127A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A20; }
p { color: rgb(18,122,32); }
H1.HeaderClassName
{
color: #127A20;
}
.AnyTagClassName
{
color: #127A20;
}
</style>
background-color css
<style>
a { background-color: #127A20; }
a { background-color: rgb(18,122,32); }
div.DivClassName
{
background-color: #127A20;
}
.BgClassName
{
background-color: #127A20;
}
</style>
border-color css
<style>
span { border-color: #127A20; }
span { border-color: rgb(18,122,32); }
td.TdClassName
{
border-color: #127A20;
}
.TagClassName
{
border-color: #127A20;
}
</style>