#017204

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

Shades of Green #017204

Tints of Green #017204

Color information

#017204 (or 0x017204) is unknown color: approx Green. HEX triplet: 01, 72 and 04. RGB value is (1,114,4). Sum of RGB (Red+Green+Blue) = 1+114+4=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 114 (44.92% from 255 or 95.80% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 114 - color contains mainly: green. Hex color #017204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017204 is #FE8DFB. Grayscale: #434343. Windows color (decimal): -16682492 or 291329. OLE color: 291329.

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

Color convert

RGB11144-
CMYK0.9900.960.55
HSL121.59º98.26%22.55%-
HSV(B)121.59º99.12%44.71%-
XYZ6.0512.052.12-
YUV67.6792.0680.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 114 (44.92% from 255) = 95.80%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=0.84%
G=95.80%
B=3.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111440.9900.960.55121.5998.2622.55
Hex172463060377a6217
Octal1162414301406717214227
Binary111100101001100011011000001101111111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017204; }

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

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

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

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

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

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

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

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