#1A472B

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

Shades of Zuccini #1A472B

Tints of Zuccini #1A472B

Color information

#1A472B (or 0x1A472B) is unknown color: approx Zuccini. HEX triplet: 1A, 47 and 2B. RGB value is (26,71,43). Sum of RGB (Red+Green+Blue) = 26+71+43=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472B is #E5B8D4. Grayscale: #363636. Windows color (decimal): -15055061 or 2836250. OLE color: 2836250.

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

Color convert

RGB267143-
CMYK0.6300.390.72
HSL142.67º46.39%19.02%-
HSV(B)142.67º63.38%27.84%-
XYZ3.124.93.07-
YUV54.35121.59107.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=18.57%
G=50.71%
B=30.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671430.6300.390.72142.6746.3919.02
Hex1A472B3F027488f2e13
Octal3210753770471102175623
Binary110101000111101011111111010011110010001000111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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