Shades of Zuccini #1A4829
Tints of Zuccini #1A4829
RGB
CMYK
RGB Variations
Color information
#1A4829 (or 0x1A4829) is known color: Zuccini. HEX triplet: 1A, 48 and 29. RGB value is (26,72,41). Sum of RGB (Red+Green+Blue) = 26+72+41=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4829 is #E5B7D6. Grayscale: #363636. Windows color (decimal): -15054807 or 2705434. OLE color: 2705434.
HSL color Cylindrical-coordinate representation of color #1A4829: hue angle of 139.57º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4829 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 41 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.72 |
| HSL | 139.57º | 0.47% | 0.19% | - |
| HSV(B) | 139.57º | 0.64% | 0.28% | - |
| XYZ | 3.14 | 5.01 | 2.9 | - |
| YUV | 54.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 41 | 0.64 | 0 | 0.43 | 0.72 | 139.57 | 0.47 | 0.19 |
| Hex | 1A | 48 | 29 | 40 | 0 | 2B | 48 | 8C | 2F | 13 |
| Octal | 32 | 110 | 51 | 100 | 0 | 53 | 110 | 214 | 57 | 23 |
| Binary | 11010 | 1001000 | 101001 | 1000000 | 0 | 101011 | 1001000 | 10001100 | 101111 | 10011 |
Color Harmonies of #1A4829
Complementary color
Monochromatic Colors of #1A4829
Black with #1A4829
Text Example
Text Example
White with #1A4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4829; }
p { color: rgb(26,72,41); }
H1.HeaderClassName
{
color: #1A4829;
}
.AnyTagClassName
{
color: #1A4829;
}
</style>
background-color css
<style>
a { background-color: #1A4829; }
a { background-color: rgb(26,72,41); }
div.DivClassName
{
background-color: #1A4829;
}
.BgClassName
{
background-color: #1A4829;
}
</style>
border-color css
<style>
span { border-color: #1A4829; }
span { border-color: rgb(26,72,41); }
td.TdClassName
{
border-color: #1A4829;
}
.TagClassName
{
border-color: #1A4829;
}
</style>