Shades of Green #017C1D
Tints of Green #017C1D
RGB
CMYK
RGB Variations
Color information
#017C1D (or 0x017C1D) is known color: Green. HEX triplet: 01, 7C and 1D. RGB value is (1,124,29). Sum of RGB (Red+Green+Blue) = 1+124+29=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 124 (48.83% from 255 or 80.52% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 124 - color contains mainly: green. Hex color #017C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C1D is #FE83E2. Grayscale: #4C4C4C. Windows color (decimal): -16679907 or 1932289. OLE color: 1932289.
HSL color Cylindrical-coordinate representation of color #017C1D: hue angle of 133.66º 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 #017C1D is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 29 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.51 |
| HSL | 133.66º | 0.98% | 0.25% | - |
| HSV(B) | 133.66º | 0.99% | 0.49% | - |
| XYZ | 7.44 | 14.51 | 3.57 | - |
| YUV | 76.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 29 | 0.99 | 0 | 0.77 | 0.51 | 133.66 | 0.98 | 0.25 |
| Hex | 1 | 7C | 1D | 63 | 0 | 4D | 33 | 86 | 62 | 19 |
| Octal | 1 | 174 | 35 | 143 | 0 | 115 | 63 | 206 | 142 | 31 |
| Binary | 1 | 1111100 | 11101 | 1100011 | 0 | 1001101 | 110011 | 10000110 | 1100010 | 11001 |
Color Harmonies of #017C1D
Complementary color
Monochromatic Colors of #017C1D
Black with #017C1D
Text Example
Text Example
White with #017C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C1D; }
p { color: rgb(1,124,29); }
H1.HeaderClassName
{
color: #017C1D;
}
.AnyTagClassName
{
color: #017C1D;
}
</style>
background-color css
<style>
a { background-color: #017C1D; }
a { background-color: rgb(1,124,29); }
div.DivClassName
{
background-color: #017C1D;
}
.BgClassName
{
background-color: #017C1D;
}
</style>
border-color css
<style>
span { border-color: #017C1D; }
span { border-color: rgb(1,124,29); }
td.TdClassName
{
border-color: #017C1D;
}
.TagClassName
{
border-color: #017C1D;
}
</style>