#081512

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

Shades of Dark Green #081512

Tints of Dark Green #081512

Color information

#081512 (or 0x081512) is unknown color: approx Dark Green. HEX triplet: 08, 15 and 12. RGB value is (8,21,18). Sum of RGB (Red+Green+Blue) = 8+21+18=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #081512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081512 is #F7EAED. Grayscale: #101010. Windows color (decimal): -16247534 or 1185032. OLE color: 1185032.

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

Color convert

RGB82118-
CMYK0.6200.140.92
HSL166.15º44.83%5.69%-
HSV(B)166.15º61.9%8.24%-
XYZ0.480.630.67-
YUV16.77128.69121.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 21 (8.59% from 255) = 44.68%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=17.02%
G=44.68%
B=38.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal821180.6200.140.92166.1544.835.69
Hex815123E0E5Ca62d6
Octal10252276016134246556
Binary1000101011001011111001110101110010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081512; }

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

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

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

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

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

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

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

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