Html Css Color HEX #000502 Dark Green

📋 copy color: '#000502'

red 0 ◦ green 5 ◦ blue 2

#000502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #000502

Tints of Dark Green #000502

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 value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#000502 (or 0x000502) is known color: 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

RGB 0 5 2 -
CMYK 1 0 0.60 0.98
HSL 144º 1% 0.01% -
HSV(B) 144º 1% 0.02% -
XYZ 0.07 0.11 0.08 -
YUV 3.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 0 5 2 1 0 0.60 0.98 144 1 0.01
Hex 0 5 2 64 0 3C 62 90 64 1
Octal 0 5 2 144 0 74 142 220 144 1
Binary 0 101 10 1100100 0 111100 1100010 10010000 1100100 1

Color Harmonies of #000502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000502

Black with #000502

Text Example


Text Example

White with #000502

Text Example


Text Example

HTML Codes & Css Web 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>