#1C1E15

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

Shades of Green Waterloo #1C1E15

Tints of Green Waterloo #1C1E15

Color information

#1C1E15 (or 0x1C1E15) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1E and 15. RGB value is (28,30,21). Sum of RGB (Red+Green+Blue) = 28+30+21=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E15 is #E3E1EA. Grayscale: #1C1C1C. Windows color (decimal): -14934507 or 1383964. OLE color: 1383964.

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

Color convert

RGB283021-
CMYK0.0700.300.88
HSL73.33º17.65%10%-
HSV(B)73.33º30%11.76%-
XYZ1.081.230.89-
YUV28.38123.84127.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=35.44%
G=37.97%
B=26.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2830210.0700.300.8873.3317.6510
Hex1C1E15701E584912a
Octal34362570361301112212
Binary11100111101010111101111010110001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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