Html Css Color HEX #073A29 Dark Green

📋 copy color: '#073A29'

red 7 ◦ green 58 ◦ blue 41

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

Shades of Dark Green #073A29

Tints of Dark Green #073A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 54.72%

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

R = 6.6%
G = 54.72%
B = 38.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#073A29 (or 0x073A29) is known color: Dark Green. HEX triplet: 07, 3A and 29. RGB value is (7,58,41). Sum of RGB (Red+Green+Blue) = 7+58+41=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #073A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A29 is #F8C5D6. Grayscale: #282828. Windows color (decimal): -16303575 or 2701831. OLE color: 2701831.

HSL color Cylindrical-coordinate representation of color #073A29: hue angle of 160º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A29 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 58 41 -
CMYK 0.88 0 0.29 0.77
HSL 160º 0.78% 0.13% -
HSV(B) 160º 0.88% 0.23% -
XYZ 2 3.23 2.62 -
YUV 40.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 7 58 41 0.88 0 0.29 0.77 160 0.78 0.13
Hex 7 3A 29 58 0 1D 4D A0 4E D
Octal 7 72 51 130 0 35 115 240 116 15
Binary 111 111010 101001 1011000 0 11101 1001101 10100000 1001110 1101

Color Harmonies of #073A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A29

Black with #073A29

Text Example


Text Example

White with #073A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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