#017100

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

Shades of Green #017100

Tints of Green #017100

Color information

#017100 (or 0x017100) is unknown color: approx Green. HEX triplet: 01, 71 and 00. RGB value is (1,113,0). Sum of RGB (Red+Green+Blue) = 1+113+0=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 113 (44.53% from 255 or 99.12% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 113 - color contains mainly: green. Hex color #017100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017100 is #FE8EFF. Grayscale: #424242. Windows color (decimal): -16682752 or 28929. OLE color: 28929.

HSL color Cylindrical-coordinate representation of color #017100: hue angle of 119.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017100 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB11130-
CMYK0.99010.56
HSL119.47º100%22.16%-
HSV(B)119.47º100%44.31%-
XYZ5.9211.821.97-
YUV66.6390.3981.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 113 (44.53% from 255) = 99.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.88%
G=99.12%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111300.99010.56119.4710022.16
Hex17106306438776416
Octal1161014301447016714426
Binary1111000101100011011001001110001110111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017100; }

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

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

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

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

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

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

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

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