#011312

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

Shades of Dark Green #011312

Tints of Dark Green #011312

Color information

#011312 (or 0x011312) is unknown color: approx Dark Green. HEX triplet: 01, 13 and 12. RGB value is (1,19,18). Sum of RGB (Red+Green+Blue) = 1+19+18=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #011312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011312 is #FEECED. Grayscale: #0D0D0D. Windows color (decimal): -16706798 or 1184513. OLE color: 1184513.

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

Color convert

RGB11918-
CMYK0.9500.050.93
HSL176.67º90%3.92%-
HSV(B)176.67º94.74%7.45%-
XYZ0.350.520.65-
YUV13.5130.54119.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 47.37%
R=2.63%
G=50%
B=47.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal119180.9500.050.93176.67903.92
Hex113125F055Db15a4
Octal12322137051352611324
Binary11001110010101111101011011101101100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011312; }

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

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

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

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

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

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

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

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