#1D482E

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

Shades of Zuccini #1D482E

Tints of Zuccini #1D482E

Color information

#1D482E (or 0x1D482E) is unknown color: approx Zuccini. HEX triplet: 1D, 48 and 2E. RGB value is (29,72,46). Sum of RGB (Red+Green+Blue) = 29+72+46=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #1D482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D482E is #E2B7D1. Grayscale: #383838. Windows color (decimal): -14858194 or 3033117. OLE color: 3033117.

HSL color Cylindrical-coordinate representation of color #1D482E: hue angle of 143.72º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D482E is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB297246-
CMYK0.6000.360.72
HSL143.72º42.57%19.8%-
HSV(B)143.72º59.72%28.24%-
XYZ3.325.093.39-
YUV56.18122.25108.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=19.73%
G=48.98%
B=31.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972460.6000.360.72143.7242.5719.8
Hex1D482E3C02448902b14
Octal3511056740441102205324
Binary111011001000101110111100010010010010001001000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,46); }

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

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

 a { background-color: rgb(29,72,46); }

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

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

 span { border-color: rgb(29,72,46); }

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