#1A4C2B

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

Shades of Zuccini #1A4C2B

Tints of Zuccini #1A4C2B

Color information

#1A4C2B (or 0x1A4C2B) is unknown color: approx Zuccini. HEX triplet: 1A, 4C and 2B. RGB value is (26,76,43). Sum of RGB (Red+Green+Blue) = 26+76+43=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C2B is #E5B3D4. Grayscale: #393939. Windows color (decimal): -15053781 or 2837530. OLE color: 2837530.

HSL color Cylindrical-coordinate representation of color #1A4C2B: hue angle of 140.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4C2B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB267643-
CMYK0.6600.430.70
HSL140.4º49.02%20%-
HSV(B)140.4º65.79%29.8%-
XYZ3.455.563.18-
YUV57.29119.94105.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=17.93%
G=52.41%
B=29.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2676430.6600.430.70140.449.0220
Hex1A4C2B4202B468c3114
Octal32114531020531062146124
Binary1101010011001010111000010010101110001101000110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,43); }

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

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

 a { background-color: rgb(26,76,43); }

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

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

 span { border-color: rgb(26,76,43); }

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