Shades of Forest Green #12931C
Tints of Forest Green #12931C
RGB
CMYK
RGB Variations
Color information
#12931C (or 0x12931C) is known color: Forest Green. HEX triplet: 12, 93 and 1C. RGB value is (18,147,28). Sum of RGB (Red+Green+Blue) = 18+147+28=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #12931C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12931C is #ED6CE3. Grayscale: #5F5F5F. Windows color (decimal): -15559908 or 1872658. OLE color: 1872658.
HSL color Cylindrical-coordinate representation of color #12931C: hue angle of 124.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12931C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 28 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.42 |
| HSL | 124.65º | 0.78% | 0.32% | - |
| HSV(B) | 124.65º | 0.88% | 0.58% | - |
| XYZ | 10.89 | 21.08 | 4.59 | - |
| YUV | 94.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 28 | 0.88 | 0 | 0.81 | 0.42 | 124.65 | 0.78 | 0.32 |
| Hex | 12 | 93 | 1C | 58 | 0 | 51 | 2A | 7D | 4E | 20 |
| Octal | 22 | 223 | 34 | 130 | 0 | 121 | 52 | 175 | 116 | 40 |
| Binary | 10010 | 10010011 | 11100 | 1011000 | 0 | 1010001 | 101010 | 1111101 | 1001110 | 100000 |
Color Harmonies of #12931C
Complementary color
Monochromatic Colors of #12931C
Black with #12931C
Text Example
Text Example
White with #12931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12931C; }
p { color: rgb(18,147,28); }
H1.HeaderClassName
{
color: #12931C;
}
.AnyTagClassName
{
color: #12931C;
}
</style>
background-color css
<style>
a { background-color: #12931C; }
a { background-color: rgb(18,147,28); }
div.DivClassName
{
background-color: #12931C;
}
.BgClassName
{
background-color: #12931C;
}
</style>
border-color css
<style>
span { border-color: #12931C; }
span { border-color: rgb(18,147,28); }
td.TdClassName
{
border-color: #12931C;
}
.TagClassName
{
border-color: #12931C;
}
</style>