#1D442D

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

Shades of Zuccini #1D442D

Tints of Zuccini #1D442D

Color information

#1D442D (or 0x1D442D) is unknown color: approx Zuccini. HEX triplet: 1D, 44 and 2D. RGB value is (29,68,45). Sum of RGB (Red+Green+Blue) = 29+68+45=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #1D442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D442D is #E2BBD2. Grayscale: #353535. Windows color (decimal): -14859219 or 2966557. OLE color: 2966557.

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

Color convert

RGB296845-
CMYK0.5700.340.73
HSL144.62º40.21%19.02%-
HSV(B)144.62º57.35%26.67%-
XYZ3.054.583.21-
YUV53.72123.08110.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=20.42%
G=47.89%
B=31.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2968450.5700.340.73144.6240.2119.02
Hex1D442D3902249912813
Octal3510455710421112215023
Binary111011000100101101111001010001010010011001000110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,45); }

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

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

 a { background-color: rgb(29,68,45); }

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

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

 span { border-color: rgb(29,68,45); }

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