#01570D

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

Shades of Green #01570D

Tints of Green #01570D

Color information

#01570D (or 0x01570D) is unknown color: approx Green. HEX triplet: 01, 57 and 0D. RGB value is (1,87,13). Sum of RGB (Red+Green+Blue) = 1+87+13=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 87 (34.38% from 255 or 86.14% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 87 - color contains mainly: green. Hex color #01570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01570D is #FEA8F2. Grayscale: #353535. Windows color (decimal): -16689395 or 874241. OLE color: 874241.

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

Color convert

RGB18713-
CMYK0.9900.850.66
HSL128.37º97.73%17.25%-
HSV(B)128.37º98.85%34.12%-
XYZ3.496.851.52-
YUV52.85105.5191.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 87 (34.38% from 255) = 86.14%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=0.99%
G=86.14%
B=12.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187130.9900.850.66128.3797.7317.25
Hex157D6305542806211
Octal112715143012510220014221
Binary110101111101110001101010101100001010000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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