#1C2201

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

Shades of Green Waterloo #1C2201

Tints of Green Waterloo #1C2201

Color information

#1C2201 (or 0x1C2201) is unknown color: approx Green Waterloo. HEX triplet: 1C, 22 and 01. RGB value is (28,34,1). Sum of RGB (Red+Green+Blue) = 28+34+1=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #1C2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2201 is #E3DDFE. Grayscale: #1C1C1C. Windows color (decimal): -14933503 or 74268. OLE color: 74268.

HSL color Cylindrical-coordinate representation of color #1C2201: hue angle of 70.91º 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 #1C2201 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB28341-
CMYK0.1800.970.87
HSL70.91º94.29%6.86%-
HSV(B)70.91º97.06%13.33%-
XYZ1.061.390.24-
YUV28.44112.51127.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=44.44%
G=53.97%
B=1.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal283410.1800.970.8770.9194.296.86
Hex1C2211206157475e7
Octal344212201411271071367
Binary1110010001011001001100001101011110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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