#1D4231

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

Shades of Zuccini #1D4231

Tints of Zuccini #1D4231

Color information

#1D4231 (or 0x1D4231) is unknown color: approx Zuccini. HEX triplet: 1D, 42 and 31. RGB value is (29,66,49). Sum of RGB (Red+Green+Blue) = 29+66+49=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4231 is #E2BDCE. Grayscale: #353535. Windows color (decimal): -14859727 or 3228189. OLE color: 3228189.

HSL color Cylindrical-coordinate representation of color #1D4231: hue angle of 152.43º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D4231 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB296649-
CMYK0.5600.260.74
HSL152.43º38.95%18.63%-
HSV(B)152.43º56.06%25.88%-
XYZ3.014.383.59-
YUV53125.74110.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=20.14%
G=45.83%
B=34.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966490.5600.260.74152.4338.9518.63
Hex1D42313801A4A982713
Octal3510261700321122304723
Binary11101100001011000111100001101010010101001100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,49); }

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

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

 a { background-color: rgb(29,66,49); }

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

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

 span { border-color: rgb(29,66,49); }

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