#1C432F

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

Shades of Zuccini #1C432F

Tints of Zuccini #1C432F

Color information

#1C432F (or 0x1C432F) is unknown color: approx Zuccini. HEX triplet: 1C, 43 and 2F. RGB value is (28,67,47). Sum of RGB (Red+Green+Blue) = 28+67+47=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #1C432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C432F is #E3BCD0. Grayscale: #353535. Windows color (decimal): -14925009 or 3097372. OLE color: 3097372.

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

Color convert

RGB286747-
CMYK0.5800.300.74
HSL149.23º41.05%18.63%-
HSV(B)149.23º58.21%26.27%-
XYZ34.473.39-
YUV53.06124.58110.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=19.72%
G=47.18%
B=33.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2867470.5800.300.74149.2341.0518.63
Hex1C432F3A01E4A952913
Octal3410357720361122255123
Binary11100100001110111111101001111010010101001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,67,47); }

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

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

 a { background-color: rgb(28,67,47); }

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

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

 span { border-color: rgb(28,67,47); }

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