#011C0E

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

Shades of Dark Green #011C0E

Tints of Dark Green #011C0E

Color information

#011C0E (or 0x011C0E) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 0E. RGB value is (1,28,14). Sum of RGB (Red+Green+Blue) = 1+28+14=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #011C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C0E is #FEE3F1. Grayscale: #121212. Windows color (decimal): -16704498 or 924673. OLE color: 924673.

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

Color convert

RGB12814-
CMYK0.9600.500.89
HSL148.89º93.1%5.69%-
HSV(B)148.89º96.43%10.98%-
XYZ0.510.870.56-
YUV18.33125.55115.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 28 (11.33% from 255) = 65.12%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=2.33%
G=65.12%
B=32.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128140.9600.500.89148.8993.15.69
Hex11CE6003259955d6
Octal134161400621312251356
Binary1111001110110000001100101011001100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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