#011212

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

Shades of Dark Green #011212

Tints of Dark Green #011212

Color information

#011212 (or 0x011212) is unknown color: approx Dark Green. HEX triplet: 01, 12 and 12. RGB value is (1,18,18). Sum of RGB (Red+Green+Blue) = 1+18+18=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #011212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011212 is #FEEDED. Grayscale: #0C0C0C. Windows color (decimal): -16707054 or 1184257. OLE color: 1184257.

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

Color convert

RGB11818-
CMYK0.94000.93
HSL180º89.47%3.73%-
HSV(B)180º94.44%7.06%-
XYZ0.340.480.65-
YUV12.92130.87119.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=2.70%
G=48.65%
B=48.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal118180.94000.9318089.473.73
Hex112125E005Db4594
Octal12222136001352641314
Binary110010100101011110001011101101101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011212; }

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

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

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

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

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

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

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

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