Shades of Zuccini #1A4D30
Tints of Zuccini #1A4D30
RGB
CMYK
RGB Variations
Color information
#1A4D30 (or 0x1A4D30) is known color: Zuccini. HEX triplet: 1A, 4D and 30. RGB value is (26,77,48). Sum of RGB (Red+Green+Blue) = 26+77+48=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D30 is #E5B2CF. Grayscale: #3A3A3A. Windows color (decimal): -15053520 or 3165466. OLE color: 3165466.
HSL color Cylindrical-coordinate representation of color #1A4D30: hue angle of 145.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D30 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 48 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.70 |
| HSL | 145.88º | 0.5% | 0.2% | - |
| HSV(B) | 145.88º | 0.66% | 0.3% | - |
| XYZ | 3.61 | 5.74 | 3.71 | - |
| YUV | 58.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 48 | 0.66 | 0 | 0.38 | 0.70 | 145.88 | 0.5 | 0.2 |
| Hex | 1A | 4D | 30 | 42 | 0 | 26 | 46 | 92 | 32 | 14 |
| Octal | 32 | 115 | 60 | 102 | 0 | 46 | 106 | 222 | 62 | 24 |
| Binary | 11010 | 1001101 | 110000 | 1000010 | 0 | 100110 | 1000110 | 10010010 | 110010 | 10100 |
Color Harmonies of #1A4D30
Complementary color
Monochromatic Colors of #1A4D30
Black with #1A4D30
Text Example
Text Example
White with #1A4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D30; }
p { color: rgb(26,77,48); }
H1.HeaderClassName
{
color: #1A4D30;
}
.AnyTagClassName
{
color: #1A4D30;
}
</style>
background-color css
<style>
a { background-color: #1A4D30; }
a { background-color: rgb(26,77,48); }
div.DivClassName
{
background-color: #1A4D30;
}
.BgClassName
{
background-color: #1A4D30;
}
</style>
border-color css
<style>
span { border-color: #1A4D30; }
span { border-color: rgb(26,77,48); }
td.TdClassName
{
border-color: #1A4D30;
}
.TagClassName
{
border-color: #1A4D30;
}
</style>