#011A0C

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

Shades of Dark Green #011A0C

Tints of Dark Green #011A0C

Color information

#011A0C (or 0x011A0C) is unknown color: approx Dark Green. HEX triplet: 01, 1A and 0C. RGB value is (1,26,12). Sum of RGB (Red+Green+Blue) = 1+26+12=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0C is #FEE5F3. Grayscale: #101010. Windows color (decimal): -16705012 or 793089. OLE color: 793089.

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

Color convert

RGB12612-
CMYK0.9600.540.90
HSL146.4º92.59%5.29%-
HSV(B)146.4º96.15%10.2%-
XYZ0.450.770.47-
YUV16.93125.22116.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 26 (10.55% from 255) = 66.67%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=2.56%
G=66.67%
B=30.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal126120.9600.540.90146.492.595.29
Hex11AC600365A925d5
Octal132141400661322221355
Binary1110101100110000001101101011010100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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