#030704

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

Shades of Dark Green #030704

Tints of Dark Green #030704

Color information

#030704 (or 0x030704) is unknown color: approx Dark Green. HEX triplet: 03, 07 and 04. RGB value is (3,7,4). Sum of RGB (Red+Green+Blue) = 3+7+4=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 7 - color contains mainly: green. Hex color #030704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030704 is #FCF8FB. Grayscale: #050505. Windows color (decimal): -16578812 or 263939. OLE color: 263939.

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

Color convert

RGB374-
CMYK0.5700.430.97
HSL135º40%1.96%-
HSV(B)135º57.14%2.75%-
XYZ0.140.180.14-
YUV5.46127.17126.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 21.43%
GREEN value IS 7 (3.12% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 28.57%
R=21.43%
G=50%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3740.5700.430.97135401.96
Hex3743902B6187282
Octal37471053141207502
Binary11111100111001010101111000011000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030704; }

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

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

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

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

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

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

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

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