Shades of Zuccini #103D2B
Tints of Zuccini #103D2B
RGB
CMYK
RGB Variations
Color information
#103D2B (or 0x103D2B) is known color: Zuccini. HEX triplet: 10, 3D and 2B. RGB value is (16,61,43). Sum of RGB (Red+Green+Blue) = 16+61+43=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #103D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D2B is #EFC2D4. Grayscale: #2D2D2D. Windows color (decimal): -15712981 or 2833680. OLE color: 2833680.
HSL color Cylindrical-coordinate representation of color #103D2B: hue angle of 156º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103D2B is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 61 | 43 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.76 |
| HSL | 156º | 0.58% | 0.15% | - |
| HSV(B) | 156º | 0.74% | 0.24% | - |
| XYZ | 2.32 | 3.62 | 2.86 | - |
| YUV | 45.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 43 | 0.74 | 0 | 0.30 | 0.76 | 156 | 0.58 | 0.15 |
| Hex | 10 | 3D | 2B | 4A | 0 | 1E | 4C | 9C | 3A | F |
| Octal | 20 | 75 | 53 | 112 | 0 | 36 | 114 | 234 | 72 | 17 |
| Binary | 10000 | 111101 | 101011 | 1001010 | 0 | 11110 | 1001100 | 10011100 | 111010 | 1111 |
Color Harmonies of #103D2B
Complementary color
Monochromatic Colors of #103D2B
Black with #103D2B
Text Example
Text Example
White with #103D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D2B; }
p { color: rgb(16,61,43); }
H1.HeaderClassName
{
color: #103D2B;
}
.AnyTagClassName
{
color: #103D2B;
}
</style>
background-color css
<style>
a { background-color: #103D2B; }
a { background-color: rgb(16,61,43); }
div.DivClassName
{
background-color: #103D2B;
}
.BgClassName
{
background-color: #103D2B;
}
</style>
border-color css
<style>
span { border-color: #103D2B; }
span { border-color: rgb(16,61,43); }
td.TdClassName
{
border-color: #103D2B;
}
.TagClassName
{
border-color: #103D2B;
}
</style>