#1C402F

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

Shades of Zuccini #1C402F

Tints of Zuccini #1C402F

Color information

#1C402F (or 0x1C402F) is unknown color: approx Zuccini. HEX triplet: 1C, 40 and 2F. RGB value is (28,64,47). Sum of RGB (Red+Green+Blue) = 28+64+47=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402F is #E3BFD0. Grayscale: #333333. Windows color (decimal): -14925777 or 3096604. OLE color: 3096604.

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

Color convert

RGB286447-
CMYK0.5600.270.75
HSL151.67º39.13%18.04%-
HSV(B)151.67º56.25%25.1%-
XYZ2.834.123.34-
YUV51.3125.57111.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=20.14%
G=46.04%
B=33.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864470.5600.270.75151.6739.1318.04
Hex1C402F3801B4B982712
Octal3410057700331132304722
Binary11100100000010111111100001101110010111001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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