Shades of Green #017E1E
Tints of Green #017E1E
RGB
CMYK
RGB Variations
Color information
#017E1E (or 0x017E1E) is known color: Green. HEX triplet: 01, 7E and 1E. RGB value is (1,126,30). Sum of RGB (Red+Green+Blue) = 1+126+30=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 126 (49.61% from 255 or 80.25% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 126 - color contains mainly: green. Hex color #017E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E1E is #FE81E1. Grayscale: #4D4D4D. Windows color (decimal): -16679394 or 1998337. OLE color: 1998337.
HSL color Cylindrical-coordinate representation of color #017E1E: hue angle of 133.92º 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 #017E1E is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 30 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.51 |
| HSL | 133.92º | 0.98% | 0.25% | - |
| HSV(B) | 133.92º | 0.99% | 0.49% | - |
| XYZ | 7.71 | 15.02 | 3.72 | - |
| YUV | 77.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 30 | 0.99 | 0 | 0.76 | 0.51 | 133.92 | 0.98 | 0.25 |
| Hex | 1 | 7E | 1E | 63 | 0 | 4C | 33 | 86 | 62 | 19 |
| Octal | 1 | 176 | 36 | 143 | 0 | 114 | 63 | 206 | 142 | 31 |
| Binary | 1 | 1111110 | 11110 | 1100011 | 0 | 1001100 | 110011 | 10000110 | 1100010 | 11001 |
Color Harmonies of #017E1E
Complementary color
Monochromatic Colors of #017E1E
Black with #017E1E
Text Example
Text Example
White with #017E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E1E; }
p { color: rgb(1,126,30); }
H1.HeaderClassName
{
color: #017E1E;
}
.AnyTagClassName
{
color: #017E1E;
}
</style>
background-color css
<style>
a { background-color: #017E1E; }
a { background-color: rgb(1,126,30); }
div.DivClassName
{
background-color: #017E1E;
}
.BgClassName
{
background-color: #017E1E;
}
</style>
border-color css
<style>
span { border-color: #017E1E; }
span { border-color: rgb(1,126,30); }
td.TdClassName
{
border-color: #017E1E;
}
.TagClassName
{
border-color: #017E1E;
}
</style>