#08130E

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

Shades of Dark Green #08130E

Tints of Dark Green #08130E

Color information

#08130E (or 0x08130E) is unknown color: approx Dark Green. HEX triplet: 08, 13 and 0E. RGB value is (8,19,14). Sum of RGB (Red+Green+Blue) = 8+19+14=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #08130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130E is #F7ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16248050 or 922376. OLE color: 922376.

HSL color Cylindrical-coordinate representation of color #08130E: hue angle of 152.73º 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 #08130E is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB81914-
CMYK0.5800.260.93
HSL152.73º40.74%5.29%-
HSV(B)152.73º57.89%7.45%-
XYZ0.410.550.5-
YUV15.14127.36122.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=19.51%
G=46.34%
B=34.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal819140.5800.260.93152.7340.745.29
Hex813E3A01A5D99295
Octal10231672032135231515
Binary1000100111110111010011010101110110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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