Shades of Zuccini #104F2F
Tints of Zuccini #104F2F
RGB
CMYK
RGB Variations
Color information
#104F2F (or 0x104F2F) is known color: Zuccini. HEX triplet: 10, 4F and 2F. RGB value is (16,79,47). Sum of RGB (Red+Green+Blue) = 16+79+47=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #104F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F2F is #EFB0D0. Grayscale: #383838. Windows color (decimal): -15708369 or 3100432. OLE color: 3100432.
HSL color Cylindrical-coordinate representation of color #104F2F: hue angle of 149.52º 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 #104F2F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 47 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.69 |
| HSL | 149.52º | 0.66% | 0.19% | - |
| HSV(B) | 149.52º | 0.8% | 0.31% | - |
| XYZ | 3.52 | 5.91 | 3.64 | - |
| YUV | 56.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 47 | 0.80 | 0 | 0.41 | 0.69 | 149.52 | 0.66 | 0.19 |
| Hex | 10 | 4F | 2F | 50 | 0 | 29 | 45 | 96 | 42 | 13 |
| Octal | 20 | 117 | 57 | 120 | 0 | 51 | 105 | 226 | 102 | 23 |
| Binary | 10000 | 1001111 | 101111 | 1010000 | 0 | 101001 | 1000101 | 10010110 | 1000010 | 10011 |
Color Harmonies of #104F2F
Complementary color
Monochromatic Colors of #104F2F
Black with #104F2F
Text Example
Text Example
White with #104F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F2F; }
p { color: rgb(16,79,47); }
H1.HeaderClassName
{
color: #104F2F;
}
.AnyTagClassName
{
color: #104F2F;
}
</style>
background-color css
<style>
a { background-color: #104F2F; }
a { background-color: rgb(16,79,47); }
div.DivClassName
{
background-color: #104F2F;
}
.BgClassName
{
background-color: #104F2F;
}
</style>
border-color css
<style>
span { border-color: #104F2F; }
span { border-color: rgb(16,79,47); }
td.TdClassName
{
border-color: #104F2F;
}
.TagClassName
{
border-color: #104F2F;
}
</style>