#1F4630

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

Shades of Zuccini #1F4630

Tints of Zuccini #1F4630

Color information

#1F4630 (or 0x1F4630) is unknown color: approx Zuccini. HEX triplet: 1F, 46 and 30. RGB value is (31,70,48). Sum of RGB (Red+Green+Blue) = 31+70+48=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4630 is #E0B9CF. Grayscale: #373737. Windows color (decimal): -14727632 or 3163679. OLE color: 3163679.

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

Color convert

RGB317048-
CMYK0.5600.310.73
HSL146.15º38.61%19.8%-
HSV(B)146.15º55.71%27.45%-
XYZ3.294.893.57-
YUV55.83123.58110.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=20.81%
G=46.98%
B=32.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3170480.5600.310.73146.1538.6119.8
Hex1F46303801F49922714
Octal3710660700371112224724
Binary11111100011011000011100001111110010011001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,48); }

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

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

 a { background-color: rgb(31,70,48); }

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

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

 span { border-color: rgb(31,70,48); }

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