#1A2006

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

Shades of Green Waterloo #1A2006

Tints of Green Waterloo #1A2006

Color information

#1A2006 (or 0x1A2006) is unknown color: approx Green Waterloo. HEX triplet: 1A, 20 and 06. RGB value is (26,32,6). Sum of RGB (Red+Green+Blue) = 26+32+6=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2006 is #E5DFF9. Grayscale: #1B1B1B. Windows color (decimal): -15065082 or 401434. OLE color: 401434.

HSL color Cylindrical-coordinate representation of color #1A2006: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2006 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB26326-
CMYK0.1900.810.87
HSL73.85º68.42%7.45%-
HSV(B)73.85º81.25%12.55%-
XYZ0.981.270.37-
YUV27.24116.01127.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40.62%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=40.62%
G=50%
B=9.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal263260.1900.810.8773.8568.427.45
Hex1A20613051574a447
Octal324062301211271121047
Binary110101000001101001101010001101011110010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,32,6); }

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

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

 a { background-color: rgb(26,32,6); }

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

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

 span { border-color: rgb(26,32,6); }

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