Shades of Forest Green #12932C
Tints of Forest Green #12932C
RGB
CMYK
RGB Variations
Color information
#12932C (or 0x12932C) is known color: Forest Green. HEX triplet: 12, 93 and 2C. RGB value is (18,147,44). Sum of RGB (Red+Green+Blue) = 18+147+44=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #12932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12932C is #ED6CD3. Grayscale: #606060. Windows color (decimal): -15559892 or 2921234. OLE color: 2921234.
HSL color Cylindrical-coordinate representation of color #12932C: hue angle of 132.09º 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 #12932C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 44 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.42 |
| HSL | 132.09º | 0.78% | 0.32% | - |
| HSV(B) | 132.09º | 0.88% | 0.58% | - |
| XYZ | 11.14 | 21.18 | 5.88 | - |
| YUV | 96.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 44 | 0.88 | 0 | 0.70 | 0.42 | 132.09 | 0.78 | 0.32 |
| Hex | 12 | 93 | 2C | 58 | 0 | 46 | 2A | 84 | 4E | 20 |
| Octal | 22 | 223 | 54 | 130 | 0 | 106 | 52 | 204 | 116 | 40 |
| Binary | 10010 | 10010011 | 101100 | 1011000 | 0 | 1000110 | 101010 | 10000100 | 1001110 | 100000 |
Color Harmonies of #12932C
Complementary color
Monochromatic Colors of #12932C
Black with #12932C
Text Example
Text Example
White with #12932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12932C; }
p { color: rgb(18,147,44); }
H1.HeaderClassName
{
color: #12932C;
}
.AnyTagClassName
{
color: #12932C;
}
</style>
background-color css
<style>
a { background-color: #12932C; }
a { background-color: rgb(18,147,44); }
div.DivClassName
{
background-color: #12932C;
}
.BgClassName
{
background-color: #12932C;
}
</style>
border-color css
<style>
span { border-color: #12932C; }
span { border-color: rgb(18,147,44); }
td.TdClassName
{
border-color: #12932C;
}
.TagClassName
{
border-color: #12932C;
}
</style>