#015701

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

Shades of Green #015701

Tints of Green #015701

Color information

#015701 (or 0x015701) is unknown color: approx Green. HEX triplet: 01, 57 and 01. RGB value is (1,87,1). Sum of RGB (Red+Green+Blue) = 1+87+1=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 87 (34.38% from 255 or 97.75% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 87 - color contains mainly: green. Hex color #015701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015701 is #FEA8FE. Grayscale: #333333. Windows color (decimal): -16689407 or 87809. OLE color: 87809.

HSL color Cylindrical-coordinate representation of color #015701: hue angle of 120º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015701 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB1871-
CMYK0.9900.990.66
HSL120º97.73%17.25%-
HSV(B)120º98.85%34.12%-
XYZ3.436.831.17-
YUV51.4899.5191.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 87 (34.38% from 255) = 97.75%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=1.12%
G=97.75%
B=1.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal18710.9900.990.6612097.7317.25
Hex15716306342786211
Octal11271143014310217014221
Binary11010111111000110110001110000101111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015701; }

 p { color: rgb(1,87,1); }

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

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

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

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

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

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

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