#1D452E

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

Shades of Zuccini #1D452E

Tints of Zuccini #1D452E

Color information

#1D452E (or 0x1D452E) is unknown color: approx Zuccini. HEX triplet: 1D, 45 and 2E. RGB value is (29,69,46). Sum of RGB (Red+Green+Blue) = 29+69+46=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #1D452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D452E is #E2BAD1. Grayscale: #363636. Windows color (decimal): -14858962 or 3032349. OLE color: 3032349.

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

Color convert

RGB296946-
CMYK0.5800.330.73
HSL145.5º40.82%19.22%-
HSV(B)145.5º57.97%27.06%-
XYZ3.134.713.33-
YUV54.42123.25109.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=20.14%
G=47.92%
B=31.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2969460.5800.330.73145.540.8219.22
Hex1D452E3A02149922913
Octal3510556720411112225123
Binary111011000101101110111010010000110010011001001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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