#08110C

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

Shades of Dark Green #08110C

Tints of Dark Green #08110C

Color information

#08110C (or 0x08110C) is unknown color: approx Dark Green. HEX triplet: 08, 11 and 0C. RGB value is (8,17,12). Sum of RGB (Red+Green+Blue) = 8+17+12=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #08110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110C is #F7EEF3. Grayscale: #0D0D0D. Windows color (decimal): -16248564 or 790792. OLE color: 790792.

HSL color Cylindrical-coordinate representation of color #08110C: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #08110C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB81712-
CMYK0.5300.290.93
HSL146.67º36%4.9%-
HSV(B)146.67º52.94%6.67%-
XYZ0.370.480.42-
YUV13.74127.02123.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=21.62%
G=45.95%
B=32.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817120.5300.290.93146.67364.9
Hex811C3501D5D93245
Octal10211465035135223445
Binary1000100011100110101011101101110110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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