#1C472D

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

Shades of Zuccini #1C472D

Tints of Zuccini #1C472D

Color information

#1C472D (or 0x1C472D) is unknown color: approx Zuccini. HEX triplet: 1C, 47 and 2D. RGB value is (28,71,45). Sum of RGB (Red+Green+Blue) = 28+71+45=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1C472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C472D is #E3B8D2. Grayscale: #373737. Windows color (decimal): -14923987 or 2967324. OLE color: 2967324.

HSL color Cylindrical-coordinate representation of color #1C472D: hue angle of 143.72º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C472D is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB287145-
CMYK0.6100.370.72
HSL143.72º43.43%19.41%-
HSV(B)143.72º60.56%27.84%-
XYZ3.214.943.27-
YUV55.18122.25108.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.44%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=19.44%
G=49.31%
B=31.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871450.6100.370.72143.7243.4319.41
Hex1C472D3D02548902b13
Octal3410755750451102205323
Binary111001000111101101111101010010110010001001000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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