#1C2103

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

Shades of Green Waterloo #1C2103

Tints of Green Waterloo #1C2103

Color information

#1C2103 (or 0x1C2103) is unknown color: approx Green Waterloo. HEX triplet: 1C, 21 and 03. RGB value is (28,33,3). Sum of RGB (Red+Green+Blue) = 28+33+3=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2103 is #E3DEFC. Grayscale: #1C1C1C. Windows color (decimal): -14933757 or 205084. OLE color: 205084.

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

Color convert

RGB28333-
CMYK0.1500.910.87
HSL70º83.33%7.06%-
HSV(B)70º90.91%12.94%-
XYZ1.041.340.29-
YUV28.08113.84127.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 3 (1.56% from 255) = 4.69%
R=43.75%
G=51.56%
B=4.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal283330.1500.910.877083.337.06
Hex1C213F05B5746537
Octal344131701331271061237
Binary1110010000111111101011011101011110001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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