#011C12

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

Shades of Dark Green #011C12

Tints of Dark Green #011C12

Color information

#011C12 (or 0x011C12) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 12. RGB value is (1,28,18). Sum of RGB (Red+Green+Blue) = 1+28+18=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #011C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C12 is #FEE3ED. Grayscale: #121212. Windows color (decimal): -16704494 or 1186817. OLE color: 1186817.

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

Color convert

RGB12818-
CMYK0.9600.360.89
HSL157.78º93.1%5.69%-
HSV(B)157.78º96.43%10.98%-
XYZ0.540.880.71-
YUV18.79127.55115.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=2.13%
G=59.57%
B=38.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128180.9600.360.89157.7893.15.69
Hex11C1260024599e5d6
Octal134221400441312361356
Binary11110010010110000001001001011001100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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