#017315

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

Shades of Green #017315

Tints of Green #017315

Color information

#017315 (or 0x017315) is unknown color: approx Green. HEX triplet: 01, 73 and 15. RGB value is (1,115,21). Sum of RGB (Red+Green+Blue) = 1+115+21=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #017315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017315 is #FE8CEA. Grayscale: #464646. Windows color (decimal): -16682219 or 1405697. OLE color: 1405697.

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

Color convert

RGB111521-
CMYK0.9900.820.55
HSL130.53º98.28%22.75%-
HSV(B)130.53º99.13%45.1%-
XYZ6.2812.322.76-
YUV70.2100.2378.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 115 (45.31% from 255) = 83.94%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=0.73%
G=83.94%
B=15.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115210.9900.820.55130.5398.2822.75
Hex173156305237836217
Octal11632514301226720314227
Binary111100111010111000110101001011011110000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017315; }

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

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

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

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

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

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

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

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