Shades of Forest Green #127D13
Tints of Forest Green #127D13
RGB
CMYK
RGB Variations
Color information
#127D13 (or 0x127D13) is known color: Forest Green. HEX triplet: 12, 7D and 13. RGB value is (18,125,19). Sum of RGB (Red+Green+Blue) = 18+125+19=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 125 (49.22% from 255 or 77.16% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 125 - color contains mainly: green. Hex color #127D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D13 is #ED82EC. Grayscale: #515151. Windows color (decimal): -15565549 or 1277202. OLE color: 1277202.
HSL color Cylindrical-coordinate representation of color #127D13: hue angle of 120.56º 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 #127D13 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 19 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.51 |
| HSL | 120.56º | 0.75% | 0.28% | - |
| HSV(B) | 120.56º | 0.86% | 0.49% | - |
| XYZ | 7.7 | 14.84 | 3.08 | - |
| YUV | 80.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 19 | 0.86 | 0 | 0.85 | 0.51 | 120.56 | 0.75 | 0.28 |
| Hex | 12 | 7D | 13 | 56 | 0 | 55 | 33 | 79 | 4B | 1C |
| Octal | 22 | 175 | 23 | 126 | 0 | 125 | 63 | 171 | 113 | 34 |
| Binary | 10010 | 1111101 | 10011 | 1010110 | 0 | 1010101 | 110011 | 1111001 | 1001011 | 11100 |
Color Harmonies of #127D13
Complementary color
Monochromatic Colors of #127D13
Black with #127D13
Text Example
Text Example
White with #127D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D13; }
p { color: rgb(18,125,19); }
H1.HeaderClassName
{
color: #127D13;
}
.AnyTagClassName
{
color: #127D13;
}
</style>
background-color css
<style>
a { background-color: #127D13; }
a { background-color: rgb(18,125,19); }
div.DivClassName
{
background-color: #127D13;
}
.BgClassName
{
background-color: #127D13;
}
</style>
border-color css
<style>
span { border-color: #127D13; }
span { border-color: rgb(18,125,19); }
td.TdClassName
{
border-color: #127D13;
}
.TagClassName
{
border-color: #127D13;
}
</style>