#1A1B11

Color #1A1B11 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #1A1B11

Tints of Green Waterloo #1A1B11

Color information

#1A1B11 (or 0x1A1B11) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1B and 11. RGB value is (26,27,17). Sum of RGB (Red+Green+Blue) = 26+27+17=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B11 is #E5E4EE. Grayscale: #191919. Windows color (decimal): -15066351 or 1121050. OLE color: 1121050.

HSL color Cylindrical-coordinate representation of color #1A1B11: hue angle of 66º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1A1B11 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB262717-
CMYK0.0400.370.89
HSL66º22.73%8.63%-
HSV(B)66º37.04%10.59%-
XYZ0.921.040.68-
YUV25.56123.17128.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=37.14%
G=38.57%
B=24.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627170.0400.370.896622.738.63
Hex1A1B1140255942179
Octal32332140451311022711
Binary110101101110001100010010110110011000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1B11; }

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

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

<style>
 a { background-color: #1A1B11; }

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

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

<style>
 span { border-color: #1A1B11; }

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

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