Shades of Green #017D13
Tints of Green #017D13
RGB
CMYK
RGB Variations
Color information
#017D13 (or 0x017D13) is known color: Green. HEX triplet: 01, 7D and 13. RGB value is (1,125,19). Sum of RGB (Red+Green+Blue) = 1+125+19=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 125 (49.22% from 255 or 86.21% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 125 - color contains mainly: green. Hex color #017D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D13 is #FE82EC. Grayscale: #4C4C4C. Windows color (decimal): -16679661 or 1277185. OLE color: 1277185.
HSL color Cylindrical-coordinate representation of color #017D13: hue angle of 128.71º 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 #017D13 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 19 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.51 |
| HSL | 128.71º | 0.98% | 0.25% | - |
| HSV(B) | 128.71º | 0.99% | 0.49% | - |
| XYZ | 7.46 | 14.72 | 3.06 | - |
| YUV | 75.84 | 95.92 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 19 | 0.99 | 0 | 0.85 | 0.51 | 128.71 | 0.98 | 0.25 |
| Hex | 1 | 7D | 13 | 63 | 0 | 55 | 33 | 81 | 62 | 19 |
| Octal | 1 | 175 | 23 | 143 | 0 | 125 | 63 | 201 | 142 | 31 |
| Binary | 1 | 1111101 | 10011 | 1100011 | 0 | 1010101 | 110011 | 10000001 | 1100010 | 11001 |
Color Harmonies of #017D13
Complementary color
Monochromatic Colors of #017D13
Black with #017D13
Text Example
Text Example
White with #017D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D13; }
p { color: rgb(1,125,19); }
H1.HeaderClassName
{
color: #017D13;
}
.AnyTagClassName
{
color: #017D13;
}
</style>
background-color css
<style>
a { background-color: #017D13; }
a { background-color: rgb(1,125,19); }
div.DivClassName
{
background-color: #017D13;
}
.BgClassName
{
background-color: #017D13;
}
</style>
border-color css
<style>
span { border-color: #017D13; }
span { border-color: rgb(1,125,19); }
td.TdClassName
{
border-color: #017D13;
}
.TagClassName
{
border-color: #017D13;
}
</style>