#08100E

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

Shades of Dark Green #08100E

Tints of Dark Green #08100E

Color information

#08100E (or 0x08100E) is unknown color: approx Dark Green. HEX triplet: 08, 10 and 0E. RGB value is (8,16,14). Sum of RGB (Red+Green+Blue) = 8+16+14=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #08100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08100E is #F7EFF1. Grayscale: #0D0D0D. Windows color (decimal): -16248818 or 921608. OLE color: 921608.

HSL color Cylindrical-coordinate representation of color #08100E: hue angle of 165º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #08100E is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB81614-
CMYK0.5000.130.94
HSL165º33.33%4.71%-
HSV(B)165º50%6.27%-
XYZ0.360.450.48-
YUV13.38128.35124.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal816140.5000.130.9416533.334.71
Hex810E320D5Ea5215
Octal10201662015136245415
Binary100010000111011001001101101111010100101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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