#07150C

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

Shades of Dark Green #07150C

Tints of Dark Green #07150C

Color information

#07150C (or 0x07150C) is unknown color: approx Dark Green. HEX triplet: 07, 15 and 0C. RGB value is (7,21,12). Sum of RGB (Red+Green+Blue) = 7+21+12=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #07150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150C is #F8EAF3. Grayscale: #0F0F0F. Windows color (decimal): -16313076 or 791815. OLE color: 791815.

HSL color Cylindrical-coordinate representation of color #07150C: hue angle of 141.43º 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 #07150C is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB72112-
CMYK0.6700.430.92
HSL141.43º50%5.49%-
HSV(B)141.43º66.67%8.24%-
XYZ0.420.610.44-
YUV15.79125.86121.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 21 (8.59% from 255) = 52.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=17.5%
G=52.5%
B=30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal721120.6700.430.92141.43505.49
Hex715C4302B5C8d325
Octal72514103053134215625
Binary11110101110010000110101011101110010001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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