#02620B

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

Shades of Green #02620B

Tints of Green #02620B

Color information

#02620B (or 0x02620B) is unknown color: approx Green. HEX triplet: 02, 62 and 0B. RGB value is (2,98,11). Sum of RGB (Red+Green+Blue) = 2+98+11=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 98 (38.67% from 255 or 88.29% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 98 - color contains mainly: green. Hex color #02620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02620B is #FD9DF4. Grayscale: #3B3B3B. Windows color (decimal): -16621045 or 745986. OLE color: 745986.

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

Color convert

RGB29811-
CMYK0.9800.890.62
HSL125.62º96%19.61%-
HSV(B)125.62º97.96%38.43%-
XYZ4.458.771.78-
YUV59.38100.787.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 98 (38.67% from 255) = 88.29%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=1.80%
G=88.29%
B=9.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298110.9800.890.62125.629619.61
Hex262B620593E7e6014
Octal21421314201317617614024
Binary10110001010111100010010110011111101111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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