Shades of Forest Green #107419
Tints of Forest Green #107419
RGB
CMYK
RGB Variations
Color information
#107419 (or 0x107419) is known color: Forest Green. HEX triplet: 10, 74 and 19. RGB value is (16,116,25). Sum of RGB (Red+Green+Blue) = 16+116+25=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #107419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107419 is #EF8BE6. Grayscale: #4B4B4B. Windows color (decimal): -15698919 or 1668112. OLE color: 1668112.
HSL color Cylindrical-coordinate representation of color #107419: hue angle of 125.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107419 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 25 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.55 |
| HSL | 125.4º | 0.76% | 0.26% | - |
| HSV(B) | 125.4º | 0.86% | 0.45% | - |
| XYZ | 6.63 | 12.67 | 3.02 | - |
| YUV | 75.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 25 | 0.86 | 0 | 0.78 | 0.55 | 125.4 | 0.76 | 0.26 |
| Hex | 10 | 74 | 19 | 56 | 0 | 4E | 37 | 7D | 4C | 1A |
| Octal | 20 | 164 | 31 | 126 | 0 | 116 | 67 | 175 | 114 | 32 |
| Binary | 10000 | 1110100 | 11001 | 1010110 | 0 | 1001110 | 110111 | 1111101 | 1001100 | 11010 |
Color Harmonies of #107419
Complementary color
Monochromatic Colors of #107419
Black with #107419
Text Example
Text Example
White with #107419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107419; }
p { color: rgb(16,116,25); }
H1.HeaderClassName
{
color: #107419;
}
.AnyTagClassName
{
color: #107419;
}
</style>
background-color css
<style>
a { background-color: #107419; }
a { background-color: rgb(16,116,25); }
div.DivClassName
{
background-color: #107419;
}
.BgClassName
{
background-color: #107419;
}
</style>
border-color css
<style>
span { border-color: #107419; }
span { border-color: rgb(16,116,25); }
td.TdClassName
{
border-color: #107419;
}
.TagClassName
{
border-color: #107419;
}
</style>