#00620D

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

Shades of Green #00620D

Tints of Green #00620D

Color information

#00620D (or 0x00620D) is unknown color: approx Green. HEX triplet: 00, 62 and 0D. RGB value is (0,98,13). Sum of RGB (Red+Green+Blue) = 0+98+13=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 98 (38.67% from 255 or 88.29% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 98 - color contains mainly: green. Hex color #00620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00620D is #FF9DF2. Grayscale: #3B3B3B. Windows color (decimal): -16752115 or 877056. OLE color: 877056.

HSL color Cylindrical-coordinate representation of color #00620D: hue angle of 127.96º 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 #00620D is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB09813-
CMYK100.870.62
HSL127.96º100%19.22%-
HSV(B)127.96º100%38.43%-
XYZ4.448.761.84-
YUV59.01102.0385.91-

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) = 88.29%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=0%
G=88.29%
B=11.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09813100.870.62127.9610019.22
Hex062D640573E806413
Octal01421514401277620014423
Binary01100010110111001000101011111111010000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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