#08100D

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

Shades of Dark Green #08100D

Tints of Dark Green #08100D

Color information

#08100D (or 0x08100D) is unknown color: approx Dark Green. HEX triplet: 08, 10 and 0D. RGB value is (8,16,13). Sum of RGB (Red+Green+Blue) = 8+16+13=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #08100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08100D is #F7EFF2. Grayscale: #0D0D0D. Windows color (decimal): -16248819 or 856072. OLE color: 856072.

HSL color Cylindrical-coordinate representation of color #08100D: hue angle of 157.5º 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 #08100D is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB81613-
CMYK0.5000.190.94
HSL157.5º33.33%4.71%-
HSV(B)157.5º50%6.27%-
XYZ0.360.450.45-
YUV13.27127.85124.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=21.62%
G=43.24%
B=35.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal816130.5000.190.94157.533.334.71
Hex810D320135E9e215
Octal10201562023136236415
Binary1000100001101110010010011101111010011110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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