#1A2100

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

Shades of Green Waterloo #1A2100

Tints of Green Waterloo #1A2100

Color information

#1A2100 (or 0x1A2100) is unknown color: approx Green Waterloo. HEX triplet: 1A, 21 and 00. RGB value is (26,33,0). Sum of RGB (Red+Green+Blue) = 26+33+0=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #1A2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2100 is #E5DEFF. Grayscale: #1B1B1B. Windows color (decimal): -15064832 or 8474. OLE color: 8474.

HSL color Cylindrical-coordinate representation of color #1A2100: hue angle of 72.73º 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 #1A2100 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB26330-
CMYK0.21010.87
HSL72.73º100%6.47%-
HSV(B)72.73º100%12.94%-
XYZ0.971.310.2-
YUV27.14112.68127.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 33 (13.28% from 255) = 55.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.07%
G=55.93%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal263300.21010.8772.731006.47
Hex1A210150645749646
Octal324102501441271111446
Binary1101010000101010101100100101011110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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