Shades of Forest Green #129F1D
Tints of Forest Green #129F1D
RGB
CMYK
RGB Variations
Color information
#129F1D (or 0x129F1D) is known color: Forest Green. HEX triplet: 12, 9F and 1D. RGB value is (18,159,29). Sum of RGB (Red+Green+Blue) = 18+159+29=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 159 (62.5% from 255 or 77.18% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 159 - color contains mainly: green. Hex color #129F1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F1D is #ED60E2. Grayscale: #666666. Windows color (decimal): -15556835 or 1941266. OLE color: 1941266.
HSL color Cylindrical-coordinate representation of color #129F1D: hue angle of 124.68º 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 #129F1D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 29 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.38 |
| HSL | 124.68º | 0.8% | 0.35% | - |
| HSV(B) | 124.68º | 0.89% | 0.62% | - |
| XYZ | 12.87 | 25.01 | 5.31 | - |
| YUV | 102.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 29 | 0.89 | 0 | 0.82 | 0.38 | 124.68 | 0.8 | 0.35 |
| Hex | 12 | 9F | 1D | 59 | 0 | 52 | 26 | 7D | 50 | 23 |
| Octal | 22 | 237 | 35 | 131 | 0 | 122 | 46 | 175 | 120 | 43 |
| Binary | 10010 | 10011111 | 11101 | 1011001 | 0 | 1010010 | 100110 | 1111101 | 1010000 | 100011 |
Color Harmonies of #129F1D
Complementary color
Monochromatic Colors of #129F1D
Black with #129F1D
Text Example
Text Example
White with #129F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F1D; }
p { color: rgb(18,159,29); }
H1.HeaderClassName
{
color: #129F1D;
}
.AnyTagClassName
{
color: #129F1D;
}
</style>
background-color css
<style>
a { background-color: #129F1D; }
a { background-color: rgb(18,159,29); }
div.DivClassName
{
background-color: #129F1D;
}
.BgClassName
{
background-color: #129F1D;
}
</style>
border-color css
<style>
span { border-color: #129F1D; }
span { border-color: rgb(18,159,29); }
td.TdClassName
{
border-color: #129F1D;
}
.TagClassName
{
border-color: #129F1D;
}
</style>