Shades of Zuccini #1A4E30
Tints of Zuccini #1A4E30
RGB
CMYK
RGB Variations
Color information
#1A4E30 (or 0x1A4E30) is known color: Zuccini. HEX triplet: 1A, 4E and 30. RGB value is (26,78,48). Sum of RGB (Red+Green+Blue) = 26+78+48=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E30 is #E5B1CF. Grayscale: #3B3B3B. Windows color (decimal): -15053264 or 3165722. OLE color: 3165722.
HSL color Cylindrical-coordinate representation of color #1A4E30: hue angle of 145.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E30 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 48 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.69 |
| HSL | 145.38º | 0.5% | 0.2% | - |
| HSV(B) | 145.38º | 0.67% | 0.31% | - |
| XYZ | 3.68 | 5.88 | 3.74 | - |
| YUV | 59.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 48 | 0.67 | 0 | 0.38 | 0.69 | 145.38 | 0.5 | 0.2 |
| Hex | 1A | 4E | 30 | 43 | 0 | 26 | 45 | 91 | 32 | 14 |
| Octal | 32 | 116 | 60 | 103 | 0 | 46 | 105 | 221 | 62 | 24 |
| Binary | 11010 | 1001110 | 110000 | 1000011 | 0 | 100110 | 1000101 | 10010001 | 110010 | 10100 |
Color Harmonies of #1A4E30
Complementary color
Monochromatic Colors of #1A4E30
Black with #1A4E30
Text Example
Text Example
White with #1A4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E30; }
p { color: rgb(26,78,48); }
H1.HeaderClassName
{
color: #1A4E30;
}
.AnyTagClassName
{
color: #1A4E30;
}
</style>
background-color css
<style>
a { background-color: #1A4E30; }
a { background-color: rgb(26,78,48); }
div.DivClassName
{
background-color: #1A4E30;
}
.BgClassName
{
background-color: #1A4E30;
}
</style>
border-color css
<style>
span { border-color: #1A4E30; }
span { border-color: rgb(26,78,48); }
td.TdClassName
{
border-color: #1A4E30;
}
.TagClassName
{
border-color: #1A4E30;
}
</style>