#1A472D

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

Shades of Zuccini #1A472D

Tints of Zuccini #1A472D

Color information

#1A472D (or 0x1A472D) is unknown color: approx Zuccini. HEX triplet: 1A, 47 and 2D. RGB value is (26,71,45). Sum of RGB (Red+Green+Blue) = 26+71+45=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472D is #E5B8D2. Grayscale: #363636. Windows color (decimal): -15055059 or 2967322. OLE color: 2967322.

HSL color Cylindrical-coordinate representation of color #1A472D: hue angle of 145.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A472D is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB267145-
CMYK0.6300.370.72
HSL145.33º46.39%19.02%-
HSV(B)145.33º63.38%27.84%-
XYZ3.154.923.27-
YUV54.58122.59107.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=18.31%
G=50%
B=31.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671450.6300.370.72145.3346.3919.02
Hex1A472D3F02548912e13
Octal3210755770451102215623
Binary110101000111101101111111010010110010001001000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,45); }

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

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

 a { background-color: rgb(26,71,45); }

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

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

 span { border-color: rgb(26,71,45); }

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