#072420

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

Shades of Dark Green #072420

Tints of Dark Green #072420

Color information

#072420 (or 0x072420) is unknown color: approx 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

RGB73632-
CMYK0.8100.110.86
HSL171.72º67.44%8.43%-
HSV(B)171.72º80.56%14.12%-
XYZ0.981.411.59-
YUV26.87130.89113.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal736320.8100.110.86171.7267.448.43
Hex72420510B56ac438
Octal7444012101312625410310
Binary11110010010000010100010101110101101010110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>