Shades of Forest Green #12A42E
Tints of Forest Green #12A42E
RGB
CMYK
RGB Variations
Color information
#12A42E (or 0x12A42E) is known color: Forest Green. HEX triplet: 12, A4 and 2E. RGB value is (18,164,46). Sum of RGB (Red+Green+Blue) = 18+164+46=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 164 (64.45% from 255 or 71.93% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 164 - color contains mainly: green. Hex color #12A42E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A42E is #ED5BD1. Grayscale: #6B6B6B. Windows color (decimal): -15555538 or 3056658. OLE color: 3056658.
HSL color Cylindrical-coordinate representation of color #12A42E: hue angle of 131.51º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A42E is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 46 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.36 |
| HSL | 131.51º | 0.8% | 0.36% | - |
| HSV(B) | 131.51º | 0.89% | 0.64% | - |
| XYZ | 14.02 | 26.88 | 7.03 | - |
| YUV | 106.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 46 | 0.89 | 0 | 0.72 | 0.36 | 131.51 | 0.8 | 0.36 |
| Hex | 12 | A4 | 2E | 59 | 0 | 48 | 24 | 84 | 50 | 24 |
| Octal | 22 | 244 | 56 | 131 | 0 | 110 | 44 | 204 | 120 | 44 |
| Binary | 10010 | 10100100 | 101110 | 1011001 | 0 | 1001000 | 100100 | 10000100 | 1010000 | 100100 |
Color Harmonies of #12A42E
Complementary color
Monochromatic Colors of #12A42E
Black with #12A42E
Text Example
Text Example
White with #12A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A42E; }
p { color: rgb(18,164,46); }
H1.HeaderClassName
{
color: #12A42E;
}
.AnyTagClassName
{
color: #12A42E;
}
</style>
background-color css
<style>
a { background-color: #12A42E; }
a { background-color: rgb(18,164,46); }
div.DivClassName
{
background-color: #12A42E;
}
.BgClassName
{
background-color: #12A42E;
}
</style>
border-color css
<style>
span { border-color: #12A42E; }
span { border-color: rgb(18,164,46); }
td.TdClassName
{
border-color: #12A42E;
}
.TagClassName
{
border-color: #12A42E;
}
</style>