#1A472F

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

Shades of Zuccini #1A472F

Tints of Zuccini #1A472F

Color information

#1A472F (or 0x1A472F) is unknown color: approx Zuccini. HEX triplet: 1A, 47 and 2F. RGB value is (26,71,47). Sum of RGB (Red+Green+Blue) = 26+71+47=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472F is #E5B8D0. Grayscale: #363636. Windows color (decimal): -15055057 or 3098394. OLE color: 3098394.

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

Color convert

RGB267147-
CMYK0.6300.340.72
HSL148º46.39%19.02%-
HSV(B)148º63.38%27.84%-
XYZ3.194.933.47-
YUV54.81123.59107.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=18.06%
G=49.31%
B=32.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671470.6300.340.7214846.3919.02
Hex1A472F3F02248942e13
Octal3210757770421102245623
Binary110101000111101111111111010001010010001001010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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