Html Css Color HEX #030705 Dark Green

📋 copy color: '#030705'

red 3 ◦ green 7 ◦ blue 5

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

Shades of Dark Green #030705

Tints of Dark Green #030705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 33.33%

R = 20%
G = 46.67%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.97

RGB Variations

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

Color information

#030705 (or 0x030705) is known color: Dark Green. HEX triplet: 03, 07 and 05. RGB value is (3,7,5). Sum of RGB (Red+Green+Blue) = 3+7+5=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 7 - color contains mainly: green. Hex color #030705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030705 is #FCF8FA. Grayscale: #050505. Windows color (decimal): -16578811 or 329475. OLE color: 329475.

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

Color convert

RGB 3 7 5 -
CMYK 0.57 0 0.29 0.97
HSL 150º 0.4% 0.02% -
HSV(B) 150º 0.57% 0.03% -
XYZ 0.14 0.18 0.17 -
YUV 5.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 3 7 5 0.57 0 0.29 0.97 150 0.4 0.02
Hex 3 7 5 39 0 1D 61 96 28 2
Octal 3 7 5 71 0 35 141 226 50 2
Binary 11 111 101 111001 0 11101 1100001 10010110 101000 10

Color Harmonies of #030705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030705

Black with #030705

Text Example


Text Example

White with #030705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030705; }

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

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

background-color css

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

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

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

border-color css

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

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

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