#072220

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

Shades of Dark Green #072220

Tints of Dark Green #072220

Color information

#072220 (or 0x072220) is unknown color: approx Dark Green. HEX triplet: 07, 22 and 20. RGB value is (7,34,32). Sum of RGB (Red+Green+Blue) = 7+34+32=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #072220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072220 is #F8DDDF. Grayscale: #191919. Windows color (decimal): -16309728 or 2105863. OLE color: 2105863.

HSL color Cylindrical-coordinate representation of color #072220: hue angle of 175.56º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #072220 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB73432-
CMYK0.7900.060.87
HSL175.56º65.85%8.04%-
HSV(B)175.56º79.41%13.33%-
XYZ0.921.291.57-
YUV25.7131.55114.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=9.59%
G=46.58%
B=43.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal734320.7900.060.87175.5665.858.04
Hex722204F0657b0428
Octal742401170612726010210
Binary1111000101000001001111011010101111011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072220; }

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

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

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

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

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

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

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

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