#1C492D

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

Shades of Zuccini #1C492D

Tints of Zuccini #1C492D

Color information

#1C492D (or 0x1C492D) is unknown color: approx Zuccini. HEX triplet: 1C, 49 and 2D. RGB value is (28,73,45). Sum of RGB (Red+Green+Blue) = 28+73+45=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #1C492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C492D is #E3B6D2. Grayscale: #383838. Windows color (decimal): -14923475 or 2967836. OLE color: 2967836.

HSL color Cylindrical-coordinate representation of color #1C492D: hue angle of 142.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C492D is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB287345-
CMYK0.6200.380.71
HSL142.67º44.55%19.8%-
HSV(B)142.67º61.64%28.63%-
XYZ3.345.23.31-
YUV56.35121.59107.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=19.18%
G=50%
B=30.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2873450.6200.380.71142.6744.5519.8
Hex1C492D3E026478f2d14
Octal3411155760461072175524
Binary111001001001101101111110010011010001111000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,45); }

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

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

 a { background-color: rgb(28,73,45); }

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

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

 span { border-color: rgb(28,73,45); }

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