Shades of Green #017C1E
Tints of Green #017C1E
RGB
CMYK
RGB Variations
Color information
#017C1E (or 0x017C1E) is known color: Green. HEX triplet: 01, 7C and 1E. RGB value is (1,124,30). Sum of RGB (Red+Green+Blue) = 1+124+30=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 124 (48.83% from 255 or 80% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 124 - color contains mainly: green. Hex color #017C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C1E is #FE83E1. Grayscale: #4C4C4C. Windows color (decimal): -16679906 or 1997825. OLE color: 1997825.
HSL color Cylindrical-coordinate representation of color #017C1E: hue angle of 134.15º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C1E is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 30 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.51 |
| HSL | 134.15º | 0.98% | 0.25% | - |
| HSV(B) | 134.15º | 0.99% | 0.49% | - |
| XYZ | 7.45 | 14.52 | 3.64 | - |
| YUV | 76.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 30 | 0.99 | 0 | 0.76 | 0.51 | 134.15 | 0.98 | 0.25 |
| Hex | 1 | 7C | 1E | 63 | 0 | 4C | 33 | 86 | 62 | 19 |
| Octal | 1 | 174 | 36 | 143 | 0 | 114 | 63 | 206 | 142 | 31 |
| Binary | 1 | 1111100 | 11110 | 1100011 | 0 | 1001100 | 110011 | 10000110 | 1100010 | 11001 |
Color Harmonies of #017C1E
Complementary color
Monochromatic Colors of #017C1E
Black with #017C1E
Text Example
Text Example
White with #017C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C1E; }
p { color: rgb(1,124,30); }
H1.HeaderClassName
{
color: #017C1E;
}
.AnyTagClassName
{
color: #017C1E;
}
</style>
background-color css
<style>
a { background-color: #017C1E; }
a { background-color: rgb(1,124,30); }
div.DivClassName
{
background-color: #017C1E;
}
.BgClassName
{
background-color: #017C1E;
}
</style>
border-color css
<style>
span { border-color: #017C1E; }
span { border-color: rgb(1,124,30); }
td.TdClassName
{
border-color: #017C1E;
}
.TagClassName
{
border-color: #017C1E;
}
</style>