#1D1E17

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

Shades of Green Waterloo #1D1E17

Tints of Green Waterloo #1D1E17

Color information

#1D1E17 (or 0x1D1E17) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1E and 17. RGB value is (29,30,23). Sum of RGB (Red+Green+Blue) = 29+30+23=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E17 is #E2E1E8. Grayscale: #1C1C1C. Windows color (decimal): -14868969 or 1515037. OLE color: 1515037.

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

Color convert

RGB293023-
CMYK0.0300.230.88
HSL68.57º13.21%10.39%-
HSV(B)68.57º23.33%11.76%-
XYZ1.131.250.99-
YUV28.9124.67128.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 23 (9.38% from 255) = 28.05%
R=35.37%
G=36.59%
B=28.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930230.0300.230.8868.5713.2110.39
Hex1D1E1730175845da
Octal35362730271301051512
Binary111011111010111110101111011000100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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