#011C13

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

Shades of Dark Green #011C13

Tints of Dark Green #011C13

Color information

#011C13 (or 0x011C13) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 13. RGB value is (1,28,19). Sum of RGB (Red+Green+Blue) = 1+28+19=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #011C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C13 is #FEE3EC. Grayscale: #121212. Windows color (decimal): -16704493 or 1252353. OLE color: 1252353.

HSL color Cylindrical-coordinate representation of color #011C13: hue angle of 160º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C13 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB12819-
CMYK0.9600.320.89
HSL160º93.1%5.69%-
HSV(B)160º96.43%10.98%-
XYZ0.550.880.76-
YUV18.9128.05115.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=2.08%
G=58.33%
B=39.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128190.9600.320.8916093.15.69
Hex11C136002059a05d6
Octal134231400401312401356
Binary11110010011110000001000001011001101000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C13; }

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

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

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

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

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

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

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

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