#1C452E

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

Shades of Zuccini #1C452E

Tints of Zuccini #1C452E

Color information

#1C452E (or 0x1C452E) is unknown color: approx Zuccini. HEX triplet: 1C, 45 and 2E. RGB value is (28,69,46). Sum of RGB (Red+Green+Blue) = 28+69+46=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #1C452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C452E is #E3BAD1. Grayscale: #363636. Windows color (decimal): -14924498 or 3032348. OLE color: 3032348.

HSL color Cylindrical-coordinate representation of color #1C452E: hue angle of 146.34º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C452E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB286946-
CMYK0.5900.330.73
HSL146.34º42.27%19.02%-
HSV(B)146.34º59.42%27.06%-
XYZ3.14.73.33-
YUV54.12123.42109.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.58%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=19.58%
G=48.25%
B=32.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2869460.5900.330.73146.3442.2719.02
Hex1C452E3B02149922a13
Octal3410556730411112225223
Binary111001000101101110111011010000110010011001001010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,69,46); }

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

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

 a { background-color: rgb(28,69,46); }

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

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

 span { border-color: rgb(28,69,46); }

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