#008020

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

Shades of Green #008020

Tints of Green #008020

Color information

#008020 (or 0x008020) is unknown color: approx Green. HEX triplet: 00, 80 and 20. RGB value is (0,128,32). Sum of RGB (Red+Green+Blue) = 0+128+32=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 128 (50.39% from 255 or 80% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 128 - color contains mainly: green. Hex color #008020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008020 is #FF7FDF. Grayscale: #4F4F4F. Windows color (decimal): -16744416 or 2129920. OLE color: 2129920.

HSL color Cylindrical-coordinate representation of color #008020: hue angle of 135º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008020 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB012832-
CMYK100.750.50
HSL135º100%25.1%-
HSV(B)135º100%50.2%-
XYZ7.9815.543.95-
YUV78.78101.5971.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 80%
BLUE value IS 32 (12.89% from 255) = 20%
R=0%
G=80%
B=20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012832100.750.5013510025.1
Hex080206404B32876419
Octal02004014401136220714431
Binary01000000010000011001000100101111001010000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008020; }

 p { color: rgb(0,128,32); }

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

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

 a { background-color: rgb(0,128,32); }

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

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

 span { border-color: rgb(0,128,32); }

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