Shades of Forest Green #12A41C
Tints of Forest Green #12A41C
RGB
CMYK
RGB Variations
Color information
#12A41C (or 0x12A41C) is known color: Forest Green. HEX triplet: 12, A4 and 1C. RGB value is (18,164,28). Sum of RGB (Red+Green+Blue) = 18+164+28=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #12A41C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A41C is #ED5BE3. Grayscale: #696969. Windows color (decimal): -15555556 or 1877010. OLE color: 1877010.
HSL color Cylindrical-coordinate representation of color #12A41C: hue angle of 124.11º 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 #12A41C is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 28 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.36 |
| HSL | 124.11º | 0.8% | 0.36% | - |
| HSV(B) | 124.11º | 0.89% | 0.64% | - |
| XYZ | 13.73 | 26.76 | 5.54 | - |
| YUV | 104.84 | 84.63 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 28 | 0.89 | 0 | 0.83 | 0.36 | 124.11 | 0.8 | 0.36 |
| Hex | 12 | A4 | 1C | 59 | 0 | 53 | 24 | 7C | 50 | 24 |
| Octal | 22 | 244 | 34 | 131 | 0 | 123 | 44 | 174 | 120 | 44 |
| Binary | 10010 | 10100100 | 11100 | 1011001 | 0 | 1010011 | 100100 | 1111100 | 1010000 | 100100 |
Color Harmonies of #12A41C
Complementary color
Monochromatic Colors of #12A41C
Black with #12A41C
Text Example
Text Example
White with #12A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A41C; }
p { color: rgb(18,164,28); }
H1.HeaderClassName
{
color: #12A41C;
}
.AnyTagClassName
{
color: #12A41C;
}
</style>
background-color css
<style>
a { background-color: #12A41C; }
a { background-color: rgb(18,164,28); }
div.DivClassName
{
background-color: #12A41C;
}
.BgClassName
{
background-color: #12A41C;
}
</style>
border-color css
<style>
span { border-color: #12A41C; }
span { border-color: rgb(18,164,28); }
td.TdClassName
{
border-color: #12A41C;
}
.TagClassName
{
border-color: #12A41C;
}
</style>