#1C412E

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

Shades of Zuccini #1C412E

Tints of Zuccini #1C412E

Color information

#1C412E (or 0x1C412E) is unknown color: approx Zuccini. HEX triplet: 1C, 41 and 2E. RGB value is (28,65,46). Sum of RGB (Red+Green+Blue) = 28+65+46=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #1C412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C412E is #E3BED1. Grayscale: #333333. Windows color (decimal): -14925522 or 3031324. OLE color: 3031324.

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

Color convert

RGB286546-
CMYK0.5700.290.75
HSL149.19º39.78%18.24%-
HSV(B)149.19º56.92%25.49%-
XYZ2.864.223.25-
YUV51.77124.74111.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=20.14%
G=46.76%
B=33.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865460.5700.290.75149.1939.7818.24
Hex1C412E3901D4B952812
Octal3410156710351132255022
Binary11100100000110111011100101110110010111001010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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