#1E2106

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

Shades of Green Waterloo #1E2106

Tints of Green Waterloo #1E2106

Color information

#1E2106 (or 0x1E2106) is unknown color: approx Green Waterloo. HEX triplet: 1E, 21 and 06. RGB value is (30,33,6). Sum of RGB (Red+Green+Blue) = 30+33+6=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2106 is #E1DEF9. Grayscale: #1D1D1D. Windows color (decimal): -14802682 or 401694. OLE color: 401694.

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

Color convert

RGB30336-
CMYK0.0900.820.87
HSL66.67º69.23%7.65%-
HSV(B)66.67º81.82%12.94%-
XYZ1.111.380.38-
YUV29.02115.01128.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 43.48%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=43.48%
G=47.83%
B=8.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal303360.0900.820.8766.6769.237.65
Hex1E21690525743458
Octal3641611012212710310510
Binary111101000011101001010100101010111100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,6); }

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

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

 a { background-color: rgb(30,33,6); }

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

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

 span { border-color: rgb(30,33,6); }

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