Shades of Forest Green #12961F
Tints of Forest Green #12961F
RGB
CMYK
RGB Variations
Color information
#12961F (or 0x12961F) is known color: Forest Green. HEX triplet: 12, 96 and 1F. RGB value is (18,150,31). Sum of RGB (Red+Green+Blue) = 18+150+31=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 150 (58.98% from 255 or 75.38% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 150 - color contains mainly: green. Hex color #12961F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12961F is #ED69E0. Grayscale: #616161. Windows color (decimal): -15559137 or 2070034. OLE color: 2070034.
HSL color Cylindrical-coordinate representation of color #12961F: hue angle of 125.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12961F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 31 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.41 |
| HSL | 125.91º | 0.79% | 0.33% | - |
| HSV(B) | 125.91º | 0.88% | 0.59% | - |
| XYZ | 11.4 | 22.04 | 4.95 | - |
| YUV | 96.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 31 | 0.88 | 0 | 0.79 | 0.41 | 125.91 | 0.79 | 0.33 |
| Hex | 12 | 96 | 1F | 58 | 0 | 4F | 29 | 7E | 4F | 21 |
| Octal | 22 | 226 | 37 | 130 | 0 | 117 | 51 | 176 | 117 | 41 |
| Binary | 10010 | 10010110 | 11111 | 1011000 | 0 | 1001111 | 101001 | 1111110 | 1001111 | 100001 |
Color Harmonies of #12961F
Complementary color
Monochromatic Colors of #12961F
Black with #12961F
Text Example
Text Example
White with #12961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12961F; }
p { color: rgb(18,150,31); }
H1.HeaderClassName
{
color: #12961F;
}
.AnyTagClassName
{
color: #12961F;
}
</style>
background-color css
<style>
a { background-color: #12961F; }
a { background-color: rgb(18,150,31); }
div.DivClassName
{
background-color: #12961F;
}
.BgClassName
{
background-color: #12961F;
}
</style>
border-color css
<style>
span { border-color: #12961F; }
span { border-color: rgb(18,150,31); }
td.TdClassName
{
border-color: #12961F;
}
.TagClassName
{
border-color: #12961F;
}
</style>