#1D4331

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

Shades of Zuccini #1D4331

Tints of Zuccini #1D4331

Color information

#1D4331 (or 0x1D4331) is unknown color: approx Zuccini. HEX triplet: 1D, 43 and 31. RGB value is (29,67,49). Sum of RGB (Red+Green+Blue) = 29+67+49=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4331 is #E2BCCE. Grayscale: #353535. Windows color (decimal): -14859471 or 3228445. OLE color: 3228445.

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

Color convert

RGB296749-
CMYK0.5700.270.74
HSL151.58º39.58%18.82%-
HSV(B)151.58º56.72%26.27%-
XYZ3.074.53.61-
YUV53.59125.41110.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=20%
G=46.21%
B=33.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2967490.5700.270.74151.5839.5818.82
Hex1D43313901B4A982813
Octal3510361710331122305023
Binary11101100001111000111100101101110010101001100010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,49); }

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

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

 a { background-color: rgb(29,67,49); }

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

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

 span { border-color: rgb(29,67,49); }

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