Shades of Forest Green #126F19
Tints of Forest Green #126F19
RGB
CMYK
RGB Variations
Color information
#126F19 (or 0x126F19) is known color: Forest Green. HEX triplet: 12, 6F and 19. RGB value is (18,111,25). Sum of RGB (Red+Green+Blue) = 18+111+25=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #126F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F19 is #ED90E6. Grayscale: #494949. Windows color (decimal): -15569127 or 1666834. OLE color: 1666834.
HSL color Cylindrical-coordinate representation of color #126F19: hue angle of 124.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F19 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 25 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.56 |
| HSL | 124.52º | 0.72% | 0.25% | - |
| HSV(B) | 124.52º | 0.84% | 0.44% | - |
| XYZ | 6.11 | 11.57 | 2.83 | - |
| YUV | 73.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 25 | 0.84 | 0 | 0.77 | 0.56 | 124.52 | 0.72 | 0.25 |
| Hex | 12 | 6F | 19 | 54 | 0 | 4D | 38 | 7D | 48 | 19 |
| Octal | 22 | 157 | 31 | 124 | 0 | 115 | 70 | 175 | 110 | 31 |
| Binary | 10010 | 1101111 | 11001 | 1010100 | 0 | 1001101 | 111000 | 1111101 | 1001000 | 11001 |
Color Harmonies of #126F19
Complementary color
Monochromatic Colors of #126F19
Black with #126F19
Text Example
Text Example
White with #126F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F19; }
p { color: rgb(18,111,25); }
H1.HeaderClassName
{
color: #126F19;
}
.AnyTagClassName
{
color: #126F19;
}
</style>
background-color css
<style>
a { background-color: #126F19; }
a { background-color: rgb(18,111,25); }
div.DivClassName
{
background-color: #126F19;
}
.BgClassName
{
background-color: #126F19;
}
</style>
border-color css
<style>
span { border-color: #126F19; }
span { border-color: rgb(18,111,25); }
td.TdClassName
{
border-color: #126F19;
}
.TagClassName
{
border-color: #126F19;
}
</style>