Html Css Color HEX #073020 Dark Green

📋 copy color: '#073020'

red 7 ◦ green 48 ◦ blue 32

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

Shades of Dark Green #073020

Tints of Dark Green #073020

RGB

 RED value IS 7 (3.13% 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 value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#073020 (or 0x073020) is known color: 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

RGB 7 48 32 -
CMYK 0.85 0 0.33 0.81
HSL 156.59º 0.75% 0.11% -
HSV(B) 156.59º 0.85% 0.19% -
XYZ 1.41 2.26 1.73 -
YUV 33.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 7 48 32 0.85 0 0.33 0.81 156.59 0.75 0.11
Hex 7 30 20 55 0 21 51 9D 4B B
Octal 7 60 40 125 0 41 121 235 113 13
Binary 111 110000 100000 1010101 0 100001 1010001 10011101 1001011 1011

Color Harmonies of #073020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073020

Black with #073020

Text Example


Text Example

White with #073020

Text Example


Text Example

HTML Codes & Css Web 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>