#1A1C09

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

Shades of Green Waterloo #1A1C09

Tints of Green Waterloo #1A1C09

Color information

#1A1C09 (or 0x1A1C09) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1C and 09. RGB value is (26,28,9). Sum of RGB (Red+Green+Blue) = 26+28+9=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C09 is #E5E3F6. Grayscale: #191919. Windows color (decimal): -15066103 or 597018. OLE color: 597018.

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

Color convert

RGB26289-
CMYK0.0700.680.89
HSL66.32º51.35%7.25%-
HSV(B)66.32º67.86%10.98%-
XYZ0.891.070.42-
YUV25.24118.84128.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=41.27%
G=44.44%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262890.0700.680.8966.3251.357.25
Hex1A1C970445942337
Octal32341170104131102637
Binary110101110010011110100010010110011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,9); }

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

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

 a { background-color: rgb(26,28,9); }

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

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

 span { border-color: rgb(26,28,9); }

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