Shades of Forest Green #127C1E
Tints of Forest Green #127C1E
RGB
CMYK
RGB Variations
Color information
#127C1E (or 0x127C1E) is known color: Forest Green. HEX triplet: 12, 7C and 1E. RGB value is (18,124,30). Sum of RGB (Red+Green+Blue) = 18+124+30=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #127C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C1E is #ED83E1. Grayscale: #515151. Windows color (decimal): -15565794 or 1997842. OLE color: 1997842.
HSL color Cylindrical-coordinate representation of color #127C1E: hue angle of 126.79º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C1E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 30 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.51 |
| HSL | 126.79º | 0.75% | 0.28% | - |
| HSV(B) | 126.79º | 0.85% | 0.49% | - |
| XYZ | 7.69 | 14.64 | 3.65 | - |
| YUV | 81.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 30 | 0.85 | 0 | 0.76 | 0.51 | 126.79 | 0.75 | 0.28 |
| Hex | 12 | 7C | 1E | 55 | 0 | 4C | 33 | 7F | 4B | 1C |
| Octal | 22 | 174 | 36 | 125 | 0 | 114 | 63 | 177 | 113 | 34 |
| Binary | 10010 | 1111100 | 11110 | 1010101 | 0 | 1001100 | 110011 | 1111111 | 1001011 | 11100 |
Color Harmonies of #127C1E
Complementary color
Monochromatic Colors of #127C1E
Black with #127C1E
Text Example
Text Example
White with #127C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C1E; }
p { color: rgb(18,124,30); }
H1.HeaderClassName
{
color: #127C1E;
}
.AnyTagClassName
{
color: #127C1E;
}
</style>
background-color css
<style>
a { background-color: #127C1E; }
a { background-color: rgb(18,124,30); }
div.DivClassName
{
background-color: #127C1E;
}
.BgClassName
{
background-color: #127C1E;
}
</style>
border-color css
<style>
span { border-color: #127C1E; }
span { border-color: rgb(18,124,30); }
td.TdClassName
{
border-color: #127C1E;
}
.TagClassName
{
border-color: #127C1E;
}
</style>