#1C482A

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

Shades of Zuccini #1C482A

Tints of Zuccini #1C482A

Color information

#1C482A (or 0x1C482A) is unknown color: approx Zuccini. HEX triplet: 1C, 48 and 2A. RGB value is (28,72,42). Sum of RGB (Red+Green+Blue) = 28+72+42=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #1C482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C482A is #E3B7D5. Grayscale: #373737. Windows color (decimal): -14923734 or 2770972. OLE color: 2770972.

HSL color Cylindrical-coordinate representation of color #1C482A: hue angle of 139.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C482A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB287242-
CMYK0.6100.420.72
HSL139.09º44%19.61%-
HSV(B)139.09º61.11%28.24%-
XYZ3.215.053-
YUV55.42120.42108.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=19.72%
G=50.70%
B=29.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872420.6100.420.72139.094419.61
Hex1C482A3D02A488b2c14
Octal3411052750521102135424
Binary111001001000101010111101010101010010001000101110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,42); }

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

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

 a { background-color: rgb(28,72,42); }

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

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

 span { border-color: rgb(28,72,42); }

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