Html Css Color HEX #073429 Dark Green

📋 copy color: '#073429'

red 7 ◦ green 52 ◦ blue 41

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

Shades of Dark Green #073429

Tints of Dark Green #073429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 52%

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

R = 7%
G = 52%
B = 41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#073429 (or 0x073429) is known color: Dark Green. HEX triplet: 07, 34 and 29. RGB value is (7,52,41). Sum of RGB (Red+Green+Blue) = 7+52+41=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #073429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073429 is #F8CBD6. Grayscale: #252525. Windows color (decimal): -16305111 or 2700295. OLE color: 2700295.

HSL color Cylindrical-coordinate representation of color #073429: hue angle of 165.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073429 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 41 -
CMYK 0.87 0 0.21 0.80
HSL 165.33º 0.76% 0.12% -
HSV(B) 165.33º 0.87% 0.2% -
XYZ 1.72 2.66 2.52 -
YUV 37.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 7 52 41 0.87 0 0.21 0.80 165.33 0.76 0.12
Hex 7 34 29 57 0 15 50 A5 4C C
Octal 7 64 51 127 0 25 120 245 114 14
Binary 111 110100 101001 1010111 0 10101 1010000 10100101 1001100 1100

Color Harmonies of #073429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073429

Black with #073429

Text Example


Text Example

White with #073429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073429; }

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

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

background-color css

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

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

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

border-color css

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

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

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