#07130E

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

Shades of Dark Green #07130E

Tints of Dark Green #07130E

Color information

#07130E (or 0x07130E) is unknown color: approx Dark Green. HEX triplet: 07, 13 and 0E. RGB value is (7,19,14). Sum of RGB (Red+Green+Blue) = 7+19+14=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #07130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130E is #F8ECF1. Grayscale: #0E0E0E. Windows color (decimal): -16313586 or 922375. OLE color: 922375.

HSL color Cylindrical-coordinate representation of color #07130E: hue angle of 155º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #07130E is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB71914-
CMYK0.6300.260.93
HSL155º46.15%5.1%-
HSV(B)155º63.16%7.45%-
XYZ0.40.540.5-
YUV14.84127.52122.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 14 (5.86% from 255) = 35%
R=17.5%
G=47.5%
B=35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719140.6300.260.9315546.155.1
Hex713E3F01A5D9b2e5
Octal7231677032135233565
Binary111100111110111111011010101110110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07130E; }

 p { color: rgb(7,19,14); }

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

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

 a { background-color: rgb(7,19,14); }

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

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

 span { border-color: rgb(7,19,14); }

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