#1A402E

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

Shades of Zuccini #1A402E

Tints of Zuccini #1A402E

Color information

#1A402E (or 0x1A402E) is unknown color: approx Zuccini. HEX triplet: 1A, 40 and 2E. RGB value is (26,64,46). Sum of RGB (Red+Green+Blue) = 26+64+46=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #1A402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A402E is #E5BFD1. Grayscale: #323232. Windows color (decimal): -15056850 or 3031066. OLE color: 3031066.

HSL color Cylindrical-coordinate representation of color #1A402E: hue angle of 151.58º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A402E is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB266446-
CMYK0.5900.280.75
HSL151.58º42.22%17.65%-
HSV(B)151.58º59.38%25.1%-
XYZ2.754.083.23-
YUV50.59125.41110.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.12%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=19.12%
G=47.06%
B=33.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664460.5900.280.75151.5842.2217.65
Hex1A402E3B01C4B982a12
Octal3210056730341132305222
Binary11010100000010111011101101110010010111001100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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