#1F442E

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

Shades of Zuccini #1F442E

Tints of Zuccini #1F442E

Color information

#1F442E (or 0x1F442E) is unknown color: approx Zuccini. HEX triplet: 1F, 44 and 2E. RGB value is (31,68,46). Sum of RGB (Red+Green+Blue) = 31+68+46=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #1F442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F442E is #E0BBD1. Grayscale: #363636. Windows color (decimal): -14728146 or 3032095. OLE color: 3032095.

HSL color Cylindrical-coordinate representation of color #1F442E: hue angle of 144.32º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F442E is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB316846-
CMYK0.5400.320.73
HSL144.32º37.37%19.41%-
HSV(B)144.32º54.41%26.67%-
XYZ3.134.623.31-
YUV54.43123.24111.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=21.38%
G=46.90%
B=31.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168460.5400.320.73144.3237.3719.41
Hex1F442E3602049902513
Octal3710456660401112204523
Binary111111000100101110110110010000010010011001000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,46); }

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

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

 a { background-color: rgb(31,68,46); }

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

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

 span { border-color: rgb(31,68,46); }

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