Shades of Zuccini #103E2D
Tints of Zuccini #103E2D
RGB
CMYK
RGB Variations
Color information
#103E2D (or 0x103E2D) is known color: Zuccini. HEX triplet: 10, 3E and 2D. RGB value is (16,62,45). Sum of RGB (Red+Green+Blue) = 16+62+45=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2D is #EFC1D2. Grayscale: #2E2E2E. Windows color (decimal): -15712723 or 2965008. OLE color: 2965008.
HSL color Cylindrical-coordinate representation of color #103E2D: hue angle of 157.83º degrees, saturation: 0.59, 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 #103E2D is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 45 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.76 |
| HSL | 157.83º | 0.59% | 0.15% | - |
| HSV(B) | 157.83º | 0.74% | 0.24% | - |
| XYZ | 2.41 | 3.74 | 3.08 | - |
| YUV | 46.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 45 | 0.74 | 0 | 0.27 | 0.76 | 157.83 | 0.59 | 0.15 |
| Hex | 10 | 3E | 2D | 4A | 0 | 1B | 4C | 9E | 3B | F |
| Octal | 20 | 76 | 55 | 112 | 0 | 33 | 114 | 236 | 73 | 17 |
| Binary | 10000 | 111110 | 101101 | 1001010 | 0 | 11011 | 1001100 | 10011110 | 111011 | 1111 |
Color Harmonies of #103E2D
Complementary color
Monochromatic Colors of #103E2D
Black with #103E2D
Text Example
Text Example
White with #103E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E2D; }
p { color: rgb(16,62,45); }
H1.HeaderClassName
{
color: #103E2D;
}
.AnyTagClassName
{
color: #103E2D;
}
</style>
background-color css
<style>
a { background-color: #103E2D; }
a { background-color: rgb(16,62,45); }
div.DivClassName
{
background-color: #103E2D;
}
.BgClassName
{
background-color: #103E2D;
}
</style>
border-color css
<style>
span { border-color: #103E2D; }
span { border-color: rgb(16,62,45); }
td.TdClassName
{
border-color: #103E2D;
}
.TagClassName
{
border-color: #103E2D;
}
</style>