Shades of Green #017D1D
Tints of Green #017D1D
RGB
CMYK
RGB Variations
Color information
#017D1D (or 0x017D1D) is known color: Green. HEX triplet: 01, 7D and 1D. RGB value is (1,125,29). Sum of RGB (Red+Green+Blue) = 1+125+29=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 125 (49.22% from 255 or 80.65% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 125 - color contains mainly: green. Hex color #017D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D1D is #FE82E2. Grayscale: #4D4D4D. Windows color (decimal): -16679651 or 1932545. OLE color: 1932545.
HSL color Cylindrical-coordinate representation of color #017D1D: hue angle of 133.55º 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 #017D1D is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 29 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.51 |
| HSL | 133.55º | 0.98% | 0.25% | - |
| HSV(B) | 133.55º | 0.99% | 0.49% | - |
| XYZ | 7.57 | 14.76 | 3.61 | - |
| YUV | 76.98 | 100.92 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 29 | 0.99 | 0 | 0.77 | 0.51 | 133.55 | 0.98 | 0.25 |
| Hex | 1 | 7D | 1D | 63 | 0 | 4D | 33 | 86 | 62 | 19 |
| Octal | 1 | 175 | 35 | 143 | 0 | 115 | 63 | 206 | 142 | 31 |
| Binary | 1 | 1111101 | 11101 | 1100011 | 0 | 1001101 | 110011 | 10000110 | 1100010 | 11001 |
Color Harmonies of #017D1D
Complementary color
Monochromatic Colors of #017D1D
Black with #017D1D
Text Example
Text Example
White with #017D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D1D; }
p { color: rgb(1,125,29); }
H1.HeaderClassName
{
color: #017D1D;
}
.AnyTagClassName
{
color: #017D1D;
}
</style>
background-color css
<style>
a { background-color: #017D1D; }
a { background-color: rgb(1,125,29); }
div.DivClassName
{
background-color: #017D1D;
}
.BgClassName
{
background-color: #017D1D;
}
</style>
border-color css
<style>
span { border-color: #017D1D; }
span { border-color: rgb(1,125,29); }
td.TdClassName
{
border-color: #017D1D;
}
.TagClassName
{
border-color: #017D1D;
}
</style>