#020E0A

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

Shades of Dark Green #020E0A

Tints of Dark Green #020E0A

Color information

#020E0A (or 0x020E0A) is unknown color: approx Dark Green. HEX triplet: 02, 0E and 0A. RGB value is (2,14,10). Sum of RGB (Red+Green+Blue) = 2+14+10=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #020E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E0A is #FDF1F5. Grayscale: #090909. Windows color (decimal): -16642550 or 658946. OLE color: 658946.

HSL color Cylindrical-coordinate representation of color #020E0A: hue angle of 160º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020E0A is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB21410-
CMYK0.8600.290.95
HSL160º75%3.14%-
HSV(B)160º85.71%5.49%-
XYZ0.240.350.34-
YUV9.96128.02122.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.69%
GREEN value IS 14 (5.86% from 255) = 53.85%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal214100.8600.290.95160753.14
Hex2EA5601D5Fa04b3
Octal216121260351372401133
Binary10111010101010110011101101111110100000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020E0A; }

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

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

<style>
 a { background-color: #020E0A; }

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

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

<style>
 span { border-color: #020E0A; }

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

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