#1A1B16

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

Shades of Green Waterloo #1A1B16

Tints of Green Waterloo #1A1B16

Color information

#1A1B16 (or 0x1A1B16) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1B and 16. RGB value is (26,27,22). Sum of RGB (Red+Green+Blue) = 26+27+22=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B16 is #E5E4E9. Grayscale: #1A1A1A. Windows color (decimal): -15066346 or 1448730. OLE color: 1448730.

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

Color convert

RGB262722-
CMYK0.0400.190.89
HSL72º10.2%9.61%-
HSV(B)72º18.52%10.59%-
XYZ0.961.060.91-
YUV26.13125.67127.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=34.67%
G=36%
B=29.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627220.0400.190.897210.29.61
Hex1A1B1640135948aa
Octal32332640231311101212
Binary1101011011101101000100111011001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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