Shades of Forest Green #129C31
Tints of Forest Green #129C31
RGB
CMYK
RGB Variations
Color information
#129C31 (or 0x129C31) is known color: Forest Green. HEX triplet: 12, 9C and 31. RGB value is (18,156,49). Sum of RGB (Red+Green+Blue) = 18+156+49=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #129C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C31 is #ED63CE. Grayscale: #666666. Windows color (decimal): -15557583 or 3251218. OLE color: 3251218.
HSL color Cylindrical-coordinate representation of color #129C31: hue angle of 133.48º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C31 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 49 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.39 |
| HSL | 133.48º | 0.79% | 0.34% | - |
| HSV(B) | 133.48º | 0.88% | 0.61% | - |
| XYZ | 12.69 | 24.13 | 6.89 | - |
| YUV | 102.54 | 97.78 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 49 | 0.88 | 0 | 0.69 | 0.39 | 133.48 | 0.79 | 0.34 |
| Hex | 12 | 9C | 31 | 58 | 0 | 45 | 27 | 85 | 4F | 22 |
| Octal | 22 | 234 | 61 | 130 | 0 | 105 | 47 | 205 | 117 | 42 |
| Binary | 10010 | 10011100 | 110001 | 1011000 | 0 | 1000101 | 100111 | 10000101 | 1001111 | 100010 |
Color Harmonies of #129C31
Complementary color
Monochromatic Colors of #129C31
Black with #129C31
Text Example
Text Example
White with #129C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C31; }
p { color: rgb(18,156,49); }
H1.HeaderClassName
{
color: #129C31;
}
.AnyTagClassName
{
color: #129C31;
}
</style>
background-color css
<style>
a { background-color: #129C31; }
a { background-color: rgb(18,156,49); }
div.DivClassName
{
background-color: #129C31;
}
.BgClassName
{
background-color: #129C31;
}
</style>
border-color css
<style>
span { border-color: #129C31; }
span { border-color: rgb(18,156,49); }
td.TdClassName
{
border-color: #129C31;
}
.TagClassName
{
border-color: #129C31;
}
</style>