Shades of Zuccini #103F29
Tints of Zuccini #103F29
RGB
CMYK
RGB Variations
Color information
#103F29 (or 0x103F29) is known color: Zuccini. HEX triplet: 10, 3F and 29. RGB value is (16,63,41). Sum of RGB (Red+Green+Blue) = 16+63+41=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #103F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F29 is #EFC0D6. Grayscale: #2E2E2E. Windows color (decimal): -15712471 or 2703120. OLE color: 2703120.
HSL color Cylindrical-coordinate representation of color #103F29: hue angle of 151.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F29 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 41 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.75 |
| HSL | 151.91º | 0.59% | 0.15% | - |
| HSV(B) | 151.91º | 0.75% | 0.25% | - |
| XYZ | 2.39 | 3.83 | 2.71 | - |
| YUV | 46.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 41 | 0.75 | 0 | 0.35 | 0.75 | 151.91 | 0.59 | 0.15 |
| Hex | 10 | 3F | 29 | 4B | 0 | 23 | 4B | 98 | 3B | F |
| Octal | 20 | 77 | 51 | 113 | 0 | 43 | 113 | 230 | 73 | 17 |
| Binary | 10000 | 111111 | 101001 | 1001011 | 0 | 100011 | 1001011 | 10011000 | 111011 | 1111 |
Color Harmonies of #103F29
Complementary color
Monochromatic Colors of #103F29
Black with #103F29
Text Example
Text Example
White with #103F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F29; }
p { color: rgb(16,63,41); }
H1.HeaderClassName
{
color: #103F29;
}
.AnyTagClassName
{
color: #103F29;
}
</style>
background-color css
<style>
a { background-color: #103F29; }
a { background-color: rgb(16,63,41); }
div.DivClassName
{
background-color: #103F29;
}
.BgClassName
{
background-color: #103F29;
}
</style>
border-color css
<style>
span { border-color: #103F29; }
span { border-color: rgb(16,63,41); }
td.TdClassName
{
border-color: #103F29;
}
.TagClassName
{
border-color: #103F29;
}
</style>