#08150E

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

Shades of Dark Green #08150E

Tints of Dark Green #08150E

Color information

#08150E (or 0x08150E) is unknown color: approx Dark Green. HEX triplet: 08, 15 and 0E. RGB value is (8,21,14). Sum of RGB (Red+Green+Blue) = 8+21+14=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #08150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150E is #F7EAF1. Grayscale: #101010. Windows color (decimal): -16247538 or 922888. OLE color: 922888.

HSL color Cylindrical-coordinate representation of color #08150E: hue angle of 147.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #08150E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB82114-
CMYK0.6200.330.92
HSL147.69º44.83%5.69%-
HSV(B)147.69º61.9%8.24%-
XYZ0.450.620.51-
YUV16.31126.69122.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=18.60%
G=48.84%
B=32.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal821140.6200.330.92147.6944.835.69
Hex815E3E0215C942d6
Octal10251676041134224556
Binary10001010111101111100100001101110010010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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