#017017

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

Shades of Green #017017

Tints of Green #017017

Color information

#017017 (or 0x017017) is unknown color: approx Green. HEX triplet: 01, 70 and 17. RGB value is (1,112,23). Sum of RGB (Red+Green+Blue) = 1+112+23=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #017017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017017 is #FE8FE8. Grayscale: #444444. Windows color (decimal): -16682985 or 1536001. OLE color: 1536001.

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

Color convert

RGB111223-
CMYK0.9900.790.56
HSL131.89º98.23%22.16%-
HSV(B)131.89º99.11%43.92%-
XYZ5.9611.662.75-
YUV68.67102.2379.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 112 (44.14% from 255) = 82.35%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=0.74%
G=82.35%
B=16.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112230.9900.790.56131.8998.2322.16
Hex170176304F38846216
Octal11602714301177020414226
Binary111100001011111000110100111111100010000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017017; }

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

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

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

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

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

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

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

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