Shades of Forest Green #128627
Tints of Forest Green #128627
RGB
CMYK
RGB Variations
Color information
#128627 (or 0x128627) is known color: Forest Green. HEX triplet: 12, 86 and 27. RGB value is (18,134,39). Sum of RGB (Red+Green+Blue) = 18+134+39=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #128627 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128627 is #ED79D8. Grayscale: #585858. Windows color (decimal): -15563225 or 2590226. OLE color: 2590226.
HSL color Cylindrical-coordinate representation of color #128627: hue angle of 130.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128627 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 39 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.47 |
| HSL | 130.86º | 0.76% | 0.3% | - |
| HSV(B) | 130.86º | 0.87% | 0.53% | - |
| XYZ | 9.14 | 17.33 | 4.78 | - |
| YUV | 88.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 39 | 0.87 | 0 | 0.71 | 0.47 | 130.86 | 0.76 | 0.3 |
| Hex | 12 | 86 | 27 | 57 | 0 | 47 | 2F | 83 | 4C | 1E |
| Octal | 22 | 206 | 47 | 127 | 0 | 107 | 57 | 203 | 114 | 36 |
| Binary | 10010 | 10000110 | 100111 | 1010111 | 0 | 1000111 | 101111 | 10000011 | 1001100 | 11110 |
Color Harmonies of #128627
Complementary color
Monochromatic Colors of #128627
Black with #128627
Text Example
Text Example
White with #128627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128627; }
p { color: rgb(18,134,39); }
H1.HeaderClassName
{
color: #128627;
}
.AnyTagClassName
{
color: #128627;
}
</style>
background-color css
<style>
a { background-color: #128627; }
a { background-color: rgb(18,134,39); }
div.DivClassName
{
background-color: #128627;
}
.BgClassName
{
background-color: #128627;
}
</style>
border-color css
<style>
span { border-color: #128627; }
span { border-color: rgb(18,134,39); }
td.TdClassName
{
border-color: #128627;
}
.TagClassName
{
border-color: #128627;
}
</style>