#011C0C

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

Shades of Dark Green #011C0C

Tints of Dark Green #011C0C

Color information

#011C0C (or 0x011C0C) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 0C. RGB value is (1,28,12). Sum of RGB (Red+Green+Blue) = 1+28+12=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #011C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C0C is #FEE3F3. Grayscale: #121212. Windows color (decimal): -16704500 or 793601. OLE color: 793601.

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

Color convert

RGB12812-
CMYK0.9600.570.89
HSL144.44º93.1%5.69%-
HSV(B)144.44º96.43%10.98%-
XYZ0.490.860.49-
YUV18.1124.55115.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 28 (11.33% from 255) = 68.29%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=2.44%
G=68.29%
B=29.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128120.9600.570.89144.4493.15.69
Hex11CC6003959905d6
Octal134141400711312201356
Binary1111001100110000001110011011001100100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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