#072C20

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

Shades of Dark Green #072C20

Tints of Dark Green #072C20

Color information

#072C20 (or 0x072C20) is unknown color: approx Dark Green. HEX triplet: 07, 2C and 20. RGB value is (7,44,32). Sum of RGB (Red+Green+Blue) = 7+44+32=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #072C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C20 is #F8D3DF. Grayscale: #1F1F1F. Windows color (decimal): -16307168 or 2108423. OLE color: 2108423.

HSL color Cylindrical-coordinate representation of color #072C20: hue angle of 160.54º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072C20 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB74432-
CMYK0.8400.270.83
HSL160.54º72.55%10%-
HSV(B)160.54º84.09%17.25%-
XYZ1.251.951.68-
YUV31.57128.24110.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 44 (17.58% from 255) = 53.01%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=8.43%
G=53.01%
B=38.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal744320.8400.270.83160.5472.5510
Hex72C205401B53a149a
Octal7544012403312324111112
Binary111101100100000101010001101110100111010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072C20; }

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

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

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

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

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

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

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

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