Shades of Forest Green #128526
Tints of Forest Green #128526
RGB
CMYK
RGB Variations
Color information
#128526 (or 0x128526) is known color: Forest Green. HEX triplet: 12, 85 and 26. RGB value is (18,133,38). Sum of RGB (Red+Green+Blue) = 18+133+38=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #128526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128526 is #ED7AD9. Grayscale: #585858. Windows color (decimal): -15563482 or 2524434. OLE color: 2524434.
HSL color Cylindrical-coordinate representation of color #128526: hue angle of 130.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128526 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 38 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.48 |
| HSL | 130.43º | 0.76% | 0.3% | - |
| HSV(B) | 130.43º | 0.86% | 0.52% | - |
| XYZ | 8.99 | 17.04 | 4.65 | - |
| YUV | 87.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 38 | 0.86 | 0 | 0.71 | 0.48 | 130.43 | 0.76 | 0.3 |
| Hex | 12 | 85 | 26 | 56 | 0 | 47 | 30 | 82 | 4C | 1E |
| Octal | 22 | 205 | 46 | 126 | 0 | 107 | 60 | 202 | 114 | 36 |
| Binary | 10010 | 10000101 | 100110 | 1010110 | 0 | 1000111 | 110000 | 10000010 | 1001100 | 11110 |
Color Harmonies of #128526
Complementary color
Monochromatic Colors of #128526
Black with #128526
Text Example
Text Example
White with #128526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128526; }
p { color: rgb(18,133,38); }
H1.HeaderClassName
{
color: #128526;
}
.AnyTagClassName
{
color: #128526;
}
</style>
background-color css
<style>
a { background-color: #128526; }
a { background-color: rgb(18,133,38); }
div.DivClassName
{
background-color: #128526;
}
.BgClassName
{
background-color: #128526;
}
</style>
border-color css
<style>
span { border-color: #128526; }
span { border-color: rgb(18,133,38); }
td.TdClassName
{
border-color: #128526;
}
.TagClassName
{
border-color: #128526;
}
</style>