Shades of Forest Green #127D26
Tints of Forest Green #127D26
RGB
CMYK
RGB Variations
Color information
#127D26 (or 0x127D26) is known color: Forest Green. HEX triplet: 12, 7D and 26. RGB value is (18,125,38). Sum of RGB (Red+Green+Blue) = 18+125+38=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 125 (49.22% from 255 or 69.06% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 125 - color contains mainly: green. Hex color #127D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D26 is #ED82D9. Grayscale: #535353. Windows color (decimal): -15565530 or 2522386. OLE color: 2522386.
HSL color Cylindrical-coordinate representation of color #127D26: hue angle of 131.21º 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 #127D26 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 38 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.51 |
| HSL | 131.22º | 0.75% | 0.28% | - |
| HSV(B) | 131.22º | 0.86% | 0.49% | - |
| XYZ | 7.93 | 14.94 | 4.3 | - |
| YUV | 83.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 38 | 0.86 | 0 | 0.70 | 0.51 | 131.22 | 0.75 | 0.28 |
| Hex | 12 | 7D | 26 | 56 | 0 | 46 | 33 | 83 | 4B | 1C |
| Octal | 22 | 175 | 46 | 126 | 0 | 106 | 63 | 203 | 113 | 34 |
| Binary | 10010 | 1111101 | 100110 | 1010110 | 0 | 1000110 | 110011 | 10000011 | 1001011 | 11100 |
Color Harmonies of #127D26
Complementary color
Monochromatic Colors of #127D26
Black with #127D26
Text Example
Text Example
White with #127D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D26; }
p { color: rgb(18,125,38); }
H1.HeaderClassName
{
color: #127D26;
}
.AnyTagClassName
{
color: #127D26;
}
</style>
background-color css
<style>
a { background-color: #127D26; }
a { background-color: rgb(18,125,38); }
div.DivClassName
{
background-color: #127D26;
}
.BgClassName
{
background-color: #127D26;
}
</style>
border-color css
<style>
span { border-color: #127D26; }
span { border-color: rgb(18,125,38); }
td.TdClassName
{
border-color: #127D26;
}
.TagClassName
{
border-color: #127D26;
}
</style>