#1D472F

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

Shades of Zuccini #1D472F

Tints of Zuccini #1D472F

Color information

#1D472F (or 0x1D472F) is unknown color: approx Zuccini. HEX triplet: 1D, 47 and 2F. RGB value is (29,71,47). Sum of RGB (Red+Green+Blue) = 29+71+47=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #1D472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D472F is #E2B8D0. Grayscale: #373737. Windows color (decimal): -14858449 or 3098397. OLE color: 3098397.

HSL color Cylindrical-coordinate representation of color #1D472F: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D472F is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB297147-
CMYK0.5900.340.72
HSL145.71º42%19.61%-
HSV(B)145.71º59.15%27.84%-
XYZ3.274.973.48-
YUV55.71123.09108.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=19.73%
G=48.30%
B=31.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2971470.5900.340.72145.714219.61
Hex1D472F3B02248922a14
Octal3510757730421102225224
Binary111011000111101111111011010001010010001001001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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