#1D422F

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

Shades of Zuccini #1D422F

Tints of Zuccini #1D422F

Color information

#1D422F (or 0x1D422F) is unknown color: approx Zuccini. HEX triplet: 1D, 42 and 2F. RGB value is (29,66,47). Sum of RGB (Red+Green+Blue) = 29+66+47=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1D422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D422F is #E2BDD0. Grayscale: #343434. Windows color (decimal): -14859729 or 3097117. OLE color: 3097117.

HSL color Cylindrical-coordinate representation of color #1D422F: hue angle of 149.19º 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 #1D422F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB296647-
CMYK0.5600.290.74
HSL149.19º38.95%18.63%-
HSV(B)149.19º56.06%25.88%-
XYZ2.974.363.38-
YUV52.77124.74111.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=20.42%
G=46.48%
B=33.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966470.5600.290.74149.1938.9518.63
Hex1D422F3801D4A952713
Octal3510257700351122254723
Binary11101100001010111111100001110110010101001010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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