Shades of Zuccini #103E2A
Tints of Zuccini #103E2A
RGB
CMYK
RGB Variations
Color information
#103E2A (or 0x103E2A) is known color: Zuccini. HEX triplet: 10, 3E and 2A. RGB value is (16,62,42). Sum of RGB (Red+Green+Blue) = 16+62+42=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2A is #EFC1D5. Grayscale: #2D2D2D. Windows color (decimal): -15712726 or 2768400. OLE color: 2768400.
HSL color Cylindrical-coordinate representation of color #103E2A: hue angle of 153.91º 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 #103E2A is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 42 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.76 |
| HSL | 153.91º | 0.59% | 0.15% | - |
| HSV(B) | 153.91º | 0.74% | 0.24% | - |
| XYZ | 2.35 | 3.72 | 2.78 | - |
| YUV | 45.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 42 | 0.74 | 0 | 0.32 | 0.76 | 153.91 | 0.59 | 0.15 |
| Hex | 10 | 3E | 2A | 4A | 0 | 20 | 4C | 9A | 3B | F |
| Octal | 20 | 76 | 52 | 112 | 0 | 40 | 114 | 232 | 73 | 17 |
| Binary | 10000 | 111110 | 101010 | 1001010 | 0 | 100000 | 1001100 | 10011010 | 111011 | 1111 |
Color Harmonies of #103E2A
Complementary color
Monochromatic Colors of #103E2A
Black with #103E2A
Text Example
Text Example
White with #103E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E2A; }
p { color: rgb(16,62,42); }
H1.HeaderClassName
{
color: #103E2A;
}
.AnyTagClassName
{
color: #103E2A;
}
</style>
background-color css
<style>
a { background-color: #103E2A; }
a { background-color: rgb(16,62,42); }
div.DivClassName
{
background-color: #103E2A;
}
.BgClassName
{
background-color: #103E2A;
}
</style>
border-color css
<style>
span { border-color: #103E2A; }
span { border-color: rgb(16,62,42); }
td.TdClassName
{
border-color: #103E2A;
}
.TagClassName
{
border-color: #103E2A;
}
</style>