#02620E

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

Shades of Green #02620E

Tints of Green #02620E

Color information

#02620E (or 0x02620E) is unknown color: approx Green. HEX triplet: 02, 62 and 0E. RGB value is (2,98,14). Sum of RGB (Red+Green+Blue) = 2+98+14=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #02620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02620E is #FD9DF1. Grayscale: #3B3B3B. Windows color (decimal): -16621042 or 942594. OLE color: 942594.

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

Color convert

RGB29814-
CMYK0.9800.860.62
HSL127.5º96%19.61%-
HSV(B)127.5º97.96%38.43%-
XYZ4.478.781.87-
YUV59.72102.286.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 98 (38.67% from 255) = 85.96%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=1.75%
G=85.96%
B=12.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298140.9800.860.62127.59619.61
Hex262E620563E806014
Octal21421614201267620014024
Binary101100010111011000100101011011111010000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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