#1C1D18

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

Shades of Green Waterloo #1C1D18

Tints of Green Waterloo #1C1D18

Color information

#1C1D18 (or 0x1C1D18) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1D and 18. RGB value is (28,29,24). Sum of RGB (Red+Green+Blue) = 28+29+24=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D18 is #E3E2E7. Grayscale: #1C1C1C. Windows color (decimal): -14934760 or 1580316. OLE color: 1580316.

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

Color convert

RGB282924-
CMYK0.0300.170.89
HSL72º9.43%10.39%-
HSV(B)72º17.24%11.37%-
XYZ1.081.191.04-
YUV28.13125.67127.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=34.57%
G=35.80%
B=29.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2829240.0300.170.89729.4310.39
Hex1C1D18301159489a
Octal34353030211311101112
Binary111001110111000110100011011001100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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