Shades of Forest Green #12992F
Tints of Forest Green #12992F
RGB
CMYK
RGB Variations
Color information
#12992F (or 0x12992F) is known color: Forest Green. HEX triplet: 12, 99 and 2F. RGB value is (18,153,47). Sum of RGB (Red+Green+Blue) = 18+153+47=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #12992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12992F is #ED66D0. Grayscale: #646464. Windows color (decimal): -15558353 or 3119378. OLE color: 3119378.
HSL color Cylindrical-coordinate representation of color #12992F: hue angle of 132.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12992F is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 47 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.4 |
| HSL | 132.89º | 0.79% | 0.34% | - |
| HSV(B) | 132.89º | 0.88% | 0.6% | - |
| XYZ | 12.15 | 23.12 | 6.51 | - |
| YUV | 100.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 47 | 0.88 | 0 | 0.69 | 0.4 | 132.89 | 0.79 | 0.34 |
| Hex | 12 | 99 | 2F | 58 | 0 | 45 | 28 | 85 | 4F | 22 |
| Octal | 22 | 231 | 57 | 130 | 0 | 105 | 50 | 205 | 117 | 42 |
| Binary | 10010 | 10011001 | 101111 | 1011000 | 0 | 1000101 | 101000 | 10000101 | 1001111 | 100010 |
Color Harmonies of #12992F
Complementary color
Monochromatic Colors of #12992F
Black with #12992F
Text Example
Text Example
White with #12992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12992F; }
p { color: rgb(18,153,47); }
H1.HeaderClassName
{
color: #12992F;
}
.AnyTagClassName
{
color: #12992F;
}
</style>
background-color css
<style>
a { background-color: #12992F; }
a { background-color: rgb(18,153,47); }
div.DivClassName
{
background-color: #12992F;
}
.BgClassName
{
background-color: #12992F;
}
</style>
border-color css
<style>
span { border-color: #12992F; }
span { border-color: rgb(18,153,47); }
td.TdClassName
{
border-color: #12992F;
}
.TagClassName
{
border-color: #12992F;
}
</style>