#020503

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

Shades of Dark Green #020503

Tints of Dark Green #020503

Color information

#020503 (or 0x020503) is unknown color: approx Dark Green. HEX triplet: 02, 05 and 03. RGB value is (2,5,3). Sum of RGB (Red+Green+Blue) = 2+5+3=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 3 (1.56% from 255 or 30% from 10); Max value from RGB is 5 - color contains mainly: green. Hex color #020503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020503 is #FDFAFC. Grayscale: #030303. Windows color (decimal): -16644861 or 197890. OLE color: 197890.

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

Color convert

RGB253-
CMYK0.6000.400.98
HSL140º42.86%1.37%-
HSV(B)140º60%1.96%-
XYZ0.10.130.11-
YUV3.87127.51126.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2530.6000.400.9814042.861.37
Hex2533C028628c2b1
Octal25374050142214531
Binary101011111110001010001100010100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020503; }

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

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

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

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

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

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

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

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