Shades of Zuccini #103E28
Tints of Zuccini #103E28
RGB
CMYK
RGB Variations
Color information
#103E28 (or 0x103E28) is known color: Zuccini. HEX triplet: 10, 3E and 28. RGB value is (16,62,40). Sum of RGB (Red+Green+Blue) = 16+62+40=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #103E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E28 is #EFC1D7. Grayscale: #2D2D2D. Windows color (decimal): -15712728 or 2637328. OLE color: 2637328.
HSL color Cylindrical-coordinate representation of color #103E28: hue angle of 151.3º 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 #103E28 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 40 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.76 |
| HSL | 151.3º | 0.59% | 0.15% | - |
| HSV(B) | 151.3º | 0.74% | 0.24% | - |
| XYZ | 2.32 | 3.71 | 2.6 | - |
| YUV | 45.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 40 | 0.74 | 0 | 0.35 | 0.76 | 151.3 | 0.59 | 0.15 |
| Hex | 10 | 3E | 28 | 4A | 0 | 23 | 4C | 97 | 3B | F |
| Octal | 20 | 76 | 50 | 112 | 0 | 43 | 114 | 227 | 73 | 17 |
| Binary | 10000 | 111110 | 101000 | 1001010 | 0 | 100011 | 1001100 | 10010111 | 111011 | 1111 |
Color Harmonies of #103E28
Complementary color
Monochromatic Colors of #103E28
Black with #103E28
Text Example
Text Example
White with #103E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E28; }
p { color: rgb(16,62,40); }
H1.HeaderClassName
{
color: #103E28;
}
.AnyTagClassName
{
color: #103E28;
}
</style>
background-color css
<style>
a { background-color: #103E28; }
a { background-color: rgb(16,62,40); }
div.DivClassName
{
background-color: #103E28;
}
.BgClassName
{
background-color: #103E28;
}
</style>
border-color css
<style>
span { border-color: #103E28; }
span { border-color: rgb(16,62,40); }
td.TdClassName
{
border-color: #103E28;
}
.TagClassName
{
border-color: #103E28;
}
</style>