#1D1E11

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

Shades of Green Waterloo #1D1E11

Tints of Green Waterloo #1D1E11

Color information

#1D1E11 (or 0x1D1E11) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1E and 11. RGB value is (29,30,17). Sum of RGB (Red+Green+Blue) = 29+30+17=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E11 is #E2E1EE. Grayscale: #1C1C1C. Windows color (decimal): -14868975 or 1121821. OLE color: 1121821.

HSL color Cylindrical-coordinate representation of color #1D1E11: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1D1E11 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB293017-
CMYK0.0300.430.88
HSL64.62º27.66%9.22%-
HSV(B)64.62º43.33%11.76%-
XYZ1.071.230.71-
YUV28.22121.67128.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=38.16%
G=39.47%
B=22.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930170.0300.430.8864.6227.669.22
Hex1D1E11302B58411c9
Octal35362130531301013411
Binary11101111101000111010101110110001000001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,17); }

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

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

 a { background-color: rgb(29,30,17); }

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

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

 span { border-color: rgb(29,30,17); }

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