Shades of Green #017302
Tints of Green #017302
RGB
CMYK
RGB Variations
Color information
#017302 (or 0x017302) is known color: Green. HEX triplet: 01, 73 and 02. RGB value is (1,115,2). Sum of RGB (Red+Green+Blue) = 1+115+2=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 115 (45.31% from 255 or 97.46% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 115 - color contains mainly: green. Hex color #017302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017302 is #FE8CFD. Grayscale: #444444. Windows color (decimal): -16682238 or 160513. OLE color: 160513.
HSL color Cylindrical-coordinate representation of color #017302: hue angle of 120.53º 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 #017302 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.55 |
| HSL | 120.53º | 0.98% | 0.23% | - |
| HSV(B) | 120.53º | 0.99% | 0.45% | - |
| XYZ | 6.15 | 12.27 | 2.1 | - |
| YUV | 68.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 2 | 0.99 | 0 | 0.98 | 0.55 | 120.53 | 0.98 | 0.23 |
| Hex | 1 | 73 | 2 | 63 | 0 | 62 | 37 | 79 | 62 | 17 |
| Octal | 1 | 163 | 2 | 143 | 0 | 142 | 67 | 171 | 142 | 27 |
| Binary | 1 | 1110011 | 10 | 1100011 | 0 | 1100010 | 110111 | 1111001 | 1100010 | 10111 |
Color Harmonies of #017302
Complementary color
Monochromatic Colors of #017302
Black with #017302
Text Example
Text Example
White with #017302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017302; }
p { color: rgb(1,115,2); }
H1.HeaderClassName
{
color: #017302;
}
.AnyTagClassName
{
color: #017302;
}
</style>
background-color css
<style>
a { background-color: #017302; }
a { background-color: rgb(1,115,2); }
div.DivClassName
{
background-color: #017302;
}
.BgClassName
{
background-color: #017302;
}
</style>
border-color css
<style>
span { border-color: #017302; }
span { border-color: rgb(1,115,2); }
td.TdClassName
{
border-color: #017302;
}
.TagClassName
{
border-color: #017302;
}
</style>