#1A1B10

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

Shades of Green Waterloo #1A1B10

Tints of Green Waterloo #1A1B10

Color information

#1A1B10 (or 0x1A1B10) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1B and 10. RGB value is (26,27,16). Sum of RGB (Red+Green+Blue) = 26+27+16=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B10 is #E5E4EF. Grayscale: #191919. Windows color (decimal): -15066352 or 1055514. OLE color: 1055514.

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

Color convert

RGB262716-
CMYK0.0400.410.89
HSL65.45º25.58%8.43%-
HSV(B)65.45º40.74%10.59%-
XYZ0.911.040.64-
YUV25.45122.67128.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.68%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=37.68%
G=39.13%
B=23.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627160.0400.410.8965.4525.588.43
Hex1A1B10402959411a8
Octal32332040511311013210
Binary110101101110000100010100110110011000001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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