Shades of Green #017003
Tints of Green #017003
RGB
CMYK
RGB Variations
Color information
#017003 (or 0x017003) is known color: Green. HEX triplet: 01, 70 and 03. RGB value is (1,112,3). Sum of RGB (Red+Green+Blue) = 1+112+3=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 112 (44.14% from 255 or 96.55% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 112 - color contains mainly: green. Hex color #017003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017003 is #FE8FFC. Grayscale: #424242. Windows color (decimal): -16683005 or 225281. OLE color: 225281.
HSL color Cylindrical-coordinate representation of color #017003: hue angle of 121.08º 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 #017003 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 3 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.56 |
| HSL | 121.08º | 0.98% | 0.22% | - |
| HSV(B) | 121.08º | 0.99% | 0.44% | - |
| XYZ | 5.82 | 11.6 | 2.02 | - |
| YUV | 66.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 3 | 0.99 | 0 | 0.97 | 0.56 | 121.08 | 0.98 | 0.22 |
| Hex | 1 | 70 | 3 | 63 | 0 | 61 | 38 | 79 | 62 | 16 |
| Octal | 1 | 160 | 3 | 143 | 0 | 141 | 70 | 171 | 142 | 26 |
| Binary | 1 | 1110000 | 11 | 1100011 | 0 | 1100001 | 111000 | 1111001 | 1100010 | 10110 |
Color Harmonies of #017003
Complementary color
Monochromatic Colors of #017003
Black with #017003
Text Example
Text Example
White with #017003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017003; }
p { color: rgb(1,112,3); }
H1.HeaderClassName
{
color: #017003;
}
.AnyTagClassName
{
color: #017003;
}
</style>
background-color css
<style>
a { background-color: #017003; }
a { background-color: rgb(1,112,3); }
div.DivClassName
{
background-color: #017003;
}
.BgClassName
{
background-color: #017003;
}
</style>
border-color css
<style>
span { border-color: #017003; }
span { border-color: rgb(1,112,3); }
td.TdClassName
{
border-color: #017003;
}
.TagClassName
{
border-color: #017003;
}
</style>