#1A1D04

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

Shades of Green Waterloo #1A1D04

Tints of Green Waterloo #1A1D04

Color information

#1A1D04 (or 0x1A1D04) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1D and 04. RGB value is (26,29,4). Sum of RGB (Red+Green+Blue) = 26+29+4=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D04 is #E5E2FB. Grayscale: #191919. Windows color (decimal): -15065852 or 269594. OLE color: 269594.

HSL color Cylindrical-coordinate representation of color #1A1D04: hue angle of 67.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1D04 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB26294-
CMYK0.1000.860.89
HSL67.2º75.76%6.47%-
HSV(B)67.2º86.21%11.37%-
XYZ0.891.110.28-
YUV25.25116.01128.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 29 (11.72% from 255) = 49.15%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=44.07%
G=49.15%
B=6.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262940.1000.860.8967.275.766.47
Hex1A1D4A05659434c6
Octal323541201261311031146
Binary1101011101100101001010110101100110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,4); }

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

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

 a { background-color: rgb(26,29,4); }

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

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

 span { border-color: rgb(26,29,4); }

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