#008120

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

Shades of Green #008120

Tints of Green #008120

Color information

#008120 (or 0x008120) is unknown color: approx Green. HEX triplet: 00, 81 and 20. RGB value is (0,129,32). Sum of RGB (Red+Green+Blue) = 0+129+32=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 129 (50.78% from 255 or 80.12% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 129 - color contains mainly: green. Hex color #008120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008120 is #FF7EDF. Grayscale: #4F4F4F. Windows color (decimal): -16744160 or 2130176. OLE color: 2130176.

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

Color convert

RGB012932-
CMYK100.750.49
HSL134.88º100%25.29%-
HSV(B)134.88º100%50.59%-
XYZ8.1115.83.99-
YUV79.37101.2671.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 80.12%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=0%
G=80.12%
B=19.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012932100.750.49134.8810025.29
Hex081206404B31876419
Octal02014014401136120714431
Binary01000000110000011001000100101111000110000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008120; }

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

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

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

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

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

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

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

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