#072015

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

Shades of Dark Green #072015

Tints of Dark Green #072015

Color information

#072015 (or 0x072015) is unknown color: approx Dark Green. HEX triplet: 07, 20 and 15. RGB value is (7,32,21). Sum of RGB (Red+Green+Blue) = 7+32+21=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #072015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072015 is #F8DFEA. Grayscale: #171717. Windows color (decimal): -16310251 or 1384455. OLE color: 1384455.

HSL color Cylindrical-coordinate representation of color #072015: hue angle of 153.6º 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 #072015 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB73221-
CMYK0.7800.340.87
HSL153.6º64.1%7.65%-
HSV(B)153.6º78.12%12.55%-
XYZ0.741.130.89-
YUV23.27126.72116.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 21 (8.59% from 255) = 35%
R=11.67%
G=53.33%
B=35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732210.7800.340.87153.664.17.65
Hex720154E022579a408
Octal7402511604212723210010
Binary111100000101011001110010001010101111001101010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072015; }

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

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

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

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

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

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

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

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