Shades of Green #017402
Tints of Green #017402
RGB
CMYK
RGB Variations
Color information
#017402 (or 0x017402) is known color: Green. HEX triplet: 01, 74 and 02. RGB value is (1,116,2). Sum of RGB (Red+Green+Blue) = 1+116+2=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 116 (45.70% from 255 or 97.48% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 116 - color contains mainly: green. Hex color #017402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017402 is #FE8BFD. Grayscale: #444444. Windows color (decimal): -16681982 or 160769. OLE color: 160769.
HSL color Cylindrical-coordinate representation of color #017402: hue angle of 120.52º 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 #017402 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 2 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.55 |
| HSL | 120.52º | 0.98% | 0.23% | - |
| HSV(B) | 120.52º | 0.99% | 0.45% | - |
| XYZ | 6.27 | 12.5 | 2.14 | - |
| YUV | 68.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 2 | 0.99 | 0 | 0.98 | 0.55 | 120.52 | 0.98 | 0.23 |
| Hex | 1 | 74 | 2 | 63 | 0 | 62 | 37 | 79 | 62 | 17 |
| Octal | 1 | 164 | 2 | 143 | 0 | 142 | 67 | 171 | 142 | 27 |
| Binary | 1 | 1110100 | 10 | 1100011 | 0 | 1100010 | 110111 | 1111001 | 1100010 | 10111 |
Color Harmonies of #017402
Complementary color
Monochromatic Colors of #017402
Black with #017402
Text Example
Text Example
White with #017402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017402; }
p { color: rgb(1,116,2); }
H1.HeaderClassName
{
color: #017402;
}
.AnyTagClassName
{
color: #017402;
}
</style>
background-color css
<style>
a { background-color: #017402; }
a { background-color: rgb(1,116,2); }
div.DivClassName
{
background-color: #017402;
}
.BgClassName
{
background-color: #017402;
}
</style>
border-color css
<style>
span { border-color: #017402; }
span { border-color: rgb(1,116,2); }
td.TdClassName
{
border-color: #017402;
}
.TagClassName
{
border-color: #017402;
}
</style>