#1F472E

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

Shades of Zuccini #1F472E

Tints of Zuccini #1F472E

Color information

#1F472E (or 0x1F472E) is unknown color: approx Zuccini. HEX triplet: 1F, 47 and 2E. RGB value is (31,71,46). Sum of RGB (Red+Green+Blue) = 31+71+46=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #1F472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F472E is #E0B8D1. Grayscale: #383838. Windows color (decimal): -14727378 or 3032863. OLE color: 3032863.

HSL color Cylindrical-coordinate representation of color #1F472E: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F472E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB317146-
CMYK0.5600.350.72
HSL142.5º39.22%20%-
HSV(B)142.5º56.34%27.84%-
XYZ3.3153.37-
YUV56.19122.25110.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.95%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=20.95%
G=47.97%
B=31.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171460.5600.350.72142.539.2220
Hex1F472E38023488e2714
Octal3710756700431102164724
Binary111111000111101110111000010001110010001000111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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