#08100F

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

Shades of Dark Green #08100F

Tints of Dark Green #08100F

Color information

#08100F (or 0x08100F) is unknown color: approx Dark Green. HEX triplet: 08, 10 and 0F. RGB value is (8,16,15). Sum of RGB (Red+Green+Blue) = 8+16+15=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #08100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08100F is #F7EFF0. Grayscale: #0D0D0D. Windows color (decimal): -16248817 or 987144. OLE color: 987144.

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

Color convert

RGB81615-
CMYK0.5000.060.94
HSL172.5º33.33%4.71%-
HSV(B)172.5º50%6.27%-
XYZ0.370.460.52-
YUV13.49128.85124.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=20.51%
G=41.03%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal816150.5000.060.94172.533.334.71
Hex810F32065Eac215
Octal1020176206136254415
Binary10001000011111100100110101111010101100100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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