#1C2400

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

Shades of Green Waterloo #1C2400

Tints of Green Waterloo #1C2400

Color information

#1C2400 (or 0x1C2400) is unknown color: approx Green Waterloo. HEX triplet: 1C, 24 and 00. RGB value is (28,36,0). Sum of RGB (Red+Green+Blue) = 28+36+0=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2400 is #E3DBFF. Grayscale: #1D1D1D. Windows color (decimal): -14932992 or 9244. OLE color: 9244.

HSL color Cylindrical-coordinate representation of color #1C2400: hue angle of 73.33º 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 #1C2400 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB28360-
CMYK0.22010.86
HSL73.33º100%7.06%-
HSV(B)73.33º100%14.12%-
XYZ1.111.510.23-
YUV29.5111.35126.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 36 (14.45% from 255) = 56.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.75%
G=56.25%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal283600.22010.8673.331007.06
Hex1C240160645649647
Octal344402601441261111447
Binary1110010010001011001100100101011010010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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