#020505

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

Shades of Dark Green #020505

Tints of Dark Green #020505

Color information

#020505 (or 0x020505) is unknown color: approx Dark Green. HEX triplet: 02, 05 and 05. RGB value is (2,5,5). Sum of RGB (Red+Green+Blue) = 2+5+5=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #020505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020505 is #FDFAFA. Grayscale: #040404. Windows color (decimal): -16644859 or 328962. OLE color: 328962.

HSL color Cylindrical-coordinate representation of color #020505: hue angle of 180º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #020505 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB255-
CMYK0.60000.98
HSL180º42.86%1.37%-
HSV(B)180º60%1.96%-
XYZ0.110.130.16-
YUV4.1128.51126.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 41.67%
R=16.67%
G=41.67%
B=41.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2550.60000.9818042.861.37
Hex2553C0062b42b1
Octal2557400142264531
Binary10101101111100001100010101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020505; }

 p { color: rgb(2,5,5); }

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

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

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

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

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

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

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