Shades of Zuccini #104F2A
Tints of Zuccini #104F2A
RGB
CMYK
RGB Variations
Color information
#104F2A (or 0x104F2A) is known color: Zuccini. HEX triplet: 10, 4F and 2A. RGB value is (16,79,42). Sum of RGB (Red+Green+Blue) = 16+79+42=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #104F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F2A is #EFB0D5. Grayscale: #383838. Windows color (decimal): -15708374 or 2772752. OLE color: 2772752.
HSL color Cylindrical-coordinate representation of color #104F2A: hue angle of 144.76º 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 #104F2A is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 42 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.69 |
| HSL | 144.76º | 0.66% | 0.19% | - |
| HSV(B) | 144.76º | 0.8% | 0.31% | - |
| XYZ | 3.43 | 5.87 | 3.14 | - |
| YUV | 55.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 42 | 0.80 | 0 | 0.47 | 0.69 | 144.76 | 0.66 | 0.19 |
| Hex | 10 | 4F | 2A | 50 | 0 | 2F | 45 | 91 | 42 | 13 |
| Octal | 20 | 117 | 52 | 120 | 0 | 57 | 105 | 221 | 102 | 23 |
| Binary | 10000 | 1001111 | 101010 | 1010000 | 0 | 101111 | 1000101 | 10010001 | 1000010 | 10011 |
Color Harmonies of #104F2A
Complementary color
Monochromatic Colors of #104F2A
Black with #104F2A
Text Example
Text Example
White with #104F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F2A; }
p { color: rgb(16,79,42); }
H1.HeaderClassName
{
color: #104F2A;
}
.AnyTagClassName
{
color: #104F2A;
}
</style>
background-color css
<style>
a { background-color: #104F2A; }
a { background-color: rgb(16,79,42); }
div.DivClassName
{
background-color: #104F2A;
}
.BgClassName
{
background-color: #104F2A;
}
</style>
border-color css
<style>
span { border-color: #104F2A; }
span { border-color: rgb(16,79,42); }
td.TdClassName
{
border-color: #104F2A;
}
.TagClassName
{
border-color: #104F2A;
}
</style>