Shades of Green #017F1F
Tints of Green #017F1F
RGB
CMYK
RGB Variations
Color information
#017F1F (or 0x017F1F) is known color: Green. HEX triplet: 01, 7F and 1F. RGB value is (1,127,31). Sum of RGB (Red+Green+Blue) = 1+127+31=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 127 (50% from 255 or 79.87% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 127 - color contains mainly: green. Hex color #017F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F1F is #FE80E0. Grayscale: #4E4E4E. Windows color (decimal): -16679137 or 2064129. OLE color: 2064129.
HSL color Cylindrical-coordinate representation of color #017F1F: hue angle of 134.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F1F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 31 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.50 |
| HSL | 134.29º | 0.98% | 0.25% | - |
| HSV(B) | 134.29º | 0.99% | 0.5% | - |
| XYZ | 7.85 | 15.28 | 3.83 | - |
| YUV | 78.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 31 | 0.99 | 0 | 0.76 | 0.50 | 134.29 | 0.98 | 0.25 |
| Hex | 1 | 7F | 1F | 63 | 0 | 4C | 32 | 86 | 62 | 19 |
| Octal | 1 | 177 | 37 | 143 | 0 | 114 | 62 | 206 | 142 | 31 |
| Binary | 1 | 1111111 | 11111 | 1100011 | 0 | 1001100 | 110010 | 10000110 | 1100010 | 11001 |
Color Harmonies of #017F1F
Complementary color
Monochromatic Colors of #017F1F
Black with #017F1F
Text Example
Text Example
White with #017F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F1F; }
p { color: rgb(1,127,31); }
H1.HeaderClassName
{
color: #017F1F;
}
.AnyTagClassName
{
color: #017F1F;
}
</style>
background-color css
<style>
a { background-color: #017F1F; }
a { background-color: rgb(1,127,31); }
div.DivClassName
{
background-color: #017F1F;
}
.BgClassName
{
background-color: #017F1F;
}
</style>
border-color css
<style>
span { border-color: #017F1F; }
span { border-color: rgb(1,127,31); }
td.TdClassName
{
border-color: #017F1F;
}
.TagClassName
{
border-color: #017F1F;
}
</style>