Shades of Green #017002
Tints of Green #017002
RGB
CMYK
RGB Variations
Color information
#017002 (or 0x017002) is known color: Green. HEX triplet: 01, 70 and 02. RGB value is (1,112,2). Sum of RGB (Red+Green+Blue) = 1+112+2=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 112 (44.14% from 255 or 97.39% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 112 - color contains mainly: green. Hex color #017002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017002 is #FE8FFD. Grayscale: #424242. Windows color (decimal): -16683006 or 159745. OLE color: 159745.
HSL color Cylindrical-coordinate representation of color #017002: hue angle of 120.54º 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 #017002 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.56 |
| HSL | 120.54º | 0.98% | 0.22% | - |
| HSV(B) | 120.54º | 0.99% | 0.44% | - |
| XYZ | 5.82 | 11.6 | 1.99 | - |
| YUV | 66.27 | 91.73 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 2 | 0.99 | 0 | 0.98 | 0.56 | 120.54 | 0.98 | 0.22 |
| Hex | 1 | 70 | 2 | 63 | 0 | 62 | 38 | 79 | 62 | 16 |
| Octal | 1 | 160 | 2 | 143 | 0 | 142 | 70 | 171 | 142 | 26 |
| Binary | 1 | 1110000 | 10 | 1100011 | 0 | 1100010 | 111000 | 1111001 | 1100010 | 10110 |
Color Harmonies of #017002
Complementary color
Monochromatic Colors of #017002
Black with #017002
Text Example
Text Example
White with #017002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017002; }
p { color: rgb(1,112,2); }
H1.HeaderClassName
{
color: #017002;
}
.AnyTagClassName
{
color: #017002;
}
</style>
background-color css
<style>
a { background-color: #017002; }
a { background-color: rgb(1,112,2); }
div.DivClassName
{
background-color: #017002;
}
.BgClassName
{
background-color: #017002;
}
</style>
border-color css
<style>
span { border-color: #017002; }
span { border-color: rgb(1,112,2); }
td.TdClassName
{
border-color: #017002;
}
.TagClassName
{
border-color: #017002;
}
</style>