Shades of Forest Green #129C26
Tints of Forest Green #129C26
RGB
CMYK
RGB Variations
Color information
#129C26 (or 0x129C26) is known color: Forest Green. HEX triplet: 12, 9C and 26. RGB value is (18,156,38). Sum of RGB (Red+Green+Blue) = 18+156+38=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #129C26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C26 is #ED63D9. Grayscale: #656565. Windows color (decimal): -15557594 or 2530322. OLE color: 2530322.
HSL color Cylindrical-coordinate representation of color #129C26: hue angle of 128.7º 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 #129C26 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 38 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.39 |
| HSL | 128.7º | 0.79% | 0.34% | - |
| HSV(B) | 128.7º | 0.88% | 0.61% | - |
| XYZ | 12.49 | 24.05 | 5.82 | - |
| YUV | 101.29 | 92.28 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 38 | 0.88 | 0 | 0.76 | 0.39 | 128.7 | 0.79 | 0.34 |
| Hex | 12 | 9C | 26 | 58 | 0 | 4C | 27 | 81 | 4F | 22 |
| Octal | 22 | 234 | 46 | 130 | 0 | 114 | 47 | 201 | 117 | 42 |
| Binary | 10010 | 10011100 | 100110 | 1011000 | 0 | 1001100 | 100111 | 10000001 | 1001111 | 100010 |
Color Harmonies of #129C26
Complementary color
Monochromatic Colors of #129C26
Black with #129C26
Text Example
Text Example
White with #129C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C26; }
p { color: rgb(18,156,38); }
H1.HeaderClassName
{
color: #129C26;
}
.AnyTagClassName
{
color: #129C26;
}
</style>
background-color css
<style>
a { background-color: #129C26; }
a { background-color: rgb(18,156,38); }
div.DivClassName
{
background-color: #129C26;
}
.BgClassName
{
background-color: #129C26;
}
</style>
border-color css
<style>
span { border-color: #129C26; }
span { border-color: rgb(18,156,38); }
td.TdClassName
{
border-color: #129C26;
}
.TagClassName
{
border-color: #129C26;
}
</style>