#017104

Color #017104 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #017104

Tints of Green #017104

Color information

#017104 (or 0x017104) is unknown color: approx Green. HEX triplet: 01, 71 and 04. RGB value is (1,113,4). Sum of RGB (Red+Green+Blue) = 1+113+4=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 113 (44.53% from 255 or 95.76% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 113 - color contains mainly: green. Hex color #017104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017104 is #FE8EFB. Grayscale: #434343. Windows color (decimal): -16682748 or 291073. OLE color: 291073.

HSL color Cylindrical-coordinate representation of color #017104: hue angle of 121.61º 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 #017104 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB11134-
CMYK0.9900.960.56
HSL121.61º98.25%22.35%-
HSV(B)121.61º99.12%44.31%-
XYZ5.9411.832.08-
YUV67.0992.3980.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 113 (44.53% from 255) = 95.76%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=0.85%
G=95.76%
B=3.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111340.9900.960.56121.6198.2522.35
Hex171463060387a6216
Octal1161414301407017214226
Binary111100011001100011011000001110001111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017104; }

 p { color: rgb(1,113,4); }

 H1.HeaderClassName
 {
   color: #017104;
 }
 .AnyTagClassName
 {
   color: #017104;
 }
</style>
background-color css

<style>
 a { background-color: #017104; }

 a { background-color: rgb(1,113,4); }

 div.DivClassName
 {
   background-color: #017104;
 }
 .BgClassName
 {
   background-color: #017104;
 }
</style>
border-color css

<style>
 span { border-color: #017104; }

 span { border-color: rgb(1,113,4); }

 td.TdClassName
 {
   border-color: #017104;
 }
 .TagClassName
 {
   border-color: #017104;
 }
</style>