Shades of Zuccini #1A4929
Tints of Zuccini #1A4929
RGB
CMYK
RGB Variations
Color information
#1A4929 (or 0x1A4929) is known color: Zuccini. HEX triplet: 1A, 49 and 29. RGB value is (26,73,41). Sum of RGB (Red+Green+Blue) = 26+73+41=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4929 is #E5B6D6. Grayscale: #373737. Windows color (decimal): -15054551 or 2705690. OLE color: 2705690.
HSL color Cylindrical-coordinate representation of color #1A4929: hue angle of 139.15º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4929 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 41 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.71 |
| HSL | 139.15º | 0.47% | 0.19% | - |
| HSV(B) | 139.15º | 0.64% | 0.29% | - |
| XYZ | 3.21 | 5.14 | 2.92 | - |
| YUV | 55.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 41 | 0.64 | 0 | 0.44 | 0.71 | 139.15 | 0.47 | 0.19 |
| Hex | 1A | 49 | 29 | 40 | 0 | 2C | 47 | 8B | 2F | 13 |
| Octal | 32 | 111 | 51 | 100 | 0 | 54 | 107 | 213 | 57 | 23 |
| Binary | 11010 | 1001001 | 101001 | 1000000 | 0 | 101100 | 1000111 | 10001011 | 101111 | 10011 |
Color Harmonies of #1A4929
Complementary color
Monochromatic Colors of #1A4929
Black with #1A4929
Text Example
Text Example
White with #1A4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4929; }
p { color: rgb(26,73,41); }
H1.HeaderClassName
{
color: #1A4929;
}
.AnyTagClassName
{
color: #1A4929;
}
</style>
background-color css
<style>
a { background-color: #1A4929; }
a { background-color: rgb(26,73,41); }
div.DivClassName
{
background-color: #1A4929;
}
.BgClassName
{
background-color: #1A4929;
}
</style>
border-color css
<style>
span { border-color: #1A4929; }
span { border-color: rgb(26,73,41); }
td.TdClassName
{
border-color: #1A4929;
}
.TagClassName
{
border-color: #1A4929;
}
</style>