Shades of Forest Green #12972C
Tints of Forest Green #12972C
RGB
CMYK
RGB Variations
Color information
#12972C (or 0x12972C) is known color: Forest Green. HEX triplet: 12, 97 and 2C. RGB value is (18,151,44). Sum of RGB (Red+Green+Blue) = 18+151+44=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 151 (59.38% from 255 or 70.89% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 151 - color contains mainly: green. Hex color #12972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12972C is #ED68D3. Grayscale: #636363. Windows color (decimal): -15558868 or 2922258. OLE color: 2922258.
HSL color Cylindrical-coordinate representation of color #12972C: hue angle of 131.73º 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 #12972C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 44 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.41 |
| HSL | 131.73º | 0.79% | 0.33% | - |
| HSV(B) | 131.73º | 0.88% | 0.59% | - |
| XYZ | 11.77 | 22.44 | 6.09 | - |
| YUV | 99.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 44 | 0.88 | 0 | 0.71 | 0.41 | 131.73 | 0.79 | 0.33 |
| Hex | 12 | 97 | 2C | 58 | 0 | 47 | 29 | 84 | 4F | 21 |
| Octal | 22 | 227 | 54 | 130 | 0 | 107 | 51 | 204 | 117 | 41 |
| Binary | 10010 | 10010111 | 101100 | 1011000 | 0 | 1000111 | 101001 | 10000100 | 1001111 | 100001 |
Color Harmonies of #12972C
Complementary color
Monochromatic Colors of #12972C
Black with #12972C
Text Example
Text Example
White with #12972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12972C; }
p { color: rgb(18,151,44); }
H1.HeaderClassName
{
color: #12972C;
}
.AnyTagClassName
{
color: #12972C;
}
</style>
background-color css
<style>
a { background-color: #12972C; }
a { background-color: rgb(18,151,44); }
div.DivClassName
{
background-color: #12972C;
}
.BgClassName
{
background-color: #12972C;
}
</style>
border-color css
<style>
span { border-color: #12972C; }
span { border-color: rgb(18,151,44); }
td.TdClassName
{
border-color: #12972C;
}
.TagClassName
{
border-color: #12972C;
}
</style>