#073229

Color #073229 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #073229

Tints of Dark Green #073229

Color information

#073229 (or 0x073229) is unknown color: approx 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

RGB75041-
CMYK0.8600.180.80
HSL167.44º75.44%11.18%-
HSV(B)167.44º86%19.61%-
XYZ1.632.492.49-
YUV36.12130.75107.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750410.8600.180.80167.4475.4411.18
Hex732295601250a74bb
Octal7625112602212024711313
Binary111110010101001101011001001010100001010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>