#011C14

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

Shades of Dark Green #011C14

Tints of Dark Green #011C14

Color information

#011C14 (or 0x011C14) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 14. RGB value is (1,28,20). Sum of RGB (Red+Green+Blue) = 1+28+20=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #011C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C14 is #FEE3EB. Grayscale: #131313. Windows color (decimal): -16704492 or 1317889. OLE color: 1317889.

HSL color Cylindrical-coordinate representation of color #011C14: hue angle of 162.22º 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 #011C14 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB12820-
CMYK0.9600.290.89
HSL162.22º93.1%5.69%-
HSV(B)162.22º96.43%10.98%-
XYZ0.550.890.8-
YUV19.02128.55115.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=2.04%
G=57.14%
B=40.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128200.9600.290.89162.2293.15.69
Hex11C146001D59a25d6
Octal134241400351312421356
Binary1111001010011000000111011011001101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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