#011B0C

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

Shades of Dark Green #011B0C

Tints of Dark Green #011B0C

Color information

#011B0C (or 0x011B0C) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 0C. RGB value is (1,27,12). Sum of RGB (Red+Green+Blue) = 1+27+12=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0C is #FEE4F3. Grayscale: #111111. Windows color (decimal): -16704756 or 793345. OLE color: 793345.

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

Color convert

RGB12712-
CMYK0.9600.560.89
HSL145.38º92.86%5.49%-
HSV(B)145.38º96.3%10.59%-
XYZ0.470.820.48-
YUV17.52124.89116.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 27 (10.94% from 255) = 67.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=2.5%
G=67.5%
B=30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127120.9600.560.89145.3892.865.49
Hex11BC6003859915d5
Octal133141400701312211355
Binary1110111100110000001110001011001100100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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