Shades of Zuccini #113D2B
Tints of Zuccini #113D2B
RGB
CMYK
RGB Variations
Color information
#113D2B (or 0x113D2B) is known color: Zuccini. HEX triplet: 11, 3D and 2B. RGB value is (17,61,43). Sum of RGB (Red+Green+Blue) = 17+61+43=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #113D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D2B is #EEC2D4. Grayscale: #2D2D2D. Windows color (decimal): -15647445 or 2833681. OLE color: 2833681.
HSL color Cylindrical-coordinate representation of color #113D2B: hue angle of 155.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D2B is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 43 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.76 |
| HSL | 155.45º | 0.56% | 0.15% | - |
| HSV(B) | 155.45º | 0.72% | 0.24% | - |
| XYZ | 2.34 | 3.63 | 2.86 | - |
| YUV | 45.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 43 | 0.72 | 0 | 0.30 | 0.76 | 155.45 | 0.56 | 0.15 |
| Hex | 11 | 3D | 2B | 48 | 0 | 1E | 4C | 9B | 38 | F |
| Octal | 21 | 75 | 53 | 110 | 0 | 36 | 114 | 233 | 70 | 17 |
| Binary | 10001 | 111101 | 101011 | 1001000 | 0 | 11110 | 1001100 | 10011011 | 111000 | 1111 |
Color Harmonies of #113D2B
Complementary color
Monochromatic Colors of #113D2B
Black with #113D2B
Text Example
Text Example
White with #113D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D2B; }
p { color: rgb(17,61,43); }
H1.HeaderClassName
{
color: #113D2B;
}
.AnyTagClassName
{
color: #113D2B;
}
</style>
background-color css
<style>
a { background-color: #113D2B; }
a { background-color: rgb(17,61,43); }
div.DivClassName
{
background-color: #113D2B;
}
.BgClassName
{
background-color: #113D2B;
}
</style>
border-color css
<style>
span { border-color: #113D2B; }
span { border-color: rgb(17,61,43); }
td.TdClassName
{
border-color: #113D2B;
}
.TagClassName
{
border-color: #113D2B;
}
</style>