#1C1D16

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

Shades of Green Waterloo #1C1D16

Tints of Green Waterloo #1C1D16

Color information

#1C1D16 (or 0x1C1D16) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1D and 16. RGB value is (28,29,22). Sum of RGB (Red+Green+Blue) = 28+29+22=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D16 is #E3E2E9. Grayscale: #1B1B1B. Windows color (decimal): -14934762 or 1449244. OLE color: 1449244.

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

Color convert

RGB282922-
CMYK0.0300.240.89
HSL68.57º13.73%10%-
HSV(B)68.57º24.14%11.37%-
XYZ1.061.180.93-
YUV27.9124.67128.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=35.44%
G=36.71%
B=27.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2829220.0300.240.8968.5713.7310
Hex1C1D1630185945ea
Octal34352630301311051612
Binary111001110110110110110001011001100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,29,22); }

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

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

 a { background-color: rgb(28,29,22); }

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

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

 span { border-color: rgb(28,29,22); }

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