#011B1A

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

Shades of Dark Green #011B1A

Tints of Dark Green #011B1A

Color information

#011B1A (or 0x011B1A) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 1A. RGB value is (1,27,26). Sum of RGB (Red+Green+Blue) = 1+27+26=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #011B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B1A is #FEE4E5. Grayscale: #131313. Windows color (decimal): -16704742 or 1710849. OLE color: 1710849.

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

Color convert

RGB12726-
CMYK0.9600.040.89
HSL177.69º92.86%5.49%-
HSV(B)177.69º96.3%10.59%-
XYZ0.590.861.11-
YUV19.11131.89115.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=1.85%
G=50%
B=48.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127260.9600.040.89177.6992.865.49
Hex11B1A600459b25d5
Octal13332140041312621355
Binary11101111010110000001001011001101100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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