#001212

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

Shades of Dark Green #001212

Tints of Dark Green #001212

Color information

#001212 (or 0x001212) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 12. RGB value is (0,18,18). Sum of RGB (Red+Green+Blue) = 0+18+18=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #001212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001212 is #FFEDED. Grayscale: #0C0C0C. Windows color (decimal): -16772590 or 1184256. OLE color: 1184256.

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

Color convert

RGB01818-
CMYK1000.93
HSL180º100%3.53%-
HSV(B)180º100%7.06%-
XYZ0.330.480.65-
YUV12.62131.04119-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal018181000.931801003.53
Hex0121264005Db4644
Octal02222144001352641444
Binary010010100101100100001011101101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001212; }

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

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

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

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

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

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

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

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