#020504

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

Shades of Dark Green #020504

Tints of Dark Green #020504

Color information

#020504 (or 0x020504) is unknown color: approx Dark Green. HEX triplet: 02, 05 and 04. RGB value is (2,5,4). Sum of RGB (Red+Green+Blue) = 2+5+4=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 5 - color contains mainly: green. Hex color #020504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020504 is #FDFAFB. Grayscale: #030303. Windows color (decimal): -16644860 or 263426. OLE color: 263426.

HSL color Cylindrical-coordinate representation of color #020504: hue angle of 160º 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 #020504 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB254-
CMYK0.6000.200.98
HSL160º42.86%1.37%-
HSV(B)160º60%1.96%-
XYZ0.10.130.13-
YUV3.99128.01126.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 18.18%
GREEN value IS 5 (2.34% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2540.6000.200.9816042.861.37
Hex2543C01462a02b1
Octal25474024142240531
Binary101011001111000101001100010101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020504; }

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

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

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

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

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

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

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

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