#1C2300

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

Shades of Green Waterloo #1C2300

Tints of Green Waterloo #1C2300

Color information

#1C2300 (or 0x1C2300) is unknown color: approx Green Waterloo. HEX triplet: 1C, 23 and 00. RGB value is (28,35,0). Sum of RGB (Red+Green+Blue) = 28+35+0=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2300 is #E3DCFF. Grayscale: #1D1D1D. Windows color (decimal): -14933248 or 8988. OLE color: 8988.

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

Color convert

RGB28350-
CMYK0.20010.86
HSL72º100%6.86%-
HSV(B)72º100%13.73%-
XYZ1.081.450.22-
YUV28.92111.68127.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal283500.20010.86721006.86
Hex1C230140645648647
Octal344302401441261101447
Binary1110010001101010001100100101011010010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,0); }

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

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

 a { background-color: rgb(28,35,0); }

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

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

 span { border-color: rgb(28,35,0); }

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