Shades of Forest Green #12871C
Tints of Forest Green #12871C
RGB
CMYK
RGB Variations
Color information
#12871C (or 0x12871C) is known color: Forest Green. HEX triplet: 12, 87 and 1C. RGB value is (18,135,28). Sum of RGB (Red+Green+Blue) = 18+135+28=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #12871C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12871C is #ED78E3. Grayscale: #585858. Windows color (decimal): -15562980 or 1869586. OLE color: 1869586.
HSL color Cylindrical-coordinate representation of color #12871C: hue angle of 125.13º 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 #12871C is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 28 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.47 |
| HSL | 125.13º | 0.76% | 0.3% | - |
| HSV(B) | 125.13º | 0.87% | 0.53% | - |
| XYZ | 9.12 | 17.54 | 4 | - |
| YUV | 87.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 28 | 0.87 | 0 | 0.79 | 0.47 | 125.13 | 0.76 | 0.3 |
| Hex | 12 | 87 | 1C | 57 | 0 | 4F | 2F | 7D | 4C | 1E |
| Octal | 22 | 207 | 34 | 127 | 0 | 117 | 57 | 175 | 114 | 36 |
| Binary | 10010 | 10000111 | 11100 | 1010111 | 0 | 1001111 | 101111 | 1111101 | 1001100 | 11110 |
Color Harmonies of #12871C
Complementary color
Monochromatic Colors of #12871C
Black with #12871C
Text Example
Text Example
White with #12871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12871C; }
p { color: rgb(18,135,28); }
H1.HeaderClassName
{
color: #12871C;
}
.AnyTagClassName
{
color: #12871C;
}
</style>
background-color css
<style>
a { background-color: #12871C; }
a { background-color: rgb(18,135,28); }
div.DivClassName
{
background-color: #12871C;
}
.BgClassName
{
background-color: #12871C;
}
</style>
border-color css
<style>
span { border-color: #12871C; }
span { border-color: rgb(18,135,28); }
td.TdClassName
{
border-color: #12871C;
}
.TagClassName
{
border-color: #12871C;
}
</style>