#011B15

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

Shades of Dark Green #011B15

Tints of Dark Green #011B15

Color information

#011B15 (or 0x011B15) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 15. RGB value is (1,27,21). Sum of RGB (Red+Green+Blue) = 1+27+21=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #011B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B15 is #FEE4EA. Grayscale: #121212. Windows color (decimal): -16704747 or 1383169. OLE color: 1383169.

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

Color convert

RGB12721-
CMYK0.9600.220.89
HSL166.15º92.86%5.49%-
HSV(B)166.15º96.3%10.59%-
XYZ0.540.840.84-
YUV18.54129.39115.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=2.04%
G=55.10%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal127210.9600.220.89166.1592.865.49
Hex11B156001659a65d5
Octal133251400261312461355
Binary1110111010111000000101101011001101001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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