Shades of Zuccini #104C2E
Tints of Zuccini #104C2E
RGB
CMYK
RGB Variations
Color information
#104C2E (or 0x104C2E) is known color: Zuccini. HEX triplet: 10, 4C and 2E. RGB value is (16,76,46). Sum of RGB (Red+Green+Blue) = 16+76+46=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #104C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C2E is #EFB3D1. Grayscale: #363636. Windows color (decimal): -15709138 or 3034128. OLE color: 3034128.
HSL color Cylindrical-coordinate representation of color #104C2E: hue angle of 150º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C2E is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 46 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.70 |
| HSL | 150º | 0.65% | 0.18% | - |
| HSV(B) | 150º | 0.79% | 0.3% | - |
| XYZ | 3.29 | 5.48 | 3.47 | - |
| YUV | 54.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 46 | 0.79 | 0 | 0.39 | 0.70 | 150 | 0.65 | 0.18 |
| Hex | 10 | 4C | 2E | 4F | 0 | 27 | 46 | 96 | 41 | 12 |
| Octal | 20 | 114 | 56 | 117 | 0 | 47 | 106 | 226 | 101 | 22 |
| Binary | 10000 | 1001100 | 101110 | 1001111 | 0 | 100111 | 1000110 | 10010110 | 1000001 | 10010 |
Color Harmonies of #104C2E
Complementary color
Monochromatic Colors of #104C2E
Black with #104C2E
Text Example
Text Example
White with #104C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C2E; }
p { color: rgb(16,76,46); }
H1.HeaderClassName
{
color: #104C2E;
}
.AnyTagClassName
{
color: #104C2E;
}
</style>
background-color css
<style>
a { background-color: #104C2E; }
a { background-color: rgb(16,76,46); }
div.DivClassName
{
background-color: #104C2E;
}
.BgClassName
{
background-color: #104C2E;
}
</style>
border-color css
<style>
span { border-color: #104C2E; }
span { border-color: rgb(16,76,46); }
td.TdClassName
{
border-color: #104C2E;
}
.TagClassName
{
border-color: #104C2E;
}
</style>