#07130F

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

Shades of Dark Green #07130F

Tints of Dark Green #07130F

Color information

#07130F (or 0x07130F) is unknown color: approx Dark Green. HEX triplet: 07, 13 and 0F. RGB value is (7,19,15). Sum of RGB (Red+Green+Blue) = 7+19+15=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #07130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130F is #F8ECF0. Grayscale: #0E0E0E. Windows color (decimal): -16313585 or 987911. OLE color: 987911.

HSL color Cylindrical-coordinate representation of color #07130F: hue angle of 160º 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 #07130F is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB71915-
CMYK0.6300.210.93
HSL160º46.15%5.1%-
HSV(B)160º63.16%7.45%-
XYZ0.410.550.54-
YUV14.96128.02122.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=17.07%
G=46.34%
B=36.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719150.6300.210.9316046.155.1
Hex713F3F0155Da02e5
Octal7231777025135240565
Binary111100111111111111010101101110110100000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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