Shades of Zuccini #1C4931
Tints of Zuccini #1C4931
RGB
CMYK
RGB Variations
Color information
#1C4931 (or 0x1C4931) is known color: Zuccini. HEX triplet: 1C, 49 and 31. RGB value is (28,73,49). Sum of RGB (Red+Green+Blue) = 28+73+49=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4931 is #E3B6CE. Grayscale: #383838. Windows color (decimal): -14923471 or 3229980. OLE color: 3229980.
HSL color Cylindrical-coordinate representation of color #1C4931: hue angle of 148º 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 #1C4931 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 49 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.71 |
| HSL | 148º | 0.45% | 0.2% | - |
| HSV(B) | 148º | 0.62% | 0.29% | - |
| XYZ | 3.42 | 5.23 | 3.74 | - |
| YUV | 56.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 49 | 0.62 | 0 | 0.33 | 0.71 | 148 | 0.45 | 0.2 |
| Hex | 1C | 49 | 31 | 3E | 0 | 21 | 47 | 94 | 2D | 14 |
| Octal | 34 | 111 | 61 | 76 | 0 | 41 | 107 | 224 | 55 | 24 |
| Binary | 11100 | 1001001 | 110001 | 111110 | 0 | 100001 | 1000111 | 10010100 | 101101 | 10100 |
Color Harmonies of #1C4931
Complementary color
Monochromatic Colors of #1C4931
Black with #1C4931
Text Example
Text Example
White with #1C4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4931; }
p { color: rgb(28,73,49); }
H1.HeaderClassName
{
color: #1C4931;
}
.AnyTagClassName
{
color: #1C4931;
}
</style>
background-color css
<style>
a { background-color: #1C4931; }
a { background-color: rgb(28,73,49); }
div.DivClassName
{
background-color: #1C4931;
}
.BgClassName
{
background-color: #1C4931;
}
</style>
border-color css
<style>
span { border-color: #1C4931; }
span { border-color: rgb(28,73,49); }
td.TdClassName
{
border-color: #1C4931;
}
.TagClassName
{
border-color: #1C4931;
}
</style>