#1C2101

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

Shades of Green Waterloo #1C2101

Tints of Green Waterloo #1C2101

Color information

#1C2101 (or 0x1C2101) is unknown color: approx Green Waterloo. HEX triplet: 1C, 21 and 01. RGB value is (28,33,1). Sum of RGB (Red+Green+Blue) = 28+33+1=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2101 is #E3DEFE. Grayscale: #1B1B1B. Windows color (decimal): -14933759 or 74012. OLE color: 74012.

HSL color Cylindrical-coordinate representation of color #1C2101: hue angle of 69.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C2101 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB28331-
CMYK0.1500.970.87
HSL69.38º94.12%6.67%-
HSV(B)69.38º96.97%12.94%-
XYZ1.031.340.23-
YUV27.86112.84128.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=45.16%
G=53.23%
B=1.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal283310.1500.970.8769.3894.126.67
Hex1C211F06157455e7
Octal344111701411271051367
Binary111001000011111101100001101011110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,1); }

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

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

 a { background-color: rgb(28,33,1); }

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

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

 span { border-color: rgb(28,33,1); }

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