#017004

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

Shades of Green #017004

Tints of Green #017004

Color information

#017004 (or 0x017004) is unknown color: approx Green. HEX triplet: 01, 70 and 04. RGB value is (1,112,4). Sum of RGB (Red+Green+Blue) = 1+112+4=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 112 (44.14% from 255 or 95.73% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 112 - color contains mainly: green. Hex color #017004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017004 is #FE8FFB. Grayscale: #424242. Windows color (decimal): -16683004 or 290817. OLE color: 290817.

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

Color convert

RGB11124-
CMYK0.9900.960.56
HSL121.62º98.23%22.16%-
HSV(B)121.62º99.11%43.92%-
XYZ5.8311.62.05-
YUV66.592.7381.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 112 (44.14% from 255) = 95.73%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=0.85%
G=95.73%
B=3.42%

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
Decimal111240.9900.960.56121.6298.2322.16
Hex170463060387a6216
Octal1160414301407017214226
Binary111100001001100011011000001110001111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017004; }

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

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

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

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

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

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

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

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