#1C1E14

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

Shades of Green Waterloo #1C1E14

Tints of Green Waterloo #1C1E14

Color information

#1C1E14 (or 0x1C1E14) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1E and 14. RGB value is (28,30,20). Sum of RGB (Red+Green+Blue) = 28+30+20=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E14 is #E3E1EB. Grayscale: #1C1C1C. Windows color (decimal): -14934508 or 1318428. OLE color: 1318428.

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

Color convert

RGB283020-
CMYK0.0700.330.88
HSL72º20%9.8%-
HSV(B)72º33.33%11.76%-
XYZ1.071.230.84-
YUV28.26123.34127.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=35.90%
G=38.46%
B=25.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2830200.0700.330.8872209.8
Hex1C1E147021584814a
Octal34362470411301102412
Binary111001111010100111010000110110001001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,30,20); }

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

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

 a { background-color: rgb(28,30,20); }

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

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

 span { border-color: rgb(28,30,20); }

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