Shades of Forest Green #127319
Tints of Forest Green #127319
RGB
CMYK
RGB Variations
Color information
#127319 (or 0x127319) is known color: Forest Green. HEX triplet: 12, 73 and 19. RGB value is (18,115,25). Sum of RGB (Red+Green+Blue) = 18+115+25=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #127319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127319 is #ED8CE6. Grayscale: #4C4C4C. Windows color (decimal): -15568103 or 1667858. OLE color: 1667858.
HSL color Cylindrical-coordinate representation of color #127319: hue angle of 124.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127319 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 25 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.55 |
| HSL | 124.33º | 0.73% | 0.26% | - |
| HSV(B) | 124.33º | 0.84% | 0.45% | - |
| XYZ | 6.56 | 12.46 | 2.98 | - |
| YUV | 75.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 25 | 0.84 | 0 | 0.78 | 0.55 | 124.33 | 0.73 | 0.26 |
| Hex | 12 | 73 | 19 | 54 | 0 | 4E | 37 | 7C | 49 | 1A |
| Octal | 22 | 163 | 31 | 124 | 0 | 116 | 67 | 174 | 111 | 32 |
| Binary | 10010 | 1110011 | 11001 | 1010100 | 0 | 1001110 | 110111 | 1111100 | 1001001 | 11010 |
Color Harmonies of #127319
Complementary color
Monochromatic Colors of #127319
Black with #127319
Text Example
Text Example
White with #127319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127319; }
p { color: rgb(18,115,25); }
H1.HeaderClassName
{
color: #127319;
}
.AnyTagClassName
{
color: #127319;
}
</style>
background-color css
<style>
a { background-color: #127319; }
a { background-color: rgb(18,115,25); }
div.DivClassName
{
background-color: #127319;
}
.BgClassName
{
background-color: #127319;
}
</style>
border-color css
<style>
span { border-color: #127319; }
span { border-color: rgb(18,115,25); }
td.TdClassName
{
border-color: #127319;
}
.TagClassName
{
border-color: #127319;
}
</style>