#1E220F

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

Shades of Green Waterloo #1E220F

Tints of Green Waterloo #1E220F

Color information

#1E220F (or 0x1E220F) is unknown color: approx Green Waterloo. HEX triplet: 1E, 22 and 0F. RGB value is (30,34,15). Sum of RGB (Red+Green+Blue) = 30+34+15=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #1E220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E220F is #E1DDF0. Grayscale: #1E1E1E. Windows color (decimal): -14802417 or 991774. OLE color: 991774.

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

Color convert

RGB303415-
CMYK0.1200.560.87
HSL72.63º38.78%9.61%-
HSV(B)72.63º55.88%13.33%-
XYZ1.191.450.67-
YUV30.64119.17127.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=37.97%
G=43.04%
B=18.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034150.1200.560.8772.6338.789.61
Hex1E22FC038574927a
Octal364217140701271114712
Binary11110100010111111000111000101011110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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