#017015

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

Shades of Green #017015

Tints of Green #017015

Color information

#017015 (or 0x017015) is unknown color: approx Green. HEX triplet: 01, 70 and 15. RGB value is (1,112,21). Sum of RGB (Red+Green+Blue) = 1+112+21=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #017015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017015 is #FE8FEA. Grayscale: #444444. Windows color (decimal): -16682987 or 1404929. OLE color: 1404929.

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

Color convert

RGB111221-
CMYK0.9900.810.56
HSL130.81º98.23%22.16%-
HSV(B)130.81º99.11%43.92%-
XYZ5.9411.652.64-
YUV68.44101.2379.9-

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) = 83.58%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=0.75%
G=83.58%
B=15.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112210.9900.810.56130.8198.2322.16
Hex170156305138836216
Octal11602514301217020314226
Binary111100001010111000110101000111100010000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017015; }

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

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

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

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

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

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

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

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