Shades of Forest Green #128529
Tints of Forest Green #128529
RGB
CMYK
RGB Variations
Color information
#128529 (or 0x128529) is known color: Forest Green. HEX triplet: 12, 85 and 29. RGB value is (18,133,41). Sum of RGB (Red+Green+Blue) = 18+133+41=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #128529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128529 is #ED7AD6. Grayscale: #585858. Windows color (decimal): -15563479 or 2721042. OLE color: 2721042.
HSL color Cylindrical-coordinate representation of color #128529: hue angle of 132º 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 #128529 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 41 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.48 |
| HSL | 132º | 0.76% | 0.3% | - |
| HSV(B) | 132º | 0.86% | 0.52% | - |
| XYZ | 9.04 | 17.06 | 4.92 | - |
| YUV | 88.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 41 | 0.86 | 0 | 0.69 | 0.48 | 132 | 0.76 | 0.3 |
| Hex | 12 | 85 | 29 | 56 | 0 | 45 | 30 | 84 | 4C | 1E |
| Octal | 22 | 205 | 51 | 126 | 0 | 105 | 60 | 204 | 114 | 36 |
| Binary | 10010 | 10000101 | 101001 | 1010110 | 0 | 1000101 | 110000 | 10000100 | 1001100 | 11110 |
Color Harmonies of #128529
Complementary color
Monochromatic Colors of #128529
Black with #128529
Text Example
Text Example
White with #128529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128529; }
p { color: rgb(18,133,41); }
H1.HeaderClassName
{
color: #128529;
}
.AnyTagClassName
{
color: #128529;
}
</style>
background-color css
<style>
a { background-color: #128529; }
a { background-color: rgb(18,133,41); }
div.DivClassName
{
background-color: #128529;
}
.BgClassName
{
background-color: #128529;
}
</style>
border-color css
<style>
span { border-color: #128529; }
span { border-color: rgb(18,133,41); }
td.TdClassName
{
border-color: #128529;
}
.TagClassName
{
border-color: #128529;
}
</style>