Shades of Forest Green #129D1F
Tints of Forest Green #129D1F
RGB
CMYK
RGB Variations
Color information
#129D1F (or 0x129D1F) is known color: Forest Green. HEX triplet: 12, 9D and 1F. RGB value is (18,157,31). Sum of RGB (Red+Green+Blue) = 18+157+31=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 157 (61.72% from 255 or 76.21% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 157 - color contains mainly: green. Hex color #129D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D1F is #ED62E0. Grayscale: #656565. Windows color (decimal): -15557345 or 2071826. OLE color: 2071826.
HSL color Cylindrical-coordinate representation of color #129D1F: hue angle of 125.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D1F is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 31 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.38 |
| HSL | 125.61º | 0.79% | 0.34% | - |
| HSV(B) | 125.61º | 0.89% | 0.62% | - |
| XYZ | 12.55 | 24.34 | 5.33 | - |
| YUV | 101.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 31 | 0.89 | 0 | 0.80 | 0.38 | 125.61 | 0.79 | 0.34 |
| Hex | 12 | 9D | 1F | 59 | 0 | 50 | 26 | 7E | 4F | 22 |
| Octal | 22 | 235 | 37 | 131 | 0 | 120 | 46 | 176 | 117 | 42 |
| Binary | 10010 | 10011101 | 11111 | 1011001 | 0 | 1010000 | 100110 | 1111110 | 1001111 | 100010 |
Color Harmonies of #129D1F
Complementary color
Monochromatic Colors of #129D1F
Black with #129D1F
Text Example
Text Example
White with #129D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D1F; }
p { color: rgb(18,157,31); }
H1.HeaderClassName
{
color: #129D1F;
}
.AnyTagClassName
{
color: #129D1F;
}
</style>
background-color css
<style>
a { background-color: #129D1F; }
a { background-color: rgb(18,157,31); }
div.DivClassName
{
background-color: #129D1F;
}
.BgClassName
{
background-color: #129D1F;
}
</style>
border-color css
<style>
span { border-color: #129D1F; }
span { border-color: rgb(18,157,31); }
td.TdClassName
{
border-color: #129D1F;
}
.TagClassName
{
border-color: #129D1F;
}
</style>