#072512

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

Shades of Dark Green #072512

Tints of Dark Green #072512

Color information

#072512 (or 0x072512) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 12. RGB value is (7,37,18). Sum of RGB (Red+Green+Blue) = 7+37+18=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #072512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072512 is #F8DAED. Grayscale: #191919. Windows color (decimal): -16308974 or 1189127. OLE color: 1189127.

HSL color Cylindrical-coordinate representation of color #072512: hue angle of 142º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072512 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB73718-
CMYK0.8100.510.85
HSL142º68.18%8.63%-
HSV(B)142º81.08%14.51%-
XYZ0.861.410.8-
YUV25.86123.56114.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 37 (14.84% from 255) = 59.68%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=11.29%
G=59.68%
B=29.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737180.8100.510.8514268.188.63
Hex7251251033558e449
Octal7452212106312521610411
Binary111100101100101010001011001110101011000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072512; }

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

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

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

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

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

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

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

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