#1C422C

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

Shades of Zuccini #1C422C

Tints of Zuccini #1C422C

Color information

#1C422C (or 0x1C422C) is unknown color: approx Zuccini. HEX triplet: 1C, 42 and 2C. RGB value is (28,66,44). Sum of RGB (Red+Green+Blue) = 28+66+44=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #1C422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C422C is #E3BDD3. Grayscale: #343434. Windows color (decimal): -14925268 or 2900508. OLE color: 2900508.

HSL color Cylindrical-coordinate representation of color #1C422C: hue angle of 145.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C422C is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB286644-
CMYK0.5800.330.74
HSL145.26º40.43%18.43%-
HSV(B)145.26º57.58%25.88%-
XYZ2.884.333.07-
YUV52.13123.41110.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=20.29%
G=47.83%
B=31.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866440.5800.330.74145.2640.4318.43
Hex1C422C3A0214A912812
Octal3410254720411122215022
Binary111001000010101100111010010000110010101001000110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,66,44); }

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

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

 a { background-color: rgb(28,66,44); }

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

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

 span { border-color: rgb(28,66,44); }

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