#1A462E

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

Shades of Zuccini #1A462E

Tints of Zuccini #1A462E

Color information

#1A462E (or 0x1A462E) is unknown color: approx Zuccini. HEX triplet: 1A, 46 and 2E. RGB value is (26,70,46). Sum of RGB (Red+Green+Blue) = 26+70+46=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #1A462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A462E is #E5B9D1. Grayscale: #363636. Windows color (decimal): -15055314 or 3032602. OLE color: 3032602.

HSL color Cylindrical-coordinate representation of color #1A462E: hue angle of 147.27º 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 #1A462E is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB267046-
CMYK0.6300.340.73
HSL147.27º45.83%18.82%-
HSV(B)147.27º62.86%27.45%-
XYZ3.114.83.35-
YUV54.11123.42107.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=18.31%
G=49.30%
B=32.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670460.6300.340.73147.2745.8318.82
Hex1A462E3F02249932e13
Octal3210656770421112235623
Binary110101000110101110111111010001010010011001001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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