#1D4130

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

Shades of Zuccini #1D4130

Tints of Zuccini #1D4130

Color information

#1D4130 (or 0x1D4130) is unknown color: approx Zuccini. HEX triplet: 1D, 41 and 30. RGB value is (29,65,48). Sum of RGB (Red+Green+Blue) = 29+65+48=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4130 is #E2BECF. Grayscale: #343434. Windows color (decimal): -14859984 or 3162397. OLE color: 3162397.

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

Color convert

RGB296548-
CMYK0.5500.260.75
HSL151.67º38.3%18.43%-
HSV(B)151.67º55.38%25.49%-
XYZ2.934.263.46-
YUV52.3125.57111.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=20.42%
G=45.77%
B=33.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965480.5500.260.75151.6738.318.43
Hex1D41303701A4B982612
Octal3510160670321132304622
Binary11101100000111000011011101101010010111001100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,65,48); }

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

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

 a { background-color: rgb(29,65,48); }

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

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

 span { border-color: rgb(29,65,48); }

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