Shades of Green #017305
Tints of Green #017305
RGB
CMYK
RGB Variations
Color information
#017305 (or 0x017305) is known color: Green. HEX triplet: 01, 73 and 05. RGB value is (1,115,5). Sum of RGB (Red+Green+Blue) = 1+115+5=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 115 (45.31% from 255 or 95.04% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 115 - color contains mainly: green. Hex color #017305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017305 is #FE8CFA. Grayscale: #444444. Windows color (decimal): -16682235 or 357121. OLE color: 357121.
HSL color Cylindrical-coordinate representation of color #017305: hue angle of 122.11º 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 #017305 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.55 |
| HSL | 122.11º | 0.98% | 0.23% | - |
| HSV(B) | 122.11º | 0.99% | 0.45% | - |
| XYZ | 6.17 | 12.28 | 2.19 | - |
| YUV | 68.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 5 | 0.99 | 0 | 0.96 | 0.55 | 122.11 | 0.98 | 0.23 |
| Hex | 1 | 73 | 5 | 63 | 0 | 60 | 37 | 7A | 62 | 17 |
| Octal | 1 | 163 | 5 | 143 | 0 | 140 | 67 | 172 | 142 | 27 |
| Binary | 1 | 1110011 | 101 | 1100011 | 0 | 1100000 | 110111 | 1111010 | 1100010 | 10111 |
Color Harmonies of #017305
Complementary color
Monochromatic Colors of #017305
Black with #017305
Text Example
Text Example
White with #017305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017305; }
p { color: rgb(1,115,5); }
H1.HeaderClassName
{
color: #017305;
}
.AnyTagClassName
{
color: #017305;
}
</style>
background-color css
<style>
a { background-color: #017305; }
a { background-color: rgb(1,115,5); }
div.DivClassName
{
background-color: #017305;
}
.BgClassName
{
background-color: #017305;
}
</style>
border-color css
<style>
span { border-color: #017305; }
span { border-color: rgb(1,115,5); }
td.TdClassName
{
border-color: #017305;
}
.TagClassName
{
border-color: #017305;
}
</style>