Html Css Color HEX #020404 Dark Green

📋 copy color: '#020404'

red 2 ◦ green 4 ◦ blue 4

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

Shades of Dark Green #020404

Tints of Dark Green #020404

RGB

 RED value IS 2 (1.17% from 255) = 20%

 GREEN value IS 4 (1.95% from 255) = 40%

 BLUE value IS 4 (1.95% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020404 (or 0x020404) is known color: Dark Green. HEX triplet: 02, 04 and 04. RGB value is (2,4,4). Sum of RGB (Red+Green+Blue) = 2+4+4=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 4 (1.95% from 255 or 40% from 10); Max value from RGB is 4 - color contains mainly: green, blue. Hex color #020404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020404 is #FDFBFB. Grayscale: #030303. Windows color (decimal): -16645116 or 263170. OLE color: 263170.

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

Color convert

RGB 2 4 4 -
CMYK 0.5 0 0 0.98
HSL 180º 0.33% 0.01% -
HSV(B) 180º 0.5% 0.02% -
XYZ 0.09 0.11 0.13 -
YUV 3.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 2 4 4 0.5 0 0 0.98 180 0.33 0.01
Hex 2 4 4 32 0 0 62 B4 21 1
Octal 2 4 4 62 0 0 142 264 41 1
Binary 10 100 100 110010 0 0 1100010 10110100 100001 1

Color Harmonies of #020404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020404

Black with #020404

Text Example


Text Example

White with #020404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020404; }

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

 H1.HeaderClassName
 {
   color: #020404;
 }
 .AnyTagClassName
 {
   color: #020404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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