Html Css Color HEX #030504 Dark Green

📋 copy color: '#030504'

red 3 ◦ green 5 ◦ blue 4

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

Shades of Dark Green #030504

Tints of Dark Green #030504

RGB

 RED value IS 3 (1.56% from 255) = 25%

 GREEN value IS 5 (2.34% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

#030504 (or 0x030504) is known color: Dark Green. HEX triplet: 03, 05 and 04. RGB value is (3,5,4). Sum of RGB (Red+Green+Blue) = 3+5+4=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 5 - color contains mainly: green. Hex color #030504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030504 is #FCFAFB. Grayscale: #040404. Windows color (decimal): -16579324 or 263427. OLE color: 263427.

HSL color Cylindrical-coordinate representation of color #030504: hue angle of 150º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #030504 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 5 4 -
CMYK 0.40 0 0.20 0.98
HSL 150º 0.25% 0.02% -
HSV(B) 150º 0.4% 0.02% -
XYZ 0.11 0.14 0.14 -
YUV 4.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 3 5 4 0.40 0 0.20 0.98 150 0.25 0.02
Hex 3 5 4 28 0 14 62 96 19 2
Octal 3 5 4 50 0 24 142 226 31 2
Binary 11 101 100 101000 0 10100 1100010 10010110 11001 10

Color Harmonies of #030504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030504

Black with #030504

Text Example


Text Example

White with #030504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030504; }

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

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

background-color css

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

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

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

border-color css

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

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

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