Html Css Color HEX #073229 Dark Green

📋 copy color: '#073229'

red 7 ◦ green 50 ◦ blue 41

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

Shades of Dark Green #073229

Tints of Dark Green #073229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.02%

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

R = 7.14%
G = 51.02%
B = 41.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#073229 (or 0x073229) is known color: Dark Green. HEX triplet: 07, 32 and 29. RGB value is (7,50,41). Sum of RGB (Red+Green+Blue) = 7+50+41=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #073229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073229 is #F8CDD6. Grayscale: #242424. Windows color (decimal): -16305623 or 2699783. OLE color: 2699783.

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

Color convert

RGB 7 50 41 -
CMYK 0.86 0 0.18 0.80
HSL 167.44º 0.75% 0.11% -
HSV(B) 167.44º 0.86% 0.2% -
XYZ 1.63 2.49 2.49 -
YUV 36.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 7 50 41 0.86 0 0.18 0.80 167.44 0.75 0.11
Hex 7 32 29 56 0 12 50 A7 4B B
Octal 7 62 51 126 0 22 120 247 113 13
Binary 111 110010 101001 1010110 0 10010 1010000 10100111 1001011 1011

Color Harmonies of #073229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073229

Black with #073229

Text Example


Text Example

White with #073229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073229; }

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

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

background-color css

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

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

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

border-color css

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

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

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