Shades of Forest Green #127C27
Tints of Forest Green #127C27
RGB
CMYK
RGB Variations
Color information
#127C27 (or 0x127C27) is known color: Forest Green. HEX triplet: 12, 7C and 27. RGB value is (18,124,39). Sum of RGB (Red+Green+Blue) = 18+124+39=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #127C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C27 is #ED83D8. Grayscale: #525252. Windows color (decimal): -15565785 or 2587666. OLE color: 2587666.
HSL color Cylindrical-coordinate representation of color #127C27: hue angle of 131.89º 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 #127C27 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 39 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.51 |
| HSL | 131.89º | 0.75% | 0.28% | - |
| HSV(B) | 131.89º | 0.85% | 0.49% | - |
| XYZ | 7.82 | 14.69 | 4.34 | - |
| YUV | 82.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 39 | 0.85 | 0 | 0.69 | 0.51 | 131.89 | 0.75 | 0.28 |
| Hex | 12 | 7C | 27 | 55 | 0 | 45 | 33 | 84 | 4B | 1C |
| Octal | 22 | 174 | 47 | 125 | 0 | 105 | 63 | 204 | 113 | 34 |
| Binary | 10010 | 1111100 | 100111 | 1010101 | 0 | 1000101 | 110011 | 10000100 | 1001011 | 11100 |
Color Harmonies of #127C27
Complementary color
Monochromatic Colors of #127C27
Black with #127C27
Text Example
Text Example
White with #127C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C27; }
p { color: rgb(18,124,39); }
H1.HeaderClassName
{
color: #127C27;
}
.AnyTagClassName
{
color: #127C27;
}
</style>
background-color css
<style>
a { background-color: #127C27; }
a { background-color: rgb(18,124,39); }
div.DivClassName
{
background-color: #127C27;
}
.BgClassName
{
background-color: #127C27;
}
</style>
border-color css
<style>
span { border-color: #127C27; }
span { border-color: rgb(18,124,39); }
td.TdClassName
{
border-color: #127C27;
}
.TagClassName
{
border-color: #127C27;
}
</style>