Shades of Zuccini #1C482A
Tints of Zuccini #1C482A
RGB
CMYK
RGB Variations
Color information
#1C482A (or 0x1C482A) is known color: Zuccini. HEX triplet: 1C, 48 and 2A. RGB value is (28,72,42). Sum of RGB (Red+Green+Blue) = 28+72+42=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #1C482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C482A is #E3B7D5. Grayscale: #373737. Windows color (decimal): -14923734 or 2770972. OLE color: 2770972.
HSL color Cylindrical-coordinate representation of color #1C482A: hue angle of 139.09º 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 #1C482A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 42 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.72 |
| HSL | 139.09º | 0.44% | 0.2% | - |
| HSV(B) | 139.09º | 0.61% | 0.28% | - |
| XYZ | 3.21 | 5.05 | 3 | - |
| YUV | 55.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 42 | 0.61 | 0 | 0.42 | 0.72 | 139.09 | 0.44 | 0.2 |
| Hex | 1C | 48 | 2A | 3D | 0 | 2A | 48 | 8B | 2C | 14 |
| Octal | 34 | 110 | 52 | 75 | 0 | 52 | 110 | 213 | 54 | 24 |
| Binary | 11100 | 1001000 | 101010 | 111101 | 0 | 101010 | 1001000 | 10001011 | 101100 | 10100 |
Color Harmonies of #1C482A
Complementary color
Monochromatic Colors of #1C482A
Black with #1C482A
Text Example
Text Example
White with #1C482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C482A; }
p { color: rgb(28,72,42); }
H1.HeaderClassName
{
color: #1C482A;
}
.AnyTagClassName
{
color: #1C482A;
}
</style>
background-color css
<style>
a { background-color: #1C482A; }
a { background-color: rgb(28,72,42); }
div.DivClassName
{
background-color: #1C482A;
}
.BgClassName
{
background-color: #1C482A;
}
</style>
border-color css
<style>
span { border-color: #1C482A; }
span { border-color: rgb(28,72,42); }
td.TdClassName
{
border-color: #1C482A;
}
.TagClassName
{
border-color: #1C482A;
}
</style>