#1A2000

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

Shades of Green Waterloo #1A2000

Tints of Green Waterloo #1A2000

Color information

#1A2000 (or 0x1A2000) is unknown color: approx Green Waterloo. HEX triplet: 1A, 20 and 00. RGB value is (26,32,0). Sum of RGB (Red+Green+Blue) = 26+32+0=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2000 is #E5DFFF. Grayscale: #1A1A1A. Windows color (decimal): -15065088 or 8218. OLE color: 8218.

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

Color convert

RGB26320-
CMYK0.19010.87
HSL71.25º100%6.27%-
HSV(B)71.25º100%12.55%-
XYZ0.941.250.19-
YUV26.56113.01127.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.83%
G=55.17%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal263200.19010.8771.251006.27
Hex1A200130645747646
Octal324002301441271071446
Binary1101010000001001101100100101011110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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