Shades of Green #017311
Tints of Green #017311
RGB
CMYK
RGB Variations
Color information
#017311 (or 0x017311) is known color: Green. HEX triplet: 01, 73 and 11. RGB value is (1,115,17). Sum of RGB (Red+Green+Blue) = 1+115+17=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #017311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017311 is #FE8CEE. Grayscale: #464646. Windows color (decimal): -16682223 or 1143553. OLE color: 1143553.
HSL color Cylindrical-coordinate representation of color #017311: hue angle of 128.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017311 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 17 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.55 |
| HSL | 128.42º | 0.98% | 0.23% | - |
| HSV(B) | 128.42º | 0.99% | 0.45% | - |
| XYZ | 6.24 | 12.31 | 2.58 | - |
| YUV | 69.74 | 98.23 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 17 | 0.99 | 0 | 0.85 | 0.55 | 128.42 | 0.98 | 0.23 |
| Hex | 1 | 73 | 11 | 63 | 0 | 55 | 37 | 80 | 62 | 17 |
| Octal | 1 | 163 | 21 | 143 | 0 | 125 | 67 | 200 | 142 | 27 |
| Binary | 1 | 1110011 | 10001 | 1100011 | 0 | 1010101 | 110111 | 10000000 | 1100010 | 10111 |
Color Harmonies of #017311
Complementary color
Monochromatic Colors of #017311
Black with #017311
Text Example
Text Example
White with #017311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017311; }
p { color: rgb(1,115,17); }
H1.HeaderClassName
{
color: #017311;
}
.AnyTagClassName
{
color: #017311;
}
</style>
background-color css
<style>
a { background-color: #017311; }
a { background-color: rgb(1,115,17); }
div.DivClassName
{
background-color: #017311;
}
.BgClassName
{
background-color: #017311;
}
</style>
border-color css
<style>
span { border-color: #017311; }
span { border-color: rgb(1,115,17); }
td.TdClassName
{
border-color: #017311;
}
.TagClassName
{
border-color: #017311;
}
</style>