#018620

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

Shades of Green #018620

Tints of Green #018620

Color information

#018620 (or 0x018620) is unknown color: approx Green. HEX triplet: 01, 86 and 20. RGB value is (1,134,32). Sum of RGB (Red+Green+Blue) = 1+134+32=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 134 (52.73% from 255 or 80.24% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 134 - color contains mainly: green. Hex color #018620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018620 is #FE79DF. Grayscale: #525252. Windows color (decimal): -16677344 or 2131457. OLE color: 2131457.

HSL color Cylindrical-coordinate representation of color #018620: hue angle of 133.98º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018620 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB113432-
CMYK0.9900.760.47
HSL133.98º98.52%26.47%-
HSV(B)133.98º99.25%52.55%-
XYZ8.817.164.22-
YUV82.699.4469.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 134 (52.73% from 255) = 80.24%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=0.60%
G=80.24%
B=19.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134320.9900.760.47133.9898.5226.47
Hex186206304C2F86631a
Octal12064014301145720614332
Binary11000011010000011000110100110010111110000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018620; }

 p { color: rgb(1,134,32); }

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

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

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

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

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

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

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