#08160E

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

Shades of Dark Green #08160E

Tints of Dark Green #08160E

Color information

#08160E (or 0x08160E) is unknown color: approx Dark Green. HEX triplet: 08, 16 and 0E. RGB value is (8,22,14). Sum of RGB (Red+Green+Blue) = 8+22+14=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #08160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08160E is #F7E9F1. Grayscale: #101010. Windows color (decimal): -16247282 or 923144. OLE color: 923144.

HSL color Cylindrical-coordinate representation of color #08160E: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #08160E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB82214-
CMYK0.6400.360.91
HSL145.71º46.67%5.88%-
HSV(B)145.71º63.64%8.63%-
XYZ0.470.660.52-
YUV16.9126.36121.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=18.18%
G=50%
B=31.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal822140.6400.360.91145.7146.675.88
Hex816E400245B922f6
Octal102616100044133222576
Binary100010110111010000000100100101101110010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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