Html Css Color HEX #073129 Dark Green

📋 copy color: '#073129'

red 7 ◦ green 49 ◦ blue 41

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

Shades of Dark Green #073129

Tints of Dark Green #073129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50.52%

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

R = 7.22%
G = 50.52%
B = 42.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#073129 (or 0x073129) is known color: Dark Green. HEX triplet: 07, 31 and 29. RGB value is (7,49,41). Sum of RGB (Red+Green+Blue) = 7+49+41=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #073129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073129 is #F8CED6. Grayscale: #232323. Windows color (decimal): -16305879 or 2699527. OLE color: 2699527.

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

Color convert

RGB 7 49 41 -
CMYK 0.86 0 0.16 0.81
HSL 168.57º 0.75% 0.11% -
HSV(B) 168.57º 0.86% 0.19% -
XYZ 1.59 2.4 2.48 -
YUV 35.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 7 49 41 0.86 0 0.16 0.81 168.57 0.75 0.11
Hex 7 31 29 56 0 10 51 A9 4B B
Octal 7 61 51 126 0 20 121 251 113 13
Binary 111 110001 101001 1010110 0 10000 1010001 10101001 1001011 1011

Color Harmonies of #073129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073129

Black with #073129

Text Example


Text Example

White with #073129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073129; }

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

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

background-color css

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

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

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

border-color css

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

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

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