Shades of Green #127013
Tints of Green #127013
RGB
CMYK
RGB Variations
Color information
#127013 (or 0x127013) is known color: Green. HEX triplet: 12, 70 and 13. RGB value is (18,112,19). Sum of RGB (Red+Green+Blue) = 18+112+19=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #127013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127013 is #ED8FEC. Grayscale: #494949. Windows color (decimal): -15568877 or 1273874. OLE color: 1273874.
HSL color Cylindrical-coordinate representation of color #127013: hue angle of 120.64º 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 #127013 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 19 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.56 |
| HSL | 120.64º | 0.72% | 0.25% | - |
| HSV(B) | 120.64º | 0.84% | 0.44% | - |
| XYZ | 6.16 | 11.76 | 2.56 | - |
| YUV | 73.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 19 | 0.84 | 0 | 0.83 | 0.56 | 120.64 | 0.72 | 0.25 |
| Hex | 12 | 70 | 13 | 54 | 0 | 53 | 38 | 79 | 48 | 19 |
| Octal | 22 | 160 | 23 | 124 | 0 | 123 | 70 | 171 | 110 | 31 |
| Binary | 10010 | 1110000 | 10011 | 1010100 | 0 | 1010011 | 111000 | 1111001 | 1001000 | 11001 |
Color Harmonies of #127013
Complementary color
Monochromatic Colors of #127013
Black with #127013
Text Example
Text Example
White with #127013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127013; }
p { color: rgb(18,112,19); }
H1.HeaderClassName
{
color: #127013;
}
.AnyTagClassName
{
color: #127013;
}
</style>
background-color css
<style>
a { background-color: #127013; }
a { background-color: rgb(18,112,19); }
div.DivClassName
{
background-color: #127013;
}
.BgClassName
{
background-color: #127013;
}
</style>
border-color css
<style>
span { border-color: #127013; }
span { border-color: rgb(18,112,19); }
td.TdClassName
{
border-color: #127013;
}
.TagClassName
{
border-color: #127013;
}
</style>