#00801E

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

Shades of Green #00801E

Tints of Green #00801E

Color information

#00801E (or 0x00801E) is unknown color: approx Green. HEX triplet: 00, 80 and 1E. RGB value is (0,128,30). Sum of RGB (Red+Green+Blue) = 0+128+30=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 128 (50.39% from 255 or 81.01% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 128 - color contains mainly: green. Hex color #00801E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00801E is #FF7FE1. Grayscale: #4E4E4E. Windows color (decimal): -16744418 or 1998848. OLE color: 1998848.

HSL color Cylindrical-coordinate representation of color #00801E: hue angle of 134.06º 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 #00801E is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB012830-
CMYK100.770.50
HSL134.06º100%25.1%-
HSV(B)134.06º100%50.2%-
XYZ7.9515.533.81-
YUV78.56100.5971.97-

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) = 81.01%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=0%
G=81.01%
B=18.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012830100.770.50134.0610025.1
Hex0801E6404D32866419
Octal02003614401156220614431
Binary0100000001111011001000100110111001010000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00801E; }

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

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

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

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

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

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

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

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