#1C422D

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

Shades of Zuccini #1C422D

Tints of Zuccini #1C422D

Color information

#1C422D (or 0x1C422D) is unknown color: approx Zuccini. HEX triplet: 1C, 42 and 2D. RGB value is (28,66,45). Sum of RGB (Red+Green+Blue) = 28+66+45=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #1C422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C422D is #E3BDD2. Grayscale: #343434. Windows color (decimal): -14925267 or 2966044. OLE color: 2966044.

HSL color Cylindrical-coordinate representation of color #1C422D: hue angle of 146.84º 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 #1C422D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB286645-
CMYK0.5800.320.74
HSL146.84º40.43%18.43%-
HSV(B)146.84º57.58%25.88%-
XYZ2.94.333.17-
YUV52.24123.91110.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=20.14%
G=47.48%
B=32.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866450.5800.320.74146.8440.4318.43
Hex1C422D3A0204A932812
Octal3410255720401122235022
Binary111001000010101101111010010000010010101001001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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