Shades of Forest Green #129D1D
Tints of Forest Green #129D1D
RGB
CMYK
RGB Variations
Color information
#129D1D (or 0x129D1D) is known color: Forest Green. HEX triplet: 12, 9D and 1D. RGB value is (18,157,29). Sum of RGB (Red+Green+Blue) = 18+157+29=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 157 (61.72% from 255 or 76.96% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 157 - color contains mainly: green. Hex color #129D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D1D is #ED62E2. Grayscale: #656565. Windows color (decimal): -15557347 or 1940754. OLE color: 1940754.
HSL color Cylindrical-coordinate representation of color #129D1D: hue angle of 124.75º 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 #129D1D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 29 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.38 |
| HSL | 124.75º | 0.79% | 0.34% | - |
| HSV(B) | 124.75º | 0.89% | 0.62% | - |
| XYZ | 12.53 | 24.33 | 5.2 | - |
| YUV | 100.85 | 87.45 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 29 | 0.89 | 0 | 0.82 | 0.38 | 124.75 | 0.79 | 0.34 |
| Hex | 12 | 9D | 1D | 59 | 0 | 52 | 26 | 7D | 4F | 22 |
| Octal | 22 | 235 | 35 | 131 | 0 | 122 | 46 | 175 | 117 | 42 |
| Binary | 10010 | 10011101 | 11101 | 1011001 | 0 | 1010010 | 100110 | 1111101 | 1001111 | 100010 |
Color Harmonies of #129D1D
Complementary color
Monochromatic Colors of #129D1D
Black with #129D1D
Text Example
Text Example
White with #129D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D1D; }
p { color: rgb(18,157,29); }
H1.HeaderClassName
{
color: #129D1D;
}
.AnyTagClassName
{
color: #129D1D;
}
</style>
background-color css
<style>
a { background-color: #129D1D; }
a { background-color: rgb(18,157,29); }
div.DivClassName
{
background-color: #129D1D;
}
.BgClassName
{
background-color: #129D1D;
}
</style>
border-color css
<style>
span { border-color: #129D1D; }
span { border-color: rgb(18,157,29); }
td.TdClassName
{
border-color: #129D1D;
}
.TagClassName
{
border-color: #129D1D;
}
</style>