#091212

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

Shades of Dark Green #091212

Tints of Dark Green #091212

Color information

#091212 (or 0x091212) is unknown color: approx Dark Green. HEX triplet: 09, 12 and 12. RGB value is (9,18,18). Sum of RGB (Red+Green+Blue) = 9+18+18=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #091212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091212 is #F6EDED. Grayscale: #0F0F0F. Windows color (decimal): -16182766 or 1184265. OLE color: 1184265.

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

Color convert

RGB91818-
CMYK0.5000.93
HSL180º33.33%5.29%-
HSV(B)180º50%7.06%-
XYZ0.440.530.65-
YUV15.31129.52123.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal918180.5000.9318033.335.29
Hex9121232005Db4215
Octal1122226200135264415
Binary1001100101001011001000101110110110100100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091212; }

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

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

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

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

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

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

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

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