Html Css Color HEX #020704 Dark Green

📋 copy color: '#020704'

red 2 ◦ green 7 ◦ blue 4

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

Shades of Dark Green #020704

Tints of Dark Green #020704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 53.85%

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

R = 15.38%
G = 53.85%
B = 30.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#020704 (or 0x020704) is known color: Dark Green. HEX triplet: 02, 07 and 04. RGB value is (2,7,4). Sum of RGB (Red+Green+Blue) = 2+7+4=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 7 (3.12% from 255 or 53.85% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 7 - color contains mainly: green. Hex color #020704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020704 is #FDF8FB. Grayscale: #050505. Windows color (decimal): -16644348 or 263938. OLE color: 263938.

HSL color Cylindrical-coordinate representation of color #020704: hue angle of 144º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020704 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 7 4 -
CMYK 0.71 0 0.43 0.97
HSL 144º 0.56% 0.02% -
HSV(B) 144º 0.71% 0.03% -
XYZ 0.12 0.17 0.14 -
YUV 5.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 2 7 4 0.71 0 0.43 0.97 144 0.56 0.02
Hex 2 7 4 47 0 2B 61 90 38 2
Octal 2 7 4 107 0 53 141 220 70 2
Binary 10 111 100 1000111 0 101011 1100001 10010000 111000 10

Color Harmonies of #020704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020704

Black with #020704

Text Example


Text Example

White with #020704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020704; }

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

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

background-color css

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

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

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

border-color css

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

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

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