Shades of Zuccini #113E2B
Tints of Zuccini #113E2B
RGB
CMYK
RGB Variations
Color information
#113E2B (or 0x113E2B) is known color: Zuccini. HEX triplet: 11, 3E and 2B. RGB value is (17,62,43). Sum of RGB (Red+Green+Blue) = 17+62+43=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #113E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E2B is #EEC1D4. Grayscale: #2E2E2E. Windows color (decimal): -15647189 or 2833937. OLE color: 2833937.
HSL color Cylindrical-coordinate representation of color #113E2B: hue angle of 154.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E2B is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 43 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.76 |
| HSL | 154.67º | 0.57% | 0.15% | - |
| HSV(B) | 154.67º | 0.73% | 0.24% | - |
| XYZ | 2.39 | 3.74 | 2.88 | - |
| YUV | 46.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 43 | 0.73 | 0 | 0.31 | 0.76 | 154.67 | 0.57 | 0.15 |
| Hex | 11 | 3E | 2B | 49 | 0 | 1F | 4C | 9B | 39 | F |
| Octal | 21 | 76 | 53 | 111 | 0 | 37 | 114 | 233 | 71 | 17 |
| Binary | 10001 | 111110 | 101011 | 1001001 | 0 | 11111 | 1001100 | 10011011 | 111001 | 1111 |
Color Harmonies of #113E2B
Complementary color
Monochromatic Colors of #113E2B
Black with #113E2B
Text Example
Text Example
White with #113E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E2B; }
p { color: rgb(17,62,43); }
H1.HeaderClassName
{
color: #113E2B;
}
.AnyTagClassName
{
color: #113E2B;
}
</style>
background-color css
<style>
a { background-color: #113E2B; }
a { background-color: rgb(17,62,43); }
div.DivClassName
{
background-color: #113E2B;
}
.BgClassName
{
background-color: #113E2B;
}
</style>
border-color css
<style>
span { border-color: #113E2B; }
span { border-color: rgb(17,62,43); }
td.TdClassName
{
border-color: #113E2B;
}
.TagClassName
{
border-color: #113E2B;
}
</style>