#011A0E

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

Shades of Dark Green #011A0E

Tints of Dark Green #011A0E

Color information

#011A0E (or 0x011A0E) is unknown color: approx Dark Green. HEX triplet: 01, 1A and 0E. RGB value is (1,26,14). Sum of RGB (Red+Green+Blue) = 1+26+14=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0E is #FEE5F1. Grayscale: #111111. Windows color (decimal): -16705010 or 924161. OLE color: 924161.

HSL color Cylindrical-coordinate representation of color #011A0E: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A0E is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.90.

Color convert

RGB12614-
CMYK0.9600.460.90
HSL151.2º92.59%5.29%-
HSV(B)151.2º96.15%10.2%-
XYZ0.460.780.54-
YUV17.16126.22116.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=2.44%
G=63.41%
B=34.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal126140.9600.460.90151.292.595.29
Hex11AE6002E5A975d5
Octal132161400561322271355
Binary1110101110110000001011101011010100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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