Html Css Color HEX #020403 Dark Green

📋 copy color: '#020403'

red 2 ◦ green 4 ◦ blue 3

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

Shades of Dark Green #020403

Tints of Dark Green #020403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.98

RGB Variations

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

Color information

#020403 (or 0x020403) is known color: Dark Green. HEX triplet: 02, 04 and 03. RGB value is (2,4,3). Sum of RGB (Red+Green+Blue) = 2+4+3=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 3 (1.56% from 255 or 33.33% from 9); Max value from RGB is 4 - color contains mainly: green. Hex color #020403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020403 is #FDFBFC. Grayscale: #030303. Windows color (decimal): -16645117 or 197634. OLE color: 197634.

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

Color convert

RGB 2 4 3 -
CMYK 0.5 0 0.25 0.98
HSL 150º 0.33% 0.01% -
HSV(B) 150º 0.5% 0.02% -
XYZ 0.08 0.11 0.1 -
YUV 3.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 2 4 3 0.5 0 0.25 0.98 150 0.33 0.01
Hex 2 4 3 32 0 19 62 96 21 1
Octal 2 4 3 62 0 31 142 226 41 1
Binary 10 100 11 110010 0 11001 1100010 10010110 100001 1

Color Harmonies of #020403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020403

Black with #020403

Text Example


Text Example

White with #020403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020403; }

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

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

background-color css

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

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

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

border-color css

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

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

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