#08150F

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

Shades of Dark Green #08150F

Tints of Dark Green #08150F

Color information

#08150F (or 0x08150F) is unknown color: approx Dark Green. HEX triplet: 08, 15 and 0F. RGB value is (8,21,15). Sum of RGB (Red+Green+Blue) = 8+21+15=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #08150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150F is #F7EAF0. Grayscale: #101010. Windows color (decimal): -16247537 or 988424. OLE color: 988424.

HSL color Cylindrical-coordinate representation of color #08150F: hue angle of 152.31º 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 #08150F is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB82115-
CMYK0.6200.290.92
HSL152.31º44.83%5.69%-
HSV(B)152.31º61.9%8.24%-
XYZ0.450.620.55-
YUV16.43127.19121.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=18.18%
G=47.73%
B=34.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal821150.6200.290.92152.3144.835.69
Hex815F3E01D5C982d6
Octal10251776035134230556
Binary1000101011111111110011101101110010011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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