#1C402D

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

Shades of Zuccini #1C402D

Tints of Zuccini #1C402D

Color information

#1C402D (or 0x1C402D) is unknown color: approx Zuccini. HEX triplet: 1C, 40 and 2D. RGB value is (28,64,45). Sum of RGB (Red+Green+Blue) = 28+64+45=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402D is #E3BFD2. Grayscale: #333333. Windows color (decimal): -14925779 or 2965532. OLE color: 2965532.

HSL color Cylindrical-coordinate representation of color #1C402D: hue angle of 148.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C402D is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB286445-
CMYK0.5600.300.75
HSL148.33º39.13%18.04%-
HSV(B)148.33º56.25%25.1%-
XYZ2.794.13.13-
YUV51.07124.57111.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=20.44%
G=46.72%
B=32.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864450.5600.300.75148.3339.1318.04
Hex1C402D3801E4B942712
Octal3410055700361132244722
Binary11100100000010110111100001111010010111001010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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