Shades of Zuccini #1C4A2E
Tints of Zuccini #1C4A2E
RGB
CMYK
RGB Variations
Color information
#1C4A2E (or 0x1C4A2E) is known color: Zuccini. HEX triplet: 1C, 4A and 2E. RGB value is (28,74,46). Sum of RGB (Red+Green+Blue) = 28+74+46=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A2E is #E3B5D1. Grayscale: #393939. Windows color (decimal): -14923218 or 3033628. OLE color: 3033628.
HSL color Cylindrical-coordinate representation of color #1C4A2E: hue angle of 143.48º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A2E is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 46 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.71 |
| HSL | 143.48º | 0.45% | 0.2% | - |
| HSV(B) | 143.48º | 0.62% | 0.29% | - |
| XYZ | 3.42 | 5.34 | 3.44 | - |
| YUV | 57.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 46 | 0.62 | 0 | 0.38 | 0.71 | 143.48 | 0.45 | 0.2 |
| Hex | 1C | 4A | 2E | 3E | 0 | 26 | 47 | 8F | 2D | 14 |
| Octal | 34 | 112 | 56 | 76 | 0 | 46 | 107 | 217 | 55 | 24 |
| Binary | 11100 | 1001010 | 101110 | 111110 | 0 | 100110 | 1000111 | 10001111 | 101101 | 10100 |
Color Harmonies of #1C4A2E
Complementary color
Monochromatic Colors of #1C4A2E
Black with #1C4A2E
Text Example
Text Example
White with #1C4A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A2E; }
p { color: rgb(28,74,46); }
H1.HeaderClassName
{
color: #1C4A2E;
}
.AnyTagClassName
{
color: #1C4A2E;
}
</style>
background-color css
<style>
a { background-color: #1C4A2E; }
a { background-color: rgb(28,74,46); }
div.DivClassName
{
background-color: #1C4A2E;
}
.BgClassName
{
background-color: #1C4A2E;
}
</style>
border-color css
<style>
span { border-color: #1C4A2E; }
span { border-color: rgb(28,74,46); }
td.TdClassName
{
border-color: #1C4A2E;
}
.TagClassName
{
border-color: #1C4A2E;
}
</style>