#07150D

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

Shades of Dark Green #07150D

Tints of Dark Green #07150D

Color information

#07150D (or 0x07150D) is unknown color: approx Dark Green. HEX triplet: 07, 15 and 0D. RGB value is (7,21,13). Sum of RGB (Red+Green+Blue) = 7+21+13=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #07150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150D is #F8EAF2. Grayscale: #0F0F0F. Windows color (decimal): -16313075 or 857351. OLE color: 857351.

HSL color Cylindrical-coordinate representation of color #07150D: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #07150D is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB72113-
CMYK0.6700.380.92
HSL145.71º50%5.49%-
HSV(B)145.71º66.67%8.24%-
XYZ0.430.610.48-
YUV15.9126.36121.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=17.07%
G=51.22%
B=31.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal721130.6700.380.92145.71505.49
Hex715D430265C92325
Octal72515103046134222625
Binary11110101110110000110100110101110010010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07150D; }

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

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

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

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

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

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

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

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