#1D4830

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

Shades of Zuccini #1D4830

Tints of Zuccini #1D4830

Color information

#1D4830 (or 0x1D4830) is unknown color: approx Zuccini. HEX triplet: 1D, 48 and 30. RGB value is (29,72,48). Sum of RGB (Red+Green+Blue) = 29+72+48=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4830 is #E2B7CF. Grayscale: #383838. Windows color (decimal): -14858192 or 3164189. OLE color: 3164189.

HSL color Cylindrical-coordinate representation of color #1D4830: hue angle of 146.51º 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 #1D4830 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB297248-
CMYK0.6000.330.72
HSL146.51º42.57%19.8%-
HSV(B)146.51º59.72%28.24%-
XYZ3.365.113.61-
YUV56.41123.25108.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.46%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=19.46%
G=48.32%
B=32.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972480.6000.330.72146.5142.5719.8
Hex1D48303C02148932b14
Octal3511060740411102235324
Binary111011001000110000111100010000110010001001001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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