#1D1E18

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

Shades of Green Waterloo #1D1E18

Tints of Green Waterloo #1D1E18

Color information

#1D1E18 (or 0x1D1E18) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1E and 18. RGB value is (29,30,24). Sum of RGB (Red+Green+Blue) = 29+30+24=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E18 is #E2E1E7. Grayscale: #1D1D1D. Windows color (decimal): -14868968 or 1580573. OLE color: 1580573.

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

Color convert

RGB293024-
CMYK0.0300.200.88
HSL70º11.11%10.59%-
HSV(B)70º20%11.76%-
XYZ1.141.261.05-
YUV29.02125.17127.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=34.94%
G=36.14%
B=28.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930240.0300.200.887011.1110.59
Hex1D1E1830145846bb
Octal35363030241301061313
Binary111011111011000110101001011000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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