#1A1B0F

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

Shades of Green Waterloo #1A1B0F

Tints of Green Waterloo #1A1B0F

Color information

#1A1B0F (or 0x1A1B0F) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1B and 0F. RGB value is (26,27,15). Sum of RGB (Red+Green+Blue) = 26+27+15=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B0F is #E5E4F0. Grayscale: #191919. Windows color (decimal): -15066353 or 989978. OLE color: 989978.

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

Color convert

RGB262715-
CMYK0.0400.440.89
HSL65º28.57%8.24%-
HSV(B)65º44.44%10.59%-
XYZ0.91.040.6-
YUV25.33122.17128.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.24%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=38.24%
G=39.71%
B=22.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627150.0400.440.896528.578.24
Hex1A1BF402C59411d8
Octal32331740541311013510
Binary11010110111111100010110010110011000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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