#00821E

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

Shades of Green #00821E

Tints of Green #00821E

Color information

#00821E (or 0x00821E) is unknown color: approx Green. HEX triplet: 00, 82 and 1E. RGB value is (0,130,30). Sum of RGB (Red+Green+Blue) = 0+130+30=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #00821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00821E is #FF7DE1. Grayscale: #505050. Windows color (decimal): -16743906 or 1999360. OLE color: 1999360.

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

Color convert

RGB013030-
CMYK100.770.49
HSL133.85º100%25.49%-
HSV(B)133.85º100%50.98%-
XYZ8.2216.063.89-
YUV79.7399.9371.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 81.25%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=0%
G=81.25%
B=18.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013030100.770.49133.8510025.49
Hex0821E6404D31866419
Octal02023614401156120614431
Binary0100000101111011001000100110111000110000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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