#1E2201

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

Shades of Green Waterloo #1E2201

Tints of Green Waterloo #1E2201

Color information

#1E2201 (or 0x1E2201) is unknown color: approx Green Waterloo. HEX triplet: 1E, 22 and 01. RGB value is (30,34,1). Sum of RGB (Red+Green+Blue) = 30+34+1=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #1E2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2201 is #E1DDFE. Grayscale: #1D1D1D. Windows color (decimal): -14802431 or 74270. OLE color: 74270.

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

Color convert

RGB30341-
CMYK0.1200.970.87
HSL67.27º94.29%6.86%-
HSV(B)67.27º97.06%13.33%-
XYZ1.111.420.24-
YUV29.04112.17128.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 34 (13.67% from 255) = 52.31%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=46.15%
G=52.31%
B=1.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal303410.1200.970.8767.2794.296.86
Hex1E221C06157435e7
Octal364211401411271031367
Binary111101000101110001100001101011110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,1); }

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

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

 a { background-color: rgb(30,34,1); }

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

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

 span { border-color: rgb(30,34,1); }

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