#072011

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

Shades of Dark Green #072011

Tints of Dark Green #072011

Color information

#072011 (or 0x072011) is unknown color: approx Dark Green. HEX triplet: 07, 20 and 11. RGB value is (7,32,17). Sum of RGB (Red+Green+Blue) = 7+32+17=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #072011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072011 is #F8DFEE. Grayscale: #161616. Windows color (decimal): -16310255 or 1122311. OLE color: 1122311.

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

Color convert

RGB73217-
CMYK0.7800.470.87
HSL144º64.1%7.65%-
HSV(B)144º78.12%12.55%-
XYZ0.711.120.71-
YUV22.82124.72116.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=12.5%
G=57.14%
B=30.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732170.7800.470.8714464.17.65
Hex720114E02F5790408
Octal7402111605712722010010
Binary111100000100011001110010111110101111001000010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072011; }

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

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

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

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

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

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

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

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