Html Css Color HEX #073029 Dark Green

📋 copy color: '#073029'

red 7 ◦ green 48 ◦ blue 41

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

Shades of Dark Green #073029

Tints of Dark Green #073029

RGB

 RED value IS 7 (3.13% from 255) = 7.29%

 GREEN value IS 48 (19.14% from 255) = 50%

 BLUE value IS 41 (16.41% from 255) = 42.71%

R = 7.29%
G = 50%
B = 42.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#073029 (or 0x073029) is known color: Dark Green. HEX triplet: 07, 30 and 29. RGB value is (7,48,41). Sum of RGB (Red+Green+Blue) = 7+48+41=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #073029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073029 is #F8CFD6. Grayscale: #222222. Windows color (decimal): -16306135 or 2699271. OLE color: 2699271.

HSL color Cylindrical-coordinate representation of color #073029: hue angle of 169.76º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073029 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 41 -
CMYK 0.85 0 0.15 0.81
HSL 169.76º 0.75% 0.11% -
HSV(B) 169.76º 0.85% 0.19% -
XYZ 1.54 2.32 2.46 -
YUV 34.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 7 48 41 0.85 0 0.15 0.81 169.76 0.75 0.11
Hex 7 30 29 55 0 F 51 AA 4B B
Octal 7 60 51 125 0 17 121 252 113 13
Binary 111 110000 101001 1010101 0 1111 1010001 10101010 1001011 1011

Color Harmonies of #073029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073029

Black with #073029

Text Example


Text Example

White with #073029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073029; }

 p { color: rgb(7,48,41); }

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

background-color css

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

 a { background-color: rgb(7,48,41); }

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

border-color css

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

 span { border-color: rgb(7,48,41); }

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