Shades of Zuccini #104D2F
Tints of Zuccini #104D2F
RGB
CMYK
RGB Variations
Color information
#104D2F (or 0x104D2F) is known color: Zuccini. HEX triplet: 10, 4D and 2F. RGB value is (16,77,47). Sum of RGB (Red+Green+Blue) = 16+77+47=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #104D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D2F is #EFB2D0. Grayscale: #373737. Windows color (decimal): -15708881 or 3099920. OLE color: 3099920.
HSL color Cylindrical-coordinate representation of color #104D2F: hue angle of 150.49º degrees, saturation: 0.66, 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 #104D2F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 47 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.70 |
| HSL | 150.49º | 0.66% | 0.18% | - |
| HSV(B) | 150.49º | 0.79% | 0.3% | - |
| XYZ | 3.38 | 5.62 | 3.6 | - |
| YUV | 55.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 47 | 0.79 | 0 | 0.39 | 0.70 | 150.49 | 0.66 | 0.18 |
| Hex | 10 | 4D | 2F | 4F | 0 | 27 | 46 | 96 | 42 | 12 |
| Octal | 20 | 115 | 57 | 117 | 0 | 47 | 106 | 226 | 102 | 22 |
| Binary | 10000 | 1001101 | 101111 | 1001111 | 0 | 100111 | 1000110 | 10010110 | 1000010 | 10010 |
Color Harmonies of #104D2F
Complementary color
Monochromatic Colors of #104D2F
Black with #104D2F
Text Example
Text Example
White with #104D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D2F; }
p { color: rgb(16,77,47); }
H1.HeaderClassName
{
color: #104D2F;
}
.AnyTagClassName
{
color: #104D2F;
}
</style>
background-color css
<style>
a { background-color: #104D2F; }
a { background-color: rgb(16,77,47); }
div.DivClassName
{
background-color: #104D2F;
}
.BgClassName
{
background-color: #104D2F;
}
</style>
border-color css
<style>
span { border-color: #104D2F; }
span { border-color: rgb(16,77,47); }
td.TdClassName
{
border-color: #104D2F;
}
.TagClassName
{
border-color: #104D2F;
}
</style>