#020D0A

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

Shades of Dark Green #020D0A

Tints of Dark Green #020D0A

Color information

#020D0A (or 0x020D0A) is unknown color: approx Dark Green. HEX triplet: 02, 0D and 0A. RGB value is (2,13,10). Sum of RGB (Red+Green+Blue) = 2+13+10=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #020D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D0A is #FDF2F5. Grayscale: #090909. Windows color (decimal): -16642806 or 658690. OLE color: 658690.

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

Color convert

RGB21310-
CMYK0.8500.230.95
HSL163.64º73.33%2.94%-
HSV(B)163.64º84.62%5.1%-
XYZ0.220.320.34-
YUV9.37128.36122.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 13 (5.47% from 255) = 52%
BLUE value IS 10 (4.30% from 255) = 40%
R=8%
G=52%
B=40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal213100.8500.230.95163.6473.332.94
Hex2DA550175Fa4493
Octal215121250271372441113
Binary10110110101010101010111101111110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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