Html Css Color HEX #072420 Dark Green

📋 copy color: '#072420'

red 7 ◦ green 36 ◦ blue 32

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

Shades of Dark Green #072420

Tints of Dark Green #072420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

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

R = 9.33%
G = 48%
B = 42.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#072420 (or 0x072420) is known color: Dark Green. HEX triplet: 07, 24 and 20. RGB value is (7,36,32). Sum of RGB (Red+Green+Blue) = 7+36+32=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #072420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072420 is #F8DBDF. Grayscale: #1A1A1A. Windows color (decimal): -16309216 or 2106375. OLE color: 2106375.

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

Color convert

RGB 7 36 32 -
CMYK 0.81 0 0.11 0.86
HSL 171.72º 0.67% 0.08% -
HSV(B) 171.72º 0.81% 0.14% -
XYZ 0.98 1.41 1.59 -
YUV 26.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 7 36 32 0.81 0 0.11 0.86 171.72 0.67 0.08
Hex 7 24 20 51 0 B 56 AC 43 8
Octal 7 44 40 121 0 13 126 254 103 10
Binary 111 100100 100000 1010001 0 1011 1010110 10101100 1000011 1000

Color Harmonies of #072420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072420

Black with #072420

Text Example


Text Example

White with #072420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072420; }

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

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

background-color css

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

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

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

border-color css

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

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

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