#011B19

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

Shades of Dark Green #011B19

Tints of Dark Green #011B19

Color information

#011B19 (or 0x011B19) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 19. RGB value is (1,27,25). Sum of RGB (Red+Green+Blue) = 1+27+25=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #011B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B19 is #FEE4E6. Grayscale: #121212. Windows color (decimal): -16704743 or 1645313. OLE color: 1645313.

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

Color convert

RGB12725-
CMYK0.9600.070.89
HSL175.38º92.86%5.49%-
HSV(B)175.38º96.3%10.59%-
XYZ0.580.861.06-
YUV19131.39115.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 27 (10.94% from 255) = 50.94%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=1.89%
G=50.94%
B=47.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127250.9600.070.89175.3892.865.49
Hex11B19600759af5d5
Octal13331140071312571355
Binary11101111001110000001111011001101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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