#1E2010

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

Shades of Green Waterloo #1E2010

Tints of Green Waterloo #1E2010

Color information

#1E2010 (or 0x1E2010) is unknown color: approx Green Waterloo. HEX triplet: 1E, 20 and 10. RGB value is (30,32,16). Sum of RGB (Red+Green+Blue) = 30+32+16=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #1E2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2010 is #E1DFEF. Grayscale: #1D1D1D. Windows color (decimal): -14802928 or 1056798. OLE color: 1056798.

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

Color convert

RGB303216-
CMYK0.0600.50.87
HSL67.5º33.33%9.41%-
HSV(B)67.5º50%12.55%-
XYZ1.151.350.69-
YUV29.58120.34128.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=38.46%
G=41.03%
B=20.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3032160.0600.50.8767.533.339.41
Hex1E201060325744219
Octal36402060621271044111
Binary11110100000100001100110010101011110001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,16); }

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

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

 a { background-color: rgb(30,32,16); }

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

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

 span { border-color: rgb(30,32,16); }

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