#01570C

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

Shades of Green #01570C

Tints of Green #01570C

Color information

#01570C (or 0x01570C) is unknown color: approx Green. HEX triplet: 01, 57 and 0C. RGB value is (1,87,12). Sum of RGB (Red+Green+Blue) = 1+87+12=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 87 (34.38% from 255 or 87% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 87 - color contains mainly: green. Hex color #01570C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01570C is #FEA8F3. Grayscale: #343434. Windows color (decimal): -16689396 or 808705. OLE color: 808705.

HSL color Cylindrical-coordinate representation of color #01570C: hue angle of 127.67º 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 #01570C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB18712-
CMYK0.9900.860.66
HSL127.67º97.73%17.25%-
HSV(B)127.67º98.85%34.12%-
XYZ3.496.851.49-
YUV52.74105.0191.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187120.9900.860.66127.6797.7317.25
Hex157C6305642806211
Octal112714143012610220014221
Binary110101111100110001101010110100001010000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01570C; }

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

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

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

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

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

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

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

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