Shades of Zuccini #113F2D
Tints of Zuccini #113F2D
RGB
CMYK
RGB Variations
Color information
#113F2D (or 0x113F2D) is known color: 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
| RGB | 17 | 63 | 45 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.75 |
| HSL | 156.52º | 0.58% | 0.16% | - |
| HSV(B) | 156.52º | 0.73% | 0.25% | - |
| XYZ | 2.48 | 3.86 | 3.1 | - |
| YUV | 47.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 45 | 0.73 | 0 | 0.29 | 0.75 | 156.52 | 0.58 | 0.16 |
| Hex | 11 | 3F | 2D | 49 | 0 | 1D | 4B | 9D | 3A | 10 |
| Octal | 21 | 77 | 55 | 111 | 0 | 35 | 113 | 235 | 72 | 20 |
| Binary | 10001 | 111111 | 101101 | 1001001 | 0 | 11101 | 1001011 | 10011101 | 111010 | 10000 |
Color Harmonies of #113F2D
Complementary color
Monochromatic Colors of #113F2D
Black with #113F2D
Text Example
Text Example
White with #113F2D
Text Example
Text Example
HTML Codes & Css Web 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>