Shades of Forest Green #128524
Tints of Forest Green #128524
RGB
CMYK
RGB Variations
Color information
#128524 (or 0x128524) is known color: Forest Green. HEX triplet: 12, 85 and 24. RGB value is (18,133,36). Sum of RGB (Red+Green+Blue) = 18+133+36=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #128524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128524 is #ED7ADB. Grayscale: #575757. Windows color (decimal): -15563484 or 2393362. OLE color: 2393362.
HSL color Cylindrical-coordinate representation of color #128524: hue angle of 129.39º 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 #128524 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 36 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.48 |
| HSL | 129.39º | 0.76% | 0.3% | - |
| HSV(B) | 129.39º | 0.86% | 0.52% | - |
| XYZ | 8.96 | 17.03 | 4.48 | - |
| YUV | 87.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 36 | 0.86 | 0 | 0.73 | 0.48 | 129.39 | 0.76 | 0.3 |
| Hex | 12 | 85 | 24 | 56 | 0 | 49 | 30 | 81 | 4C | 1E |
| Octal | 22 | 205 | 44 | 126 | 0 | 111 | 60 | 201 | 114 | 36 |
| Binary | 10010 | 10000101 | 100100 | 1010110 | 0 | 1001001 | 110000 | 10000001 | 1001100 | 11110 |
Color Harmonies of #128524
Complementary color
Monochromatic Colors of #128524
Black with #128524
Text Example
Text Example
White with #128524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128524; }
p { color: rgb(18,133,36); }
H1.HeaderClassName
{
color: #128524;
}
.AnyTagClassName
{
color: #128524;
}
</style>
background-color css
<style>
a { background-color: #128524; }
a { background-color: rgb(18,133,36); }
div.DivClassName
{
background-color: #128524;
}
.BgClassName
{
background-color: #128524;
}
</style>
border-color css
<style>
span { border-color: #128524; }
span { border-color: rgb(18,133,36); }
td.TdClassName
{
border-color: #128524;
}
.TagClassName
{
border-color: #128524;
}
</style>