Shades of Forest Green #128129
Tints of Forest Green #128129
RGB
CMYK
RGB Variations
Color information
#128129 (or 0x128129) is known color: Forest Green. HEX triplet: 12, 81 and 29. RGB value is (18,129,41). Sum of RGB (Red+Green+Blue) = 18+129+41=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #128129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128129 is #ED7ED6. Grayscale: #565656. Windows color (decimal): -15564503 or 2720018. OLE color: 2720018.
HSL color Cylindrical-coordinate representation of color #128129: hue angle of 132.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128129 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 41 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.49 |
| HSL | 132.43º | 0.76% | 0.29% | - |
| HSV(B) | 132.43º | 0.86% | 0.51% | - |
| XYZ | 8.5 | 15.99 | 4.74 | - |
| YUV | 85.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 41 | 0.86 | 0 | 0.68 | 0.49 | 132.43 | 0.76 | 0.29 |
| Hex | 12 | 81 | 29 | 56 | 0 | 44 | 31 | 84 | 4C | 1D |
| Octal | 22 | 201 | 51 | 126 | 0 | 104 | 61 | 204 | 114 | 35 |
| Binary | 10010 | 10000001 | 101001 | 1010110 | 0 | 1000100 | 110001 | 10000100 | 1001100 | 11101 |
Color Harmonies of #128129
Complementary color
Monochromatic Colors of #128129
Black with #128129
Text Example
Text Example
White with #128129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128129; }
p { color: rgb(18,129,41); }
H1.HeaderClassName
{
color: #128129;
}
.AnyTagClassName
{
color: #128129;
}
</style>
background-color css
<style>
a { background-color: #128129; }
a { background-color: rgb(18,129,41); }
div.DivClassName
{
background-color: #128129;
}
.BgClassName
{
background-color: #128129;
}
</style>
border-color css
<style>
span { border-color: #128129; }
span { border-color: rgb(18,129,41); }
td.TdClassName
{
border-color: #128129;
}
.TagClassName
{
border-color: #128129;
}
</style>