Shades of Forest Green #128B1D
Tints of Forest Green #128B1D
RGB
CMYK
RGB Variations
Color information
#128B1D (or 0x128B1D) is known color: Forest Green. HEX triplet: 12, 8B and 1D. RGB value is (18,139,29). Sum of RGB (Red+Green+Blue) = 18+139+29=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 139 (54.69% from 255 or 74.73% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 139 - color contains mainly: green. Hex color #128B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B1D is #ED74E2. Grayscale: #5A5A5A. Windows color (decimal): -15561955 or 1936146. OLE color: 1936146.
HSL color Cylindrical-coordinate representation of color #128B1D: hue angle of 125.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B1D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 29 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.45 |
| HSL | 125.45º | 0.77% | 0.31% | - |
| HSV(B) | 125.45º | 0.87% | 0.55% | - |
| XYZ | 9.7 | 18.68 | 4.26 | - |
| YUV | 90.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 29 | 0.87 | 0 | 0.79 | 0.45 | 125.45 | 0.77 | 0.31 |
| Hex | 12 | 8B | 1D | 57 | 0 | 4F | 2D | 7D | 4D | 1F |
| Octal | 22 | 213 | 35 | 127 | 0 | 117 | 55 | 175 | 115 | 37 |
| Binary | 10010 | 10001011 | 11101 | 1010111 | 0 | 1001111 | 101101 | 1111101 | 1001101 | 11111 |
Color Harmonies of #128B1D
Complementary color
Monochromatic Colors of #128B1D
Black with #128B1D
Text Example
Text Example
White with #128B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B1D; }
p { color: rgb(18,139,29); }
H1.HeaderClassName
{
color: #128B1D;
}
.AnyTagClassName
{
color: #128B1D;
}
</style>
background-color css
<style>
a { background-color: #128B1D; }
a { background-color: rgb(18,139,29); }
div.DivClassName
{
background-color: #128B1D;
}
.BgClassName
{
background-color: #128B1D;
}
</style>
border-color css
<style>
span { border-color: #128B1D; }
span { border-color: rgb(18,139,29); }
td.TdClassName
{
border-color: #128B1D;
}
.TagClassName
{
border-color: #128B1D;
}
</style>