#1A442C

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

Shades of Zuccini #1A442C

Tints of Zuccini #1A442C

Color information

#1A442C (or 0x1A442C) is unknown color: approx Zuccini. HEX triplet: 1A, 44 and 2C. RGB value is (26,68,44). Sum of RGB (Red+Green+Blue) = 26+68+44=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #1A442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A442C is #E5BBD3. Grayscale: #343434. Windows color (decimal): -15055828 or 2901018. OLE color: 2901018.

HSL color Cylindrical-coordinate representation of color #1A442C: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A442C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB266844-
CMYK0.6200.350.73
HSL145.71º44.68%18.43%-
HSV(B)145.71º61.76%26.67%-
XYZ2.954.543.1-
YUV52.71123.09108.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=18.84%
G=49.28%
B=31.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668440.6200.350.73145.7144.6818.43
Hex1A442C3E02349922d12
Octal3210454760431112225522
Binary110101000100101100111110010001110010011001001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,44); }

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

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

 a { background-color: rgb(26,68,44); }

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

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

 span { border-color: rgb(26,68,44); }

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