Shades of Zuccini #104E2F
Tints of Zuccini #104E2F
RGB
CMYK
RGB Variations
Color information
#104E2F (or 0x104E2F) is known color: Zuccini. HEX triplet: 10, 4E and 2F. RGB value is (16,78,47). Sum of RGB (Red+Green+Blue) = 16+78+47=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2F is #EFB1D0. Grayscale: #373737. Windows color (decimal): -15708625 or 3100176. OLE color: 3100176.
HSL color Cylindrical-coordinate representation of color #104E2F: hue angle of 150º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E2F is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 47 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.69 |
| HSL | 150º | 0.66% | 0.18% | - |
| HSV(B) | 150º | 0.79% | 0.31% | - |
| XYZ | 3.45 | 5.76 | 3.62 | - |
| YUV | 55.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 47 | 0.79 | 0 | 0.40 | 0.69 | 150 | 0.66 | 0.18 |
| Hex | 10 | 4E | 2F | 4F | 0 | 28 | 45 | 96 | 42 | 12 |
| Octal | 20 | 116 | 57 | 117 | 0 | 50 | 105 | 226 | 102 | 22 |
| Binary | 10000 | 1001110 | 101111 | 1001111 | 0 | 101000 | 1000101 | 10010110 | 1000010 | 10010 |
Color Harmonies of #104E2F
Complementary color
Monochromatic Colors of #104E2F
Black with #104E2F
Text Example
Text Example
White with #104E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E2F; }
p { color: rgb(16,78,47); }
H1.HeaderClassName
{
color: #104E2F;
}
.AnyTagClassName
{
color: #104E2F;
}
</style>
background-color css
<style>
a { background-color: #104E2F; }
a { background-color: rgb(16,78,47); }
div.DivClassName
{
background-color: #104E2F;
}
.BgClassName
{
background-color: #104E2F;
}
</style>
border-color css
<style>
span { border-color: #104E2F; }
span { border-color: rgb(16,78,47); }
td.TdClassName
{
border-color: #104E2F;
}
.TagClassName
{
border-color: #104E2F;
}
</style>