#1E220E

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

Shades of Green Waterloo #1E220E

Tints of Green Waterloo #1E220E

Color information

#1E220E (or 0x1E220E) is unknown color: approx Green Waterloo. HEX triplet: 1E, 22 and 0E. RGB value is (30,34,14). Sum of RGB (Red+Green+Blue) = 30+34+14=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #1E220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E220E is #E1DDF1. Grayscale: #1E1E1E. Windows color (decimal): -14802418 or 926238. OLE color: 926238.

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

Color convert

RGB303414-
CMYK0.1200.590.87
HSL72º41.67%9.41%-
HSV(B)72º58.82%13.33%-
XYZ1.191.450.63-
YUV30.52118.67127.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=38.46%
G=43.59%
B=17.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034140.1200.590.877241.679.41
Hex1E22EC03B57482a9
Octal364216140731271105211
Binary11110100010111011000111011101011110010001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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