Shades of Zuccini #113F2B
Tints of Zuccini #113F2B
RGB
CMYK
RGB Variations
Color information
#113F2B (or 0x113F2B) is known color: Zuccini. HEX triplet: 11, 3F and 2B. RGB value is (17,63,43). Sum of RGB (Red+Green+Blue) = 17+63+43=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #113F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F2B is #EEC0D4. Grayscale: #2F2F2F. Windows color (decimal): -15646933 or 2834193. OLE color: 2834193.
HSL color Cylindrical-coordinate representation of color #113F2B: hue angle of 153.91º 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 #113F2B is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 43 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.75 |
| HSL | 153.91º | 0.58% | 0.16% | - |
| HSV(B) | 153.91º | 0.73% | 0.25% | - |
| XYZ | 2.44 | 3.85 | 2.9 | - |
| YUV | 46.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 43 | 0.73 | 0 | 0.32 | 0.75 | 153.91 | 0.58 | 0.16 |
| Hex | 11 | 3F | 2B | 49 | 0 | 20 | 4B | 9A | 3A | 10 |
| Octal | 21 | 77 | 53 | 111 | 0 | 40 | 113 | 232 | 72 | 20 |
| Binary | 10001 | 111111 | 101011 | 1001001 | 0 | 100000 | 1001011 | 10011010 | 111010 | 10000 |
Color Harmonies of #113F2B
Complementary color
Monochromatic Colors of #113F2B
Black with #113F2B
Text Example
Text Example
White with #113F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F2B; }
p { color: rgb(17,63,43); }
H1.HeaderClassName
{
color: #113F2B;
}
.AnyTagClassName
{
color: #113F2B;
}
</style>
background-color css
<style>
a { background-color: #113F2B; }
a { background-color: rgb(17,63,43); }
div.DivClassName
{
background-color: #113F2B;
}
.BgClassName
{
background-color: #113F2B;
}
</style>
border-color css
<style>
span { border-color: #113F2B; }
span { border-color: rgb(17,63,43); }
td.TdClassName
{
border-color: #113F2B;
}
.TagClassName
{
border-color: #113F2B;
}
</style>