#017314

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

Shades of Green #017314

Tints of Green #017314

Color information

#017314 (or 0x017314) is unknown color: approx Green. HEX triplet: 01, 73 and 14. RGB value is (1,115,20). Sum of RGB (Red+Green+Blue) = 1+115+20=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #017314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017314 is #FE8CEB. Grayscale: #464646. Windows color (decimal): -16682220 or 1340161. OLE color: 1340161.

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

Color convert

RGB111520-
CMYK0.9900.830.55
HSL130º98.28%22.75%-
HSV(B)130º99.13%45.1%-
XYZ6.2712.322.71-
YUV70.0899.7378.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 115 (45.31% from 255) = 84.56%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=0.74%
G=84.56%
B=14.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115200.9900.830.5513098.2822.75
Hex173146305337826217
Octal11632414301236720214227
Binary111100111010011000110101001111011110000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017314; }

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

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

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

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

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

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

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

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