Shades of Green #017103
Tints of Green #017103
RGB
CMYK
RGB Variations
Color information
#017103 (or 0x017103) is known color: Green. HEX triplet: 01, 71 and 03. RGB value is (1,113,3). Sum of RGB (Red+Green+Blue) = 1+113+3=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 113 (44.53% from 255 or 96.58% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 113 - color contains mainly: green. Hex color #017103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017103 is #FE8EFC. Grayscale: #434343. Windows color (decimal): -16682749 or 225537. OLE color: 225537.
HSL color Cylindrical-coordinate representation of color #017103: hue angle of 121.07º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017103 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.56 |
| HSL | 121.07º | 0.98% | 0.22% | - |
| HSV(B) | 121.07º | 0.99% | 0.44% | - |
| XYZ | 5.93 | 11.82 | 2.06 | - |
| YUV | 66.97 | 91.89 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 3 | 0.99 | 0 | 0.97 | 0.56 | 121.07 | 0.98 | 0.22 |
| Hex | 1 | 71 | 3 | 63 | 0 | 61 | 38 | 79 | 62 | 16 |
| Octal | 1 | 161 | 3 | 143 | 0 | 141 | 70 | 171 | 142 | 26 |
| Binary | 1 | 1110001 | 11 | 1100011 | 0 | 1100001 | 111000 | 1111001 | 1100010 | 10110 |
Color Harmonies of #017103
Complementary color
Monochromatic Colors of #017103
Black with #017103
Text Example
Text Example
White with #017103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017103; }
p { color: rgb(1,113,3); }
H1.HeaderClassName
{
color: #017103;
}
.AnyTagClassName
{
color: #017103;
}
</style>
background-color css
<style>
a { background-color: #017103; }
a { background-color: rgb(1,113,3); }
div.DivClassName
{
background-color: #017103;
}
.BgClassName
{
background-color: #017103;
}
</style>
border-color css
<style>
span { border-color: #017103; }
span { border-color: rgb(1,113,3); }
td.TdClassName
{
border-color: #017103;
}
.TagClassName
{
border-color: #017103;
}
</style>