Shades of Zuccini #1C482C
Tints of Zuccini #1C482C
RGB
CMYK
RGB Variations
Color information
#1C482C (or 0x1C482C) is known color: Zuccini. HEX triplet: 1C, 48 and 2C. RGB value is (28,72,44). Sum of RGB (Red+Green+Blue) = 28+72+44=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #1C482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C482C is #E3B7D3. Grayscale: #373737. Windows color (decimal): -14923732 or 2902044. OLE color: 2902044.
HSL color Cylindrical-coordinate representation of color #1C482C: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C482C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 44 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.72 |
| HSL | 141.82º | 0.44% | 0.2% | - |
| HSV(B) | 141.82º | 0.61% | 0.28% | - |
| XYZ | 3.25 | 5.06 | 3.19 | - |
| YUV | 55.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 44 | 0.61 | 0 | 0.39 | 0.72 | 141.82 | 0.44 | 0.2 |
| Hex | 1C | 48 | 2C | 3D | 0 | 27 | 48 | 8E | 2C | 14 |
| Octal | 34 | 110 | 54 | 75 | 0 | 47 | 110 | 216 | 54 | 24 |
| Binary | 11100 | 1001000 | 101100 | 111101 | 0 | 100111 | 1001000 | 10001110 | 101100 | 10100 |
Color Harmonies of #1C482C
Complementary color
Monochromatic Colors of #1C482C
Black with #1C482C
Text Example
Text Example
White with #1C482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C482C; }
p { color: rgb(28,72,44); }
H1.HeaderClassName
{
color: #1C482C;
}
.AnyTagClassName
{
color: #1C482C;
}
</style>
background-color css
<style>
a { background-color: #1C482C; }
a { background-color: rgb(28,72,44); }
div.DivClassName
{
background-color: #1C482C;
}
.BgClassName
{
background-color: #1C482C;
}
</style>
border-color css
<style>
span { border-color: #1C482C; }
span { border-color: rgb(28,72,44); }
td.TdClassName
{
border-color: #1C482C;
}
.TagClassName
{
border-color: #1C482C;
}
</style>