Shades of Green #017D19
Tints of Green #017D19
RGB
CMYK
RGB Variations
Color information
#017D19 (or 0x017D19) is known color: Green. HEX triplet: 01, 7D and 19. RGB value is (1,125,25). Sum of RGB (Red+Green+Blue) = 1+125+25=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 125 (49.22% from 255 or 82.78% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 125 - color contains mainly: green. Hex color #017D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D19 is #FE82E6. Grayscale: #4C4C4C. Windows color (decimal): -16679655 or 1670401. OLE color: 1670401.
HSL color Cylindrical-coordinate representation of color #017D19: hue angle of 131.61º 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 #017D19 is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 25 | - |
| CMYK | 0.99 | 0 | 0.8 | 0.51 |
| HSL | 131.61º | 0.98% | 0.25% | - |
| HSV(B) | 131.61º | 0.99% | 0.49% | - |
| XYZ | 7.52 | 14.74 | 3.37 | - |
| YUV | 76.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 25 | 0.99 | 0 | 0.8 | 0.51 | 131.61 | 0.98 | 0.25 |
| Hex | 1 | 7D | 19 | 63 | 0 | 50 | 33 | 84 | 62 | 19 |
| Octal | 1 | 175 | 31 | 143 | 0 | 120 | 63 | 204 | 142 | 31 |
| Binary | 1 | 1111101 | 11001 | 1100011 | 0 | 1010000 | 110011 | 10000100 | 1100010 | 11001 |
Color Harmonies of #017D19
Complementary color
Monochromatic Colors of #017D19
Black with #017D19
Text Example
Text Example
White with #017D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D19; }
p { color: rgb(1,125,25); }
H1.HeaderClassName
{
color: #017D19;
}
.AnyTagClassName
{
color: #017D19;
}
</style>
background-color css
<style>
a { background-color: #017D19; }
a { background-color: rgb(1,125,25); }
div.DivClassName
{
background-color: #017D19;
}
.BgClassName
{
background-color: #017D19;
}
</style>
border-color css
<style>
span { border-color: #017D19; }
span { border-color: rgb(1,125,25); }
td.TdClassName
{
border-color: #017D19;
}
.TagClassName
{
border-color: #017D19;
}
</style>