Shades of Green #127015
Tints of Green #127015
RGB
CMYK
RGB Variations
Color information
#127015 (or 0x127015) is known color: Green. HEX triplet: 12, 70 and 15. RGB value is (18,112,21). Sum of RGB (Red+Green+Blue) = 18+112+21=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #127015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127015 is #ED8FEA. Grayscale: #494949. Windows color (decimal): -15568875 or 1404946. OLE color: 1404946.
HSL color Cylindrical-coordinate representation of color #127015: hue angle of 121.91º 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 #127015 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 21 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.56 |
| HSL | 121.91º | 0.72% | 0.25% | - |
| HSV(B) | 121.91º | 0.84% | 0.44% | - |
| XYZ | 6.18 | 11.77 | 2.66 | - |
| YUV | 73.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 21 | 0.84 | 0 | 0.81 | 0.56 | 121.91 | 0.72 | 0.25 |
| Hex | 12 | 70 | 15 | 54 | 0 | 51 | 38 | 7A | 48 | 19 |
| Octal | 22 | 160 | 25 | 124 | 0 | 121 | 70 | 172 | 110 | 31 |
| Binary | 10010 | 1110000 | 10101 | 1010100 | 0 | 1010001 | 111000 | 1111010 | 1001000 | 11001 |
Color Harmonies of #127015
Complementary color
Monochromatic Colors of #127015
Black with #127015
Text Example
Text Example
White with #127015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127015; }
p { color: rgb(18,112,21); }
H1.HeaderClassName
{
color: #127015;
}
.AnyTagClassName
{
color: #127015;
}
</style>
background-color css
<style>
a { background-color: #127015; }
a { background-color: rgb(18,112,21); }
div.DivClassName
{
background-color: #127015;
}
.BgClassName
{
background-color: #127015;
}
</style>
border-color css
<style>
span { border-color: #127015; }
span { border-color: rgb(18,112,21); }
td.TdClassName
{
border-color: #127015;
}
.TagClassName
{
border-color: #127015;
}
</style>