#08120E

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

Shades of Dark Green #08120E

Tints of Dark Green #08120E

Color information

#08120E (or 0x08120E) is unknown color: approx Dark Green. HEX triplet: 08, 12 and 0E. RGB value is (8,18,14). Sum of RGB (Red+Green+Blue) = 8+18+14=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #08120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120E is #F7EDF1. Grayscale: #0E0E0E. Windows color (decimal): -16248306 or 922120. OLE color: 922120.

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

Color convert

RGB81814-
CMYK0.5600.220.93
HSL156º38.46%5.1%-
HSV(B)156º55.56%7.06%-
XYZ0.40.520.49-
YUV14.55127.69123.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 14 (5.86% from 255) = 35%
R=20%
G=45%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal818140.5600.220.9315638.465.1
Hex812E380165D9c265
Octal10221670026135234465
Binary1000100101110111000010110101110110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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