#073020

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

Shades of Dark Green #073020

Tints of Dark Green #073020

Color information

#073020 (or 0x073020) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 20. RGB value is (7,48,32). Sum of RGB (Red+Green+Blue) = 7+48+32=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #073020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073020 is #F8CFDF. Grayscale: #212121. Windows color (decimal): -16306144 or 2109447. OLE color: 2109447.

HSL color Cylindrical-coordinate representation of color #073020: hue angle of 156.59º 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 #073020 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB74832-
CMYK0.8500.330.81
HSL156.59º74.55%10.78%-
HSV(B)156.59º85.42%18.82%-
XYZ1.412.261.73-
YUV33.92126.92108.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=8.05%
G=55.17%
B=36.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748320.8500.330.81156.5974.5510.78
Hex7302055021519d4bb
Octal7604012504112123511313
Binary1111100001000001010101010000110100011001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073020; }

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

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

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

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

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

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

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

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