#1A1E02

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

Shades of Green Waterloo #1A1E02

Tints of Green Waterloo #1A1E02

Color information

#1A1E02 (or 0x1A1E02) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1E and 02. RGB value is (26,30,2). Sum of RGB (Red+Green+Blue) = 26+30+2=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E02 is #E5E1FD. Grayscale: #191919. Windows color (decimal): -15065598 or 138778. OLE color: 138778.

HSL color Cylindrical-coordinate representation of color #1A1E02: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A1E02 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB26302-
CMYK0.1300.930.88
HSL68.57º87.5%6.27%-
HSV(B)68.57º93.33%11.76%-
XYZ0.91.150.23-
YUV25.61114.67128.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 30 (12.11% from 255) = 51.72%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=44.83%
G=51.72%
B=3.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal263020.1300.930.8868.5787.56.27
Hex1A1E2D05D5845586
Octal323621501351301051306
Binary110101111010110101011101101100010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,30,2); }

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

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

 a { background-color: rgb(26,30,2); }

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

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

 span { border-color: rgb(26,30,2); }

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