Shades of Forest Green #127F16
Tints of Forest Green #127F16
RGB
CMYK
RGB Variations
Color information
#127F16 (or 0x127F16) is known color: Forest Green. HEX triplet: 12, 7F and 16. RGB value is (18,127,22). Sum of RGB (Red+Green+Blue) = 18+127+22=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #127F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F16 is #ED80E9. Grayscale: #525252. Windows color (decimal): -15565034 or 1474322. OLE color: 1474322.
HSL color Cylindrical-coordinate representation of color #127F16: hue angle of 122.2º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F16 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 22 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.50 |
| HSL | 122.2º | 0.75% | 0.28% | - |
| HSV(B) | 122.2º | 0.86% | 0.5% | - |
| XYZ | 7.98 | 15.37 | 3.3 | - |
| YUV | 82.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 22 | 0.86 | 0 | 0.83 | 0.50 | 122.2 | 0.75 | 0.28 |
| Hex | 12 | 7F | 16 | 56 | 0 | 53 | 32 | 7A | 4B | 1C |
| Octal | 22 | 177 | 26 | 126 | 0 | 123 | 62 | 172 | 113 | 34 |
| Binary | 10010 | 1111111 | 10110 | 1010110 | 0 | 1010011 | 110010 | 1111010 | 1001011 | 11100 |
Color Harmonies of #127F16
Complementary color
Monochromatic Colors of #127F16
Black with #127F16
Text Example
Text Example
White with #127F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F16; }
p { color: rgb(18,127,22); }
H1.HeaderClassName
{
color: #127F16;
}
.AnyTagClassName
{
color: #127F16;
}
</style>
background-color css
<style>
a { background-color: #127F16; }
a { background-color: rgb(18,127,22); }
div.DivClassName
{
background-color: #127F16;
}
.BgClassName
{
background-color: #127F16;
}
</style>
border-color css
<style>
span { border-color: #127F16; }
span { border-color: rgb(18,127,22); }
td.TdClassName
{
border-color: #127F16;
}
.TagClassName
{
border-color: #127F16;
}
</style>