Shades of Zuccini #104F2E
Tints of Zuccini #104F2E
RGB
CMYK
RGB Variations
Color information
#104F2E (or 0x104F2E) is known color: Zuccini. HEX triplet: 10, 4F and 2E. RGB value is (16,79,46). Sum of RGB (Red+Green+Blue) = 16+79+46=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #104F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F2E is #EFB0D1. Grayscale: #383838. Windows color (decimal): -15708370 or 3034896. OLE color: 3034896.
HSL color Cylindrical-coordinate representation of color #104F2E: hue angle of 148.57º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F2E is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 46 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.69 |
| HSL | 148.57º | 0.66% | 0.19% | - |
| HSV(B) | 148.57º | 0.8% | 0.31% | - |
| XYZ | 3.5 | 5.9 | 3.54 | - |
| YUV | 56.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 46 | 0.80 | 0 | 0.42 | 0.69 | 148.57 | 0.66 | 0.19 |
| Hex | 10 | 4F | 2E | 50 | 0 | 2A | 45 | 95 | 42 | 13 |
| Octal | 20 | 117 | 56 | 120 | 0 | 52 | 105 | 225 | 102 | 23 |
| Binary | 10000 | 1001111 | 101110 | 1010000 | 0 | 101010 | 1000101 | 10010101 | 1000010 | 10011 |
Color Harmonies of #104F2E
Complementary color
Monochromatic Colors of #104F2E
Black with #104F2E
Text Example
Text Example
White with #104F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F2E; }
p { color: rgb(16,79,46); }
H1.HeaderClassName
{
color: #104F2E;
}
.AnyTagClassName
{
color: #104F2E;
}
</style>
background-color css
<style>
a { background-color: #104F2E; }
a { background-color: rgb(16,79,46); }
div.DivClassName
{
background-color: #104F2E;
}
.BgClassName
{
background-color: #104F2E;
}
</style>
border-color css
<style>
span { border-color: #104F2E; }
span { border-color: rgb(16,79,46); }
td.TdClassName
{
border-color: #104F2E;
}
.TagClassName
{
border-color: #104F2E;
}
</style>