Shades of Green #017D1C
Tints of Green #017D1C
RGB
CMYK
RGB Variations
Color information
#017D1C (or 0x017D1C) is known color: Green. HEX triplet: 01, 7D and 1C. RGB value is (1,125,28). Sum of RGB (Red+Green+Blue) = 1+125+28=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 125 (49.22% from 255 or 81.17% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 125 - color contains mainly: green. Hex color #017D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D1C is #FE82E3. Grayscale: #4D4D4D. Windows color (decimal): -16679652 or 1867009. OLE color: 1867009.
HSL color Cylindrical-coordinate representation of color #017D1C: hue angle of 133.06º 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 #017D1C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 28 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.51 |
| HSL | 133.06º | 0.98% | 0.25% | - |
| HSV(B) | 133.06º | 0.99% | 0.49% | - |
| XYZ | 7.56 | 14.76 | 3.55 | - |
| YUV | 76.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 28 | 0.99 | 0 | 0.78 | 0.51 | 133.06 | 0.98 | 0.25 |
| Hex | 1 | 7D | 1C | 63 | 0 | 4E | 33 | 85 | 62 | 19 |
| Octal | 1 | 175 | 34 | 143 | 0 | 116 | 63 | 205 | 142 | 31 |
| Binary | 1 | 1111101 | 11100 | 1100011 | 0 | 1001110 | 110011 | 10000101 | 1100010 | 11001 |
Color Harmonies of #017D1C
Complementary color
Monochromatic Colors of #017D1C
Black with #017D1C
Text Example
Text Example
White with #017D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D1C; }
p { color: rgb(1,125,28); }
H1.HeaderClassName
{
color: #017D1C;
}
.AnyTagClassName
{
color: #017D1C;
}
</style>
background-color css
<style>
a { background-color: #017D1C; }
a { background-color: rgb(1,125,28); }
div.DivClassName
{
background-color: #017D1C;
}
.BgClassName
{
background-color: #017D1C;
}
</style>
border-color css
<style>
span { border-color: #017D1C; }
span { border-color: rgb(1,125,28); }
td.TdClassName
{
border-color: #017D1C;
}
.TagClassName
{
border-color: #017D1C;
}
</style>