#113F2D

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

Shades of Zuccini #113F2D

Tints of Zuccini #113F2D

Color information

#113F2D (or 0x113F2D) is unknown color: approx Zuccini. HEX triplet: 11, 3F and 2D. RGB value is (17,63,45). Sum of RGB (Red+Green+Blue) = 17+63+45=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #113F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F2D is #EEC0D2. Grayscale: #2F2F2F. Windows color (decimal): -15646931 or 2965265. OLE color: 2965265.

HSL color Cylindrical-coordinate representation of color #113F2D: hue angle of 156.52º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F2D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB176345-
CMYK0.7300.290.75
HSL156.52º57.5%15.69%-
HSV(B)156.52º73.02%24.71%-
XYZ2.483.863.1-
YUV47.19126.76106.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 63 (25% from 255) = 50.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=13.6%
G=50.4%
B=36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763450.7300.290.75156.5257.515.69
Hex113F2D4901D4B9d3a10
Octal2177551110351132357220
Binary10001111111101101100100101110110010111001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F2D; }

 p { color: rgb(17,63,45); }

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

<style>
 a { background-color: #113F2D; }

 a { background-color: rgb(17,63,45); }

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

<style>
 span { border-color: #113F2D; }

 span { border-color: rgb(17,63,45); }

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