#072312

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

Shades of Dark Green #072312

Tints of Dark Green #072312

Color information

#072312 (or 0x072312) is unknown color: approx Dark Green. HEX triplet: 07, 23 and 12. RGB value is (7,35,18). Sum of RGB (Red+Green+Blue) = 7+35+18=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #072312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072312 is #F8DCED. Grayscale: #181818. Windows color (decimal): -16309486 or 1188615. OLE color: 1188615.

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

Color convert

RGB73518-
CMYK0.8000.490.86
HSL143.57º66.67%8.24%-
HSV(B)143.57º80%13.73%-
XYZ0.81.290.78-
YUV24.69124.22115.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=11.67%
G=58.33%
B=30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735180.8000.490.86143.5766.678.24
Hex72312500315690438
Octal7432212006112622010310
Binary111100011100101010000011000110101101001000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072312; }

 p { color: rgb(7,35,18); }

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

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

 a { background-color: rgb(7,35,18); }

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

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

 span { border-color: rgb(7,35,18); }

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