Shades of Zuccini #104F2D
Tints of Zuccini #104F2D
RGB
CMYK
RGB Variations
Color information
#104F2D (or 0x104F2D) is known color: Zuccini. HEX triplet: 10, 4F and 2D. RGB value is (16,79,45). Sum of RGB (Red+Green+Blue) = 16+79+45=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #104F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F2D is #EFB0D2. Grayscale: #383838. Windows color (decimal): -15708371 or 2969360. OLE color: 2969360.
HSL color Cylindrical-coordinate representation of color #104F2D: hue angle of 147.62º 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 #104F2D is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 45 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.69 |
| HSL | 147.62º | 0.66% | 0.19% | - |
| HSV(B) | 147.62º | 0.8% | 0.31% | - |
| XYZ | 3.48 | 5.89 | 3.44 | - |
| YUV | 56.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 45 | 0.80 | 0 | 0.43 | 0.69 | 147.62 | 0.66 | 0.19 |
| Hex | 10 | 4F | 2D | 50 | 0 | 2B | 45 | 94 | 42 | 13 |
| Octal | 20 | 117 | 55 | 120 | 0 | 53 | 105 | 224 | 102 | 23 |
| Binary | 10000 | 1001111 | 101101 | 1010000 | 0 | 101011 | 1000101 | 10010100 | 1000010 | 10011 |
Color Harmonies of #104F2D
Complementary color
Monochromatic Colors of #104F2D
Black with #104F2D
Text Example
Text Example
White with #104F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F2D; }
p { color: rgb(16,79,45); }
H1.HeaderClassName
{
color: #104F2D;
}
.AnyTagClassName
{
color: #104F2D;
}
</style>
background-color css
<style>
a { background-color: #104F2D; }
a { background-color: rgb(16,79,45); }
div.DivClassName
{
background-color: #104F2D;
}
.BgClassName
{
background-color: #104F2D;
}
</style>
border-color css
<style>
span { border-color: #104F2D; }
span { border-color: rgb(16,79,45); }
td.TdClassName
{
border-color: #104F2D;
}
.TagClassName
{
border-color: #104F2D;
}
</style>