#011512

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

Shades of Dark Green #011512

Tints of Dark Green #011512

Color information

#011512 (or 0x011512) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 12. RGB value is (1,21,18). Sum of RGB (Red+Green+Blue) = 1+21+18=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #011512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011512 is #FEEAED. Grayscale: #0E0E0E. Windows color (decimal): -16706286 or 1185025. OLE color: 1185025.

HSL color Cylindrical-coordinate representation of color #011512: hue angle of 171º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011512 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB12118-
CMYK0.9500.140.92
HSL171º90.91%4.31%-
HSV(B)171º95.24%8.24%-
XYZ0.390.590.66-
YUV14.68129.87118.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 21 (8.59% from 255) = 52.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=2.5%
G=52.5%
B=45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal121180.9500.140.9217190.914.31
Hex115125F0E5Cab5b4
Octal125221370161342531334
Binary110101100101011111011101011100101010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011512; }

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

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

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

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

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

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

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

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