Shades of Forest Green #127C15
Tints of Forest Green #127C15
RGB
CMYK
RGB Variations
Color information
#127C15 (or 0x127C15) is known color: Forest Green. HEX triplet: 12, 7C and 15. RGB value is (18,124,21). Sum of RGB (Red+Green+Blue) = 18+124+21=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #127C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C15 is #ED83EA. Grayscale: #505050. Windows color (decimal): -15565803 or 1408018. OLE color: 1408018.
HSL color Cylindrical-coordinate representation of color #127C15: hue angle of 121.7º 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 #127C15 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 21 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.51 |
| HSL | 121.7º | 0.75% | 0.28% | - |
| HSV(B) | 121.7º | 0.85% | 0.49% | - |
| XYZ | 7.59 | 14.6 | 3.13 | - |
| YUV | 80.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 21 | 0.85 | 0 | 0.83 | 0.51 | 121.7 | 0.75 | 0.28 |
| Hex | 12 | 7C | 15 | 55 | 0 | 53 | 33 | 7A | 4B | 1C |
| Octal | 22 | 174 | 25 | 125 | 0 | 123 | 63 | 172 | 113 | 34 |
| Binary | 10010 | 1111100 | 10101 | 1010101 | 0 | 1010011 | 110011 | 1111010 | 1001011 | 11100 |
Color Harmonies of #127C15
Complementary color
Monochromatic Colors of #127C15
Black with #127C15
Text Example
Text Example
White with #127C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C15; }
p { color: rgb(18,124,21); }
H1.HeaderClassName
{
color: #127C15;
}
.AnyTagClassName
{
color: #127C15;
}
</style>
background-color css
<style>
a { background-color: #127C15; }
a { background-color: rgb(18,124,21); }
div.DivClassName
{
background-color: #127C15;
}
.BgClassName
{
background-color: #127C15;
}
</style>
border-color css
<style>
span { border-color: #127C15; }
span { border-color: rgb(18,124,21); }
td.TdClassName
{
border-color: #127C15;
}
.TagClassName
{
border-color: #127C15;
}
</style>