#1C462B

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

Shades of Zuccini #1C462B

Tints of Zuccini #1C462B

Color information

#1C462B (or 0x1C462B) is unknown color: approx Zuccini. HEX triplet: 1C, 46 and 2B. RGB value is (28,70,43). Sum of RGB (Red+Green+Blue) = 28+70+43=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #1C462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C462B is #E3B9D4. Grayscale: #363636. Windows color (decimal): -14924245 or 2835996. OLE color: 2835996.

HSL color Cylindrical-coordinate representation of color #1C462B: hue angle of 141.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C462B is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB287043-
CMYK0.6000.390.73
HSL141.43º42.86%19.22%-
HSV(B)141.43º60%27.45%-
XYZ3.114.83.05-
YUV54.36121.59109.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=19.86%
G=49.65%
B=30.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2870430.6000.390.73141.4342.8619.22
Hex1C462B3C027498d2b13
Octal3410653740471112155323
Binary111001000110101011111100010011110010011000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,43); }

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

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

 a { background-color: rgb(28,70,43); }

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

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

 span { border-color: rgb(28,70,43); }

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