#00620E

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

Shades of Green #00620E

Tints of Green #00620E

Color information

#00620E (or 0x00620E) is unknown color: approx Green. HEX triplet: 00, 62 and 0E. RGB value is (0,98,14). Sum of RGB (Red+Green+Blue) = 0+98+14=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #00620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00620E is #FF9DF1. Grayscale: #3B3B3B. Windows color (decimal): -16752114 or 942592. OLE color: 942592.

HSL color Cylindrical-coordinate representation of color #00620E: hue angle of 128.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00620E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB09814-
CMYK100.860.62
HSL128.57º100%19.22%-
HSV(B)128.57º100%38.43%-
XYZ4.458.771.87-
YUV59.12102.5385.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 87.5%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=0%
G=87.5%
B=12.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09814100.860.62128.5710019.22
Hex062E640563E816413
Octal01421614401267620114423
Binary01100010111011001000101011011111010000001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,98,14); }

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

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

 a { background-color: rgb(0,98,14); }

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

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

 span { border-color: rgb(0,98,14); }

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