Shades of Forest Green #127D15
Tints of Forest Green #127D15
RGB
CMYK
RGB Variations
Color information
#127D15 (or 0x127D15) is known color: Forest Green. HEX triplet: 12, 7D and 15. RGB value is (18,125,21). Sum of RGB (Red+Green+Blue) = 18+125+21=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 125 (49.22% from 255 or 76.22% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 125 - color contains mainly: green. Hex color #127D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D15 is #ED82EA. Grayscale: #515151. Windows color (decimal): -15565547 or 1408274. OLE color: 1408274.
HSL color Cylindrical-coordinate representation of color #127D15: hue angle of 121.68º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D15 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 21 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.51 |
| HSL | 121.68º | 0.75% | 0.28% | - |
| HSV(B) | 121.68º | 0.86% | 0.49% | - |
| XYZ | 7.72 | 14.85 | 3.17 | - |
| YUV | 81.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 21 | 0.86 | 0 | 0.83 | 0.51 | 121.68 | 0.75 | 0.28 |
| Hex | 12 | 7D | 15 | 56 | 0 | 53 | 33 | 7A | 4B | 1C |
| Octal | 22 | 175 | 25 | 126 | 0 | 123 | 63 | 172 | 113 | 34 |
| Binary | 10010 | 1111101 | 10101 | 1010110 | 0 | 1010011 | 110011 | 1111010 | 1001011 | 11100 |
Color Harmonies of #127D15
Complementary color
Monochromatic Colors of #127D15
Black with #127D15
Text Example
Text Example
White with #127D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D15; }
p { color: rgb(18,125,21); }
H1.HeaderClassName
{
color: #127D15;
}
.AnyTagClassName
{
color: #127D15;
}
</style>
background-color css
<style>
a { background-color: #127D15; }
a { background-color: rgb(18,125,21); }
div.DivClassName
{
background-color: #127D15;
}
.BgClassName
{
background-color: #127D15;
}
</style>
border-color css
<style>
span { border-color: #127D15; }
span { border-color: rgb(18,125,21); }
td.TdClassName
{
border-color: #127D15;
}
.TagClassName
{
border-color: #127D15;
}
</style>