Shades of Forest Green #128C1D
Tints of Forest Green #128C1D
RGB
CMYK
RGB Variations
Color information
#128C1D (or 0x128C1D) is known color: Forest Green. HEX triplet: 12, 8C and 1D. RGB value is (18,140,29). Sum of RGB (Red+Green+Blue) = 18+140+29=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 140 (55.08% from 255 or 74.87% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 140 - color contains mainly: green. Hex color #128C1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C1D is #ED73E2. Grayscale: #5B5B5B. Windows color (decimal): -15561699 or 1936402. OLE color: 1936402.
HSL color Cylindrical-coordinate representation of color #128C1D: hue angle of 125.41º 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 #128C1D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 29 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.45 |
| HSL | 125.41º | 0.77% | 0.31% | - |
| HSV(B) | 125.41º | 0.87% | 0.55% | - |
| XYZ | 9.85 | 18.97 | 4.31 | - |
| YUV | 90.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 29 | 0.87 | 0 | 0.79 | 0.45 | 125.41 | 0.77 | 0.31 |
| Hex | 12 | 8C | 1D | 57 | 0 | 4F | 2D | 7D | 4D | 1F |
| Octal | 22 | 214 | 35 | 127 | 0 | 117 | 55 | 175 | 115 | 37 |
| Binary | 10010 | 10001100 | 11101 | 1010111 | 0 | 1001111 | 101101 | 1111101 | 1001101 | 11111 |
Color Harmonies of #128C1D
Complementary color
Monochromatic Colors of #128C1D
Black with #128C1D
Text Example
Text Example
White with #128C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C1D; }
p { color: rgb(18,140,29); }
H1.HeaderClassName
{
color: #128C1D;
}
.AnyTagClassName
{
color: #128C1D;
}
</style>
background-color css
<style>
a { background-color: #128C1D; }
a { background-color: rgb(18,140,29); }
div.DivClassName
{
background-color: #128C1D;
}
.BgClassName
{
background-color: #128C1D;
}
</style>
border-color css
<style>
span { border-color: #128C1D; }
span { border-color: rgb(18,140,29); }
td.TdClassName
{
border-color: #128C1D;
}
.TagClassName
{
border-color: #128C1D;
}
</style>