#081212

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

Shades of Dark Green #081212

Tints of Dark Green #081212

Color information

#081212 (or 0x081212) is unknown color: approx Dark Green. HEX triplet: 08, 12 and 12. RGB value is (8,18,18). Sum of RGB (Red+Green+Blue) = 8+18+18=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #081212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081212 is #F7EDED. Grayscale: #0F0F0F. Windows color (decimal): -16248302 or 1184264. OLE color: 1184264.

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

Color convert

RGB81818-
CMYK0.56000.93
HSL180º38.46%5.1%-
HSV(B)180º55.56%7.06%-
XYZ0.430.530.65-
YUV15.01129.69123-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=18.18%
G=40.91%
B=40.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal818180.56000.9318038.465.1
Hex8121238005Db4265
Octal1022227000135264465
Binary1000100101001011100000101110110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081212; }

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

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

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

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

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

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

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

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