Shades of Zuccini #1A4C2A
Tints of Zuccini #1A4C2A
RGB
CMYK
RGB Variations
Color information
#1A4C2A (or 0x1A4C2A) is known color: Zuccini. HEX triplet: 1A, 4C and 2A. RGB value is (26,76,42). Sum of RGB (Red+Green+Blue) = 26+76+42=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C2A is #E5B3D5. Grayscale: #393939. Windows color (decimal): -15053782 or 2771994. OLE color: 2771994.
HSL color Cylindrical-coordinate representation of color #1A4C2A: hue angle of 139.2º degrees, saturation: 0.49, 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 #1A4C2A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 76 | 42 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.70 |
| HSL | 139.2º | 0.49% | 0.2% | - |
| HSV(B) | 139.2º | 0.66% | 0.3% | - |
| XYZ | 3.43 | 5.56 | 3.08 | - |
| YUV | 57.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 42 | 0.66 | 0 | 0.45 | 0.70 | 139.2 | 0.49 | 0.2 |
| Hex | 1A | 4C | 2A | 42 | 0 | 2D | 46 | 8B | 31 | 14 |
| Octal | 32 | 114 | 52 | 102 | 0 | 55 | 106 | 213 | 61 | 24 |
| Binary | 11010 | 1001100 | 101010 | 1000010 | 0 | 101101 | 1000110 | 10001011 | 110001 | 10100 |
Color Harmonies of #1A4C2A
Complementary color
Monochromatic Colors of #1A4C2A
Black with #1A4C2A
Text Example
Text Example
White with #1A4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C2A; }
p { color: rgb(26,76,42); }
H1.HeaderClassName
{
color: #1A4C2A;
}
.AnyTagClassName
{
color: #1A4C2A;
}
</style>
background-color css
<style>
a { background-color: #1A4C2A; }
a { background-color: rgb(26,76,42); }
div.DivClassName
{
background-color: #1A4C2A;
}
.BgClassName
{
background-color: #1A4C2A;
}
</style>
border-color css
<style>
span { border-color: #1A4C2A; }
span { border-color: rgb(26,76,42); }
td.TdClassName
{
border-color: #1A4C2A;
}
.TagClassName
{
border-color: #1A4C2A;
}
</style>