#08110E

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

Shades of Dark Green #08110E

Tints of Dark Green #08110E

Color information

#08110E (or 0x08110E) is unknown color: approx Dark Green. HEX triplet: 08, 11 and 0E. RGB value is (8,17,14). Sum of RGB (Red+Green+Blue) = 8+17+14=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #08110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110E is #F7EEF1. Grayscale: #0D0D0D. Windows color (decimal): -16248562 or 921864. OLE color: 921864.

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

Color convert

RGB81714-
CMYK0.5300.180.93
HSL160º36%4.9%-
HSV(B)160º52.94%6.67%-
XYZ0.380.480.49-
YUV13.97128.02123.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 17 (7.03% from 255) = 43.59%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=20.51%
G=43.59%
B=35.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817140.5300.180.93160364.9
Hex811E350125Da0245
Octal10211665022135240445
Binary1000100011110110101010010101110110100000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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