#017514

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

Shades of Green #017514

Tints of Green #017514

Color information

#017514 (or 0x017514) is unknown color: approx Green. HEX triplet: 01, 75 and 14. RGB value is (1,117,20). Sum of RGB (Red+Green+Blue) = 1+117+20=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #017514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017514 is #FE8AEB. Grayscale: #474747. Windows color (decimal): -16681708 or 1340673. OLE color: 1340673.

HSL color Cylindrical-coordinate representation of color #017514: hue angle of 129.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017514 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB111720-
CMYK0.9900.830.54
HSL129.83º98.31%23.14%-
HSV(B)129.83º99.15%45.88%-
XYZ6.512.782.79-
YUV71.2699.0777.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 117 (46.09% from 255) = 84.78%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=0.72%
G=84.78%
B=14.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117200.9900.830.54129.8398.3123.14
Hex175146305336826217
Octal11652414301236620214227
Binary111101011010011000110101001111011010000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017514; }

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

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

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

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

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

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

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

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