#011311

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

Shades of Dark Green #011311

Tints of Dark Green #011311

Color information

#011311 (or 0x011311) is unknown color: approx Dark Green. HEX triplet: 01, 13 and 11. RGB value is (1,19,17). Sum of RGB (Red+Green+Blue) = 1+19+17=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #011311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011311 is #FEECEE. Grayscale: #0D0D0D. Windows color (decimal): -16706799 or 1118977. OLE color: 1118977.

HSL color Cylindrical-coordinate representation of color #011311: hue angle of 173.33º 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 #011311 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB11917-
CMYK0.9500.110.93
HSL173.33º90%3.92%-
HSV(B)173.33º94.74%7.45%-
XYZ0.350.510.61-
YUV13.39130.04119.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=2.70%
G=51.35%
B=45.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal119170.9500.110.93173.33903.92
Hex113115F0B5Dad5a4
Octal123211370131352551324
Binary110011100011011111010111011101101011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011311; }

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

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

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

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

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

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

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

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