#08140C

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

Shades of Dark Green #08140C

Tints of Dark Green #08140C

Color information

#08140C (or 0x08140C) is unknown color: approx Dark Green. HEX triplet: 08, 14 and 0C. RGB value is (8,20,12). Sum of RGB (Red+Green+Blue) = 8+20+12=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #08140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08140C is #F7EBF3. Grayscale: #0F0F0F. Windows color (decimal): -16247796 or 791560. OLE color: 791560.

HSL color Cylindrical-coordinate representation of color #08140C: hue angle of 140º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08140C is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB82012-
CMYK0.6000.400.92
HSL140º42.86%5.49%-
HSV(B)140º60%7.84%-
XYZ0.420.580.44-
YUV15.5126.02122.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal820120.6000.400.9214042.865.49
Hex814C3C0285C8c2b5
Octal10241474050134214535
Binary10001010011001111000101000101110010001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08140C; }

 p { color: rgb(8,20,12); }

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

<style>
 a { background-color: #08140C; }

 a { background-color: rgb(8,20,12); }

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

<style>
 span { border-color: #08140C; }

 span { border-color: rgb(8,20,12); }

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