#000502

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

Shades of Dark Green #000502

Tints of Dark Green #000502

Color information

#000502 (or 0x000502) is unknown color: approx Dark Green. HEX triplet: 00, 05 and 02. RGB value is (0,5,2). Sum of RGB (Red+Green+Blue) = 0+5+2=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 5 (2.34% from 255 or 71.43% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 5 - color contains mainly: green. Hex color #000502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000502 is #FFFAFD. Grayscale: #030303. Windows color (decimal): -16775934 or 132352. OLE color: 132352.

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

Color convert

RGB052-
CMYK100.600.98
HSL144º100%0.98%-
HSV(B)144º100%1.96%-
XYZ0.070.110.08-
YUV3.16127.34125.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 71.43%
BLUE value IS 2 (1.17% from 255) = 28.57%
R=0%
G=71.43%
B=28.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal052100.600.981441000.98
Hex0526403C6290641
Octal0521440741422201441
Binary0101101100100011110011000101001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000502; }

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

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

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

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

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

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

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

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