#073029

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

Shades of Dark Green #073029

Tints of Dark Green #073029

Color information

#073029 (or 0x073029) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 29. RGB value is (7,48,41). Sum of RGB (Red+Green+Blue) = 7+48+41=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #073029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073029 is #F8CFD6. Grayscale: #222222. Windows color (decimal): -16306135 or 2699271. OLE color: 2699271.

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

Color convert

RGB74841-
CMYK0.8500.150.81
HSL169.76º74.55%10.78%-
HSV(B)169.76º85.42%18.82%-
XYZ1.542.322.46-
YUV34.94131.42108.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=7.29%
G=50%
B=42.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748410.8500.150.81169.7674.5510.78
Hex73029550F51aa4bb
Octal7605112501712125211313
Binary11111000010100110101010111110100011010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073029; }

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

 H1.HeaderClassName
 {
   color: #073029;
 }
 .AnyTagClassName
 {
   color: #073029;
 }
</style>
background-color css

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

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

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

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

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

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