#1C412F

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

Shades of Zuccini #1C412F

Tints of Zuccini #1C412F

Color information

#1C412F (or 0x1C412F) is unknown color: approx Zuccini. HEX triplet: 1C, 41 and 2F. RGB value is (28,65,47). Sum of RGB (Red+Green+Blue) = 28+65+47=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #1C412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C412F is #E3BED0. Grayscale: #333333. Windows color (decimal): -14925521 or 3096860. OLE color: 3096860.

HSL color Cylindrical-coordinate representation of color #1C412F: hue angle of 150.81º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C412F is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB286547-
CMYK0.5700.280.75
HSL150.81º39.78%18.24%-
HSV(B)150.81º56.92%25.49%-
XYZ2.884.233.35-
YUV51.89125.24110.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=20%
G=46.43%
B=33.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865470.5700.280.75150.8139.7818.24
Hex1C412F3901C4B972812
Octal3410157710341132275022
Binary11100100000110111111100101110010010111001011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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