Shades of Green #12740E
Tints of Green #12740E
RGB
CMYK
RGB Variations
Color information
#12740E (or 0x12740E) is known color: Green. HEX triplet: 12, 74 and 0E. RGB value is (18,116,14). Sum of RGB (Red+Green+Blue) = 18+116+14=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 116 (45.70% from 255 or 78.38% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 116 - color contains mainly: green. Hex color #12740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12740E is #ED8BF1. Grayscale: #4B4B4B. Windows color (decimal): -15567858 or 947218. OLE color: 947218.
HSL color Cylindrical-coordinate representation of color #12740E: hue angle of 117.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12740E is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 14 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.55 |
| HSL | 117.65º | 0.78% | 0.25% | - |
| HSV(B) | 117.65º | 0.88% | 0.45% | - |
| XYZ | 6.57 | 12.65 | 2.51 | - |
| YUV | 75.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 14 | 0.84 | 0 | 0.88 | 0.55 | 117.65 | 0.78 | 0.25 |
| Hex | 12 | 74 | E | 54 | 0 | 58 | 37 | 76 | 4E | 19 |
| Octal | 22 | 164 | 16 | 124 | 0 | 130 | 67 | 166 | 116 | 31 |
| Binary | 10010 | 1110100 | 1110 | 1010100 | 0 | 1011000 | 110111 | 1110110 | 1001110 | 11001 |
Color Harmonies of #12740E
Complementary color
Monochromatic Colors of #12740E
Black with #12740E
Text Example
Text Example
White with #12740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12740E; }
p { color: rgb(18,116,14); }
H1.HeaderClassName
{
color: #12740E;
}
.AnyTagClassName
{
color: #12740E;
}
</style>
background-color css
<style>
a { background-color: #12740E; }
a { background-color: rgb(18,116,14); }
div.DivClassName
{
background-color: #12740E;
}
.BgClassName
{
background-color: #12740E;
}
</style>
border-color css
<style>
span { border-color: #12740E; }
span { border-color: rgb(18,116,14); }
td.TdClassName
{
border-color: #12740E;
}
.TagClassName
{
border-color: #12740E;
}
</style>