#081812

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

Shades of Dark Green #081812

Tints of Dark Green #081812

Color information

#081812 (or 0x081812) is unknown color: approx Dark Green. HEX triplet: 08, 18 and 12. RGB value is (8,24,18). Sum of RGB (Red+Green+Blue) = 8+24+18=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #081812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081812 is #F7E7ED. Grayscale: #121212. Windows color (decimal): -16246766 or 1185800. OLE color: 1185800.

HSL color Cylindrical-coordinate representation of color #081812: hue angle of 157.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 #081812 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB82418-
CMYK0.6700.250.91
HSL157.5º50%6.27%-
HSV(B)157.5º66.67%9.41%-
XYZ0.540.750.69-
YUV18.53127.7120.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 18 (7.42% from 255) = 36%
R=16%
G=48%
B=36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal824180.6700.250.91157.5506.27
Hex81812430195B9e326
Octal103022103031133236626
Binary100011000100101000011011001101101110011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081812; }

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

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

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

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

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

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

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

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