#02620C

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

Shades of Green #02620C

Tints of Green #02620C

Color information

#02620C (or 0x02620C) is unknown color: approx Green. HEX triplet: 02, 62 and 0C. RGB value is (2,98,12). Sum of RGB (Red+Green+Blue) = 2+98+12=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #02620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02620C is #FD9DF3. Grayscale: #3B3B3B. Windows color (decimal): -16621044 or 811522. OLE color: 811522.

HSL color Cylindrical-coordinate representation of color #02620C: hue angle of 126.25º 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 #02620C is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB29812-
CMYK0.9800.880.62
HSL126.25º96%19.61%-
HSV(B)126.25º97.96%38.43%-
XYZ4.468.771.81-
YUV59.49101.286.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 98 (38.67% from 255) = 87.5%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=1.79%
G=87.5%
B=10.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298120.9800.880.62126.259619.61
Hex262C620583E7e6014
Octal21421414201307617614024
Binary10110001011001100010010110001111101111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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