Shades of Green #137012
Tints of Green #137012
RGB
CMYK
RGB Variations
Color information
#137012 (or 0x137012) is known color: Green. HEX triplet: 13, 70 and 12. RGB value is (19,112,18). Sum of RGB (Red+Green+Blue) = 19+112+18=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #137012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137012 is #EC8FED. Grayscale: #494949. Windows color (decimal): -15503342 or 1208339. OLE color: 1208339.
HSL color Cylindrical-coordinate representation of color #137012: hue angle of 119.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137012 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 18 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.56 |
| HSL | 119.36º | 0.72% | 0.25% | - |
| HSV(B) | 119.36º | 0.84% | 0.44% | - |
| XYZ | 6.17 | 11.77 | 2.52 | - |
| YUV | 73.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 18 | 0.83 | 0 | 0.84 | 0.56 | 119.36 | 0.72 | 0.25 |
| Hex | 13 | 70 | 12 | 53 | 0 | 54 | 38 | 77 | 48 | 19 |
| Octal | 23 | 160 | 22 | 123 | 0 | 124 | 70 | 167 | 110 | 31 |
| Binary | 10011 | 1110000 | 10010 | 1010011 | 0 | 1010100 | 111000 | 1110111 | 1001000 | 11001 |
Color Harmonies of #137012
Complementary color
Monochromatic Colors of #137012
Black with #137012
Text Example
Text Example
White with #137012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137012; }
p { color: rgb(19,112,18); }
H1.HeaderClassName
{
color: #137012;
}
.AnyTagClassName
{
color: #137012;
}
</style>
background-color css
<style>
a { background-color: #137012; }
a { background-color: rgb(19,112,18); }
div.DivClassName
{
background-color: #137012;
}
.BgClassName
{
background-color: #137012;
}
</style>
border-color css
<style>
span { border-color: #137012; }
span { border-color: rgb(19,112,18); }
td.TdClassName
{
border-color: #137012;
}
.TagClassName
{
border-color: #137012;
}
</style>