Shades of Forest Green #12901A
Tints of Forest Green #12901A
RGB
CMYK
RGB Variations
Color information
#12901A (or 0x12901A) is known color: Forest Green. HEX triplet: 12, 90 and 1A. RGB value is (18,144,26). Sum of RGB (Red+Green+Blue) = 18+144+26=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #12901A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12901A is #ED6FE5. Grayscale: #5D5D5D. Windows color (decimal): -15560678 or 1740818. OLE color: 1740818.
HSL color Cylindrical-coordinate representation of color #12901A: hue angle of 123.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12901A is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 26 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.44 |
| HSL | 123.81º | 0.78% | 0.32% | - |
| HSV(B) | 123.81º | 0.88% | 0.56% | - |
| XYZ | 10.41 | 20.15 | 4.32 | - |
| YUV | 92.87 | 90.26 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 26 | 0.88 | 0 | 0.82 | 0.44 | 123.81 | 0.78 | 0.32 |
| Hex | 12 | 90 | 1A | 58 | 0 | 52 | 2C | 7C | 4E | 20 |
| Octal | 22 | 220 | 32 | 130 | 0 | 122 | 54 | 174 | 116 | 40 |
| Binary | 10010 | 10010000 | 11010 | 1011000 | 0 | 1010010 | 101100 | 1111100 | 1001110 | 100000 |
Color Harmonies of #12901A
Complementary color
Monochromatic Colors of #12901A
Black with #12901A
Text Example
Text Example
White with #12901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12901A; }
p { color: rgb(18,144,26); }
H1.HeaderClassName
{
color: #12901A;
}
.AnyTagClassName
{
color: #12901A;
}
</style>
background-color css
<style>
a { background-color: #12901A; }
a { background-color: rgb(18,144,26); }
div.DivClassName
{
background-color: #12901A;
}
.BgClassName
{
background-color: #12901A;
}
</style>
border-color css
<style>
span { border-color: #12901A; }
span { border-color: rgb(18,144,26); }
td.TdClassName
{
border-color: #12901A;
}
.TagClassName
{
border-color: #12901A;
}
</style>