Shades of Forest Green #129F1C
Tints of Forest Green #129F1C
RGB
CMYK
RGB Variations
Color information
#129F1C (or 0x129F1C) is known color: Forest Green. HEX triplet: 12, 9F and 1C. RGB value is (18,159,28). Sum of RGB (Red+Green+Blue) = 18+159+28=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 159 (62.5% from 255 or 77.56% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 159 - color contains mainly: green. Hex color #129F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F1C is #ED60E3. Grayscale: #666666. Windows color (decimal): -15556836 or 1875730. OLE color: 1875730.
HSL color Cylindrical-coordinate representation of color #129F1C: hue angle of 124.26º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F1C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 28 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.38 |
| HSL | 124.26º | 0.8% | 0.35% | - |
| HSV(B) | 124.26º | 0.89% | 0.62% | - |
| XYZ | 12.86 | 25.01 | 5.25 | - |
| YUV | 101.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 28 | 0.89 | 0 | 0.82 | 0.38 | 124.26 | 0.8 | 0.35 |
| Hex | 12 | 9F | 1C | 59 | 0 | 52 | 26 | 7C | 50 | 23 |
| Octal | 22 | 237 | 34 | 131 | 0 | 122 | 46 | 174 | 120 | 43 |
| Binary | 10010 | 10011111 | 11100 | 1011001 | 0 | 1010010 | 100110 | 1111100 | 1010000 | 100011 |
Color Harmonies of #129F1C
Complementary color
Monochromatic Colors of #129F1C
Black with #129F1C
Text Example
Text Example
White with #129F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F1C; }
p { color: rgb(18,159,28); }
H1.HeaderClassName
{
color: #129F1C;
}
.AnyTagClassName
{
color: #129F1C;
}
</style>
background-color css
<style>
a { background-color: #129F1C; }
a { background-color: rgb(18,159,28); }
div.DivClassName
{
background-color: #129F1C;
}
.BgClassName
{
background-color: #129F1C;
}
</style>
border-color css
<style>
span { border-color: #129F1C; }
span { border-color: rgb(18,159,28); }
td.TdClassName
{
border-color: #129F1C;
}
.TagClassName
{
border-color: #129F1C;
}
</style>