#1A462D

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

Shades of Zuccini #1A462D

Tints of Zuccini #1A462D

Color information

#1A462D (or 0x1A462D) is unknown color: approx Zuccini. HEX triplet: 1A, 46 and 2D. RGB value is (26,70,45). Sum of RGB (Red+Green+Blue) = 26+70+45=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #1A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A462D is #E5B9D2. Grayscale: #363636. Windows color (decimal): -15055315 or 2967066. OLE color: 2967066.

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

Color convert

RGB267045-
CMYK0.6300.360.73
HSL145.91º45.83%18.82%-
HSV(B)145.91º62.86%27.45%-
XYZ3.094.793.24-
YUV53.99122.92108.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=18.44%
G=49.65%
B=31.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670450.6300.360.73145.9145.8318.82
Hex1A462D3F02449922e13
Octal3210655770441112225623
Binary110101000110101101111111010010010010011001001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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