#017014

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

Shades of Green #017014

Tints of Green #017014

Color information

#017014 (or 0x017014) is unknown color: approx Green. HEX triplet: 01, 70 and 14. RGB value is (1,112,20). Sum of RGB (Red+Green+Blue) = 1+112+20=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #017014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017014 is #FE8FEB. Grayscale: #444444. Windows color (decimal): -16682988 or 1339393. OLE color: 1339393.

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

Color convert

RGB111220-
CMYK0.9900.820.56
HSL130.27º98.23%22.16%-
HSV(B)130.27º99.11%43.92%-
XYZ5.9311.652.6-
YUV68.32100.7379.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 112 (44.14% from 255) = 84.21%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=0.75%
G=84.21%
B=15.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112200.9900.820.56130.2798.2322.16
Hex170146305238826216
Octal11602414301227020214226
Binary111100001010011000110101001011100010000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017014; }

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

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

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

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

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

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

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

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