Shades of Forest Green #127D16
Tints of Forest Green #127D16
RGB
CMYK
RGB Variations
Color information
#127D16 (or 0x127D16) is known color: Forest Green. HEX triplet: 12, 7D and 16. RGB value is (18,125,22). Sum of RGB (Red+Green+Blue) = 18+125+22=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 125 (49.22% from 255 or 75.76% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 125 - color contains mainly: green. Hex color #127D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D16 is #ED82E9. Grayscale: #515151. Windows color (decimal): -15565546 or 1473810. OLE color: 1473810.
HSL color Cylindrical-coordinate representation of color #127D16: hue angle of 122.24º 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 #127D16 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 22 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.51 |
| HSL | 122.24º | 0.75% | 0.28% | - |
| HSV(B) | 122.24º | 0.86% | 0.49% | - |
| XYZ | 7.73 | 14.85 | 3.22 | - |
| YUV | 81.27 | 94.55 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 22 | 0.86 | 0 | 0.82 | 0.51 | 122.24 | 0.75 | 0.28 |
| Hex | 12 | 7D | 16 | 56 | 0 | 52 | 33 | 7A | 4B | 1C |
| Octal | 22 | 175 | 26 | 126 | 0 | 122 | 63 | 172 | 113 | 34 |
| Binary | 10010 | 1111101 | 10110 | 1010110 | 0 | 1010010 | 110011 | 1111010 | 1001011 | 11100 |
Color Harmonies of #127D16
Complementary color
Monochromatic Colors of #127D16
Black with #127D16
Text Example
Text Example
White with #127D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D16; }
p { color: rgb(18,125,22); }
H1.HeaderClassName
{
color: #127D16;
}
.AnyTagClassName
{
color: #127D16;
}
</style>
background-color css
<style>
a { background-color: #127D16; }
a { background-color: rgb(18,125,22); }
div.DivClassName
{
background-color: #127D16;
}
.BgClassName
{
background-color: #127D16;
}
</style>
border-color css
<style>
span { border-color: #127D16; }
span { border-color: rgb(18,125,22); }
td.TdClassName
{
border-color: #127D16;
}
.TagClassName
{
border-color: #127D16;
}
</style>