Shades of Zuccini #103B2A
Tints of Zuccini #103B2A
RGB
CMYK
RGB Variations
Color information
#103B2A (or 0x103B2A) is known color: Zuccini. HEX triplet: 10, 3B and 2A. RGB value is (16,59,42). Sum of RGB (Red+Green+Blue) = 16+59+42=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #103B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B2A is #EFC4D5. Grayscale: #2C2C2C. Windows color (decimal): -15713494 or 2767632. OLE color: 2767632.
HSL color Cylindrical-coordinate representation of color #103B2A: hue angle of 156.28º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103B2A is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 59 | 42 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.77 |
| HSL | 156.28º | 0.57% | 0.15% | - |
| HSV(B) | 156.28º | 0.73% | 0.23% | - |
| XYZ | 2.2 | 3.41 | 2.73 | - |
| YUV | 44.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 42 | 0.73 | 0 | 0.29 | 0.77 | 156.28 | 0.57 | 0.15 |
| Hex | 10 | 3B | 2A | 49 | 0 | 1D | 4D | 9C | 39 | F |
| Octal | 20 | 73 | 52 | 111 | 0 | 35 | 115 | 234 | 71 | 17 |
| Binary | 10000 | 111011 | 101010 | 1001001 | 0 | 11101 | 1001101 | 10011100 | 111001 | 1111 |
Color Harmonies of #103B2A
Complementary color
Monochromatic Colors of #103B2A
Black with #103B2A
Text Example
Text Example
White with #103B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B2A; }
p { color: rgb(16,59,42); }
H1.HeaderClassName
{
color: #103B2A;
}
.AnyTagClassName
{
color: #103B2A;
}
</style>
background-color css
<style>
a { background-color: #103B2A; }
a { background-color: rgb(16,59,42); }
div.DivClassName
{
background-color: #103B2A;
}
.BgClassName
{
background-color: #103B2A;
}
</style>
border-color css
<style>
span { border-color: #103B2A; }
span { border-color: rgb(16,59,42); }
td.TdClassName
{
border-color: #103B2A;
}
.TagClassName
{
border-color: #103B2A;
}
</style>