Shades of Forest Green #12791E
Tints of Forest Green #12791E
RGB
CMYK
RGB Variations
Color information
#12791E (or 0x12791E) is known color: Forest Green. HEX triplet: 12, 79 and 1E. RGB value is (18,121,30). Sum of RGB (Red+Green+Blue) = 18+121+30=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #12791E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12791E is #ED86E1. Grayscale: #505050. Windows color (decimal): -15566562 or 1997074. OLE color: 1997074.
HSL color Cylindrical-coordinate representation of color #12791E: hue angle of 126.99º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12791E is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 30 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.53 |
| HSL | 126.99º | 0.74% | 0.27% | - |
| HSV(B) | 126.99º | 0.85% | 0.47% | - |
| XYZ | 7.32 | 13.9 | 3.52 | - |
| YUV | 79.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 30 | 0.85 | 0 | 0.75 | 0.53 | 126.99 | 0.74 | 0.27 |
| Hex | 12 | 79 | 1E | 55 | 0 | 4B | 35 | 7F | 4A | 1B |
| Octal | 22 | 171 | 36 | 125 | 0 | 113 | 65 | 177 | 112 | 33 |
| Binary | 10010 | 1111001 | 11110 | 1010101 | 0 | 1001011 | 110101 | 1111111 | 1001010 | 11011 |
Color Harmonies of #12791E
Complementary color
Monochromatic Colors of #12791E
Black with #12791E
Text Example
Text Example
White with #12791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12791E; }
p { color: rgb(18,121,30); }
H1.HeaderClassName
{
color: #12791E;
}
.AnyTagClassName
{
color: #12791E;
}
</style>
background-color css
<style>
a { background-color: #12791E; }
a { background-color: rgb(18,121,30); }
div.DivClassName
{
background-color: #12791E;
}
.BgClassName
{
background-color: #12791E;
}
</style>
border-color css
<style>
span { border-color: #12791E; }
span { border-color: rgb(18,121,30); }
td.TdClassName
{
border-color: #12791E;
}
.TagClassName
{
border-color: #12791E;
}
</style>