#011412

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

Shades of Dark Green #011412

Tints of Dark Green #011412

Color information

#011412 (or 0x011412) is unknown color: approx Dark Green. HEX triplet: 01, 14 and 12. RGB value is (1,20,18). Sum of RGB (Red+Green+Blue) = 1+20+18=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #011412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011412 is #FEEBED. Grayscale: #0E0E0E. Windows color (decimal): -16706542 or 1184769. OLE color: 1184769.

HSL color Cylindrical-coordinate representation of color #011412: hue angle of 173.68º degrees, saturation: 0.9, 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 #011412 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB12018-
CMYK0.9500.100.92
HSL173.68º90.48%4.12%-
HSV(B)173.68º95%7.84%-
XYZ0.370.550.66-
YUV14.09130.21118.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 20 (8.20% from 255) = 51.28%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=2.56%
G=51.28%
B=46.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal120180.9500.100.92173.6890.484.12
Hex114125F0A5Cae5a4
Octal124221370121342561324
Binary110100100101011111010101011100101011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011412; }

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

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

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

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

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

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

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

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