#1E220B

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

Shades of Green Waterloo #1E220B

Tints of Green Waterloo #1E220B

Color information

#1E220B (or 0x1E220B) is unknown color: approx Green Waterloo. HEX triplet: 1E, 22 and 0B. RGB value is (30,34,11). Sum of RGB (Red+Green+Blue) = 30+34+11=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #1E220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E220B is #E1DDF4. Grayscale: #1E1E1E. Windows color (decimal): -14802421 or 729630. OLE color: 729630.

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

Color convert

RGB303411-
CMYK0.1200.680.87
HSL70.43º51.11%8.82%-
HSV(B)70.43º67.65%13.33%-
XYZ1.171.440.53-
YUV30.18117.17127.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 45.33%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=40%
G=45.33%
B=14.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034110.1200.680.8770.4351.118.82
Hex1E22BC0445746339
Octal3642131401041271066311
Binary111101000101011110001000100101011110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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