#02620D

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

Shades of Green #02620D

Tints of Green #02620D

Color information

#02620D (or 0x02620D) is unknown color: approx Green. HEX triplet: 02, 62 and 0D. RGB value is (2,98,13). Sum of RGB (Red+Green+Blue) = 2+98+13=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #02620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02620D is #FD9DF2. Grayscale: #3B3B3B. Windows color (decimal): -16621043 or 877058. OLE color: 877058.

HSL color Cylindrical-coordinate representation of color #02620D: hue angle of 126.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02620D is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB29813-
CMYK0.9800.870.62
HSL126.88º96%19.61%-
HSV(B)126.88º97.96%38.43%-
XYZ4.478.781.84-
YUV59.61101.786.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 98 (38.67% from 255) = 86.73%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=1.77%
G=86.73%
B=11.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298130.9800.870.62126.889619.61
Hex262D620573E7f6014
Octal21421514201277617714024
Binary10110001011011100010010101111111101111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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