#08180E

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

Shades of Dark Green #08180E

Tints of Dark Green #08180E

Color information

#08180E (or 0x08180E) is unknown color: approx Dark Green. HEX triplet: 08, 18 and 0E. RGB value is (8,24,14). Sum of RGB (Red+Green+Blue) = 8+24+14=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #08180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180E is #F7E7F1. Grayscale: #121212. Windows color (decimal): -16246770 or 923656. OLE color: 923656.

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

Color convert

RGB82414-
CMYK0.6700.420.91
HSL142.5º50%6.27%-
HSV(B)142.5º66.67%9.41%-
XYZ0.510.740.53-
YUV18.08125.7120.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=17.39%
G=52.17%
B=30.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal824140.6700.420.91142.5506.27
Hex818E4302A5B8e326
Octal103016103052133216626
Binary100011000111010000110101010101101110001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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