#1C402E

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

Shades of Zuccini #1C402E

Tints of Zuccini #1C402E

Color information

#1C402E (or 0x1C402E) is unknown color: approx Zuccini. HEX triplet: 1C, 40 and 2E. RGB value is (28,64,46). Sum of RGB (Red+Green+Blue) = 28+64+46=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402E is #E3BFD1. Grayscale: #333333. Windows color (decimal): -14925778 or 3031068. OLE color: 3031068.

HSL color Cylindrical-coordinate representation of color #1C402E: hue angle of 150º 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 #1C402E is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB286446-
CMYK0.5600.280.75
HSL150º39.13%18.04%-
HSV(B)150º56.25%25.1%-
XYZ2.814.113.23-
YUV51.18125.07111.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=20.29%
G=46.38%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864460.5600.280.7515039.1318.04
Hex1C402E3801C4B962712
Octal3410056700341132264722
Binary11100100000010111011100001110010010111001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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