Shades of Forest Green #128927
Tints of Forest Green #128927
RGB
CMYK
RGB Variations
Color information
#128927 (or 0x128927) is known color: Forest Green. HEX triplet: 12, 89 and 27. RGB value is (18,137,39). Sum of RGB (Red+Green+Blue) = 18+137+39=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #128927 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128927 is #ED76D8. Grayscale: #5A5A5A. Windows color (decimal): -15562457 or 2590994. OLE color: 2590994.
HSL color Cylindrical-coordinate representation of color #128927: hue angle of 130.59º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128927 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 39 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.46 |
| HSL | 130.59º | 0.77% | 0.3% | - |
| HSV(B) | 130.59º | 0.87% | 0.54% | - |
| XYZ | 9.56 | 18.17 | 4.92 | - |
| YUV | 90.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 39 | 0.87 | 0 | 0.72 | 0.46 | 130.59 | 0.77 | 0.3 |
| Hex | 12 | 89 | 27 | 57 | 0 | 48 | 2E | 83 | 4D | 1E |
| Octal | 22 | 211 | 47 | 127 | 0 | 110 | 56 | 203 | 115 | 36 |
| Binary | 10010 | 10001001 | 100111 | 1010111 | 0 | 1001000 | 101110 | 10000011 | 1001101 | 11110 |
Color Harmonies of #128927
Complementary color
Monochromatic Colors of #128927
Black with #128927
Text Example
Text Example
White with #128927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128927; }
p { color: rgb(18,137,39); }
H1.HeaderClassName
{
color: #128927;
}
.AnyTagClassName
{
color: #128927;
}
</style>
background-color css
<style>
a { background-color: #128927; }
a { background-color: rgb(18,137,39); }
div.DivClassName
{
background-color: #128927;
}
.BgClassName
{
background-color: #128927;
}
</style>
border-color css
<style>
span { border-color: #128927; }
span { border-color: rgb(18,137,39); }
td.TdClassName
{
border-color: #128927;
}
.TagClassName
{
border-color: #128927;
}
</style>