Html Css Color HEX #072320 Dark Green

📋 copy color: '#072320'

red 7 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #072320

Tints of Dark Green #072320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.3%

 BLUE value IS 32 (12.89% from 255) = 43.24%

R = 9.46%
G = 47.3%
B = 43.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#072320 (or 0x072320) is known color: Dark Green. HEX triplet: 07, 23 and 20. RGB value is (7,35,32). Sum of RGB (Red+Green+Blue) = 7+35+32=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #072320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072320 is #F8DCDF. Grayscale: #1A1A1A. Windows color (decimal): -16309472 or 2106119. OLE color: 2106119.

HSL color Cylindrical-coordinate representation of color #072320: hue angle of 173.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #072320 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 35 32 -
CMYK 0.80 0 0.09 0.86
HSL 173.57º 0.67% 0.08% -
HSV(B) 173.57º 0.8% 0.14% -
XYZ 0.95 1.35 1.58 -
YUV 26.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 7 35 32 0.80 0 0.09 0.86 173.57 0.67 0.08
Hex 7 23 20 50 0 9 56 AE 43 8
Octal 7 43 40 120 0 11 126 256 103 10
Binary 111 100011 100000 1010000 0 1001 1010110 10101110 1000011 1000

Color Harmonies of #072320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072320

Black with #072320

Text Example


Text Example

White with #072320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072320; }

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

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

background-color css

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

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

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

border-color css

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

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

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