#08130F

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

Shades of Dark Green #08130F

Tints of Dark Green #08130F

Color information

#08130F (or 0x08130F) is unknown color: approx Dark Green. HEX triplet: 08, 13 and 0F. RGB value is (8,19,15). Sum of RGB (Red+Green+Blue) = 8+19+15=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #08130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130F is #F7ECF0. Grayscale: #0F0F0F. Windows color (decimal): -16248049 or 987912. OLE color: 987912.

HSL color Cylindrical-coordinate representation of color #08130F: hue angle of 158.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #08130F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB81915-
CMYK0.5800.210.93
HSL158.18º40.74%5.29%-
HSV(B)158.18º57.89%7.45%-
XYZ0.420.550.54-
YUV15.26127.86122.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=19.05%
G=45.24%
B=35.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal819150.5800.210.93158.1840.745.29
Hex813F3A0155D9e295
Octal10231772025135236515
Binary1000100111111111010010101101110110011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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