#1D1E15

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

Shades of Green Waterloo #1D1E15

Tints of Green Waterloo #1D1E15

Color information

#1D1E15 (or 0x1D1E15) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1E and 15. RGB value is (29,30,21). Sum of RGB (Red+Green+Blue) = 29+30+21=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E15 is #E2E1EA. Grayscale: #1C1C1C. Windows color (decimal): -14868971 or 1383965. OLE color: 1383965.

HSL color Cylindrical-coordinate representation of color #1D1E15: hue angle of 66.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1D1E15 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB293021-
CMYK0.0300.300.88
HSL66.67º17.65%10%-
HSV(B)66.67º30%11.76%-
XYZ1.111.240.89-
YUV28.67123.67128.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=36.25%
G=37.5%
B=26.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930210.0300.300.8866.6717.6510
Hex1D1E15301E584312a
Octal35362530361301032212
Binary1110111110101011101111010110001000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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