#011C1C

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

Shades of Dark Green #011C1C

Tints of Dark Green #011C1C

Color information

#011C1C (or 0x011C1C) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 1C. RGB value is (1,28,28). Sum of RGB (Red+Green+Blue) = 1+28+28=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #011C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1C is #FEE3E3. Grayscale: #131313. Windows color (decimal): -16704484 or 1842177. OLE color: 1842177.

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

Color convert

RGB12828-
CMYK0.96000.89
HSL180º93.1%5.69%-
HSV(B)180º96.43%10.98%-
XYZ0.640.921.24-
YUV19.93132.55114.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=1.75%
G=49.12%
B=49.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128280.96000.8918093.15.69
Hex11C1C600059b45d6
Octal13434140001312641356
Binary111100111001100000001011001101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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