#01580C

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

Shades of Green #01580C

Tints of Green #01580C

Color information

#01580C (or 0x01580C) is unknown color: approx Green. HEX triplet: 01, 58 and 0C. RGB value is (1,88,12). Sum of RGB (Red+Green+Blue) = 1+88+12=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 88 (34.77% from 255 or 87.13% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 88 - color contains mainly: green. Hex color #01580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01580C is #FEA7F3. Grayscale: #353535. Windows color (decimal): -16689140 or 808961. OLE color: 808961.

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

Color convert

RGB18812-
CMYK0.9900.860.65
HSL127.59º97.75%17.45%-
HSV(B)127.59º98.86%34.51%-
XYZ3.577.011.51-
YUV53.32104.6890.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 88 (34.77% from 255) = 87.13%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=0.99%
G=87.13%
B=11.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188120.9900.860.65127.5997.7517.45
Hex158C6305641806211
Octal113014143012610120014221
Binary110110001100110001101010110100000110000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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