Shades of Zuccini #1C4C30
Tints of Zuccini #1C4C30
RGB
CMYK
RGB Variations
Color information
#1C4C30 (or 0x1C4C30) is known color: Zuccini. HEX triplet: 1C, 4C and 30. RGB value is (28,76,48). Sum of RGB (Red+Green+Blue) = 28+76+48=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C30 is #E3B3CF. Grayscale: #3A3A3A. Windows color (decimal): -14922704 or 3165212. OLE color: 3165212.
HSL color Cylindrical-coordinate representation of color #1C4C30: hue angle of 145º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C30 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 48 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.70 |
| HSL | 145º | 0.46% | 0.2% | - |
| HSV(B) | 145º | 0.63% | 0.3% | - |
| XYZ | 3.6 | 5.63 | 3.69 | - |
| YUV | 58.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 48 | 0.63 | 0 | 0.37 | 0.70 | 145 | 0.46 | 0.2 |
| Hex | 1C | 4C | 30 | 3F | 0 | 25 | 46 | 91 | 2E | 14 |
| Octal | 34 | 114 | 60 | 77 | 0 | 45 | 106 | 221 | 56 | 24 |
| Binary | 11100 | 1001100 | 110000 | 111111 | 0 | 100101 | 1000110 | 10010001 | 101110 | 10100 |
Color Harmonies of #1C4C30
Complementary color
Monochromatic Colors of #1C4C30
Black with #1C4C30
Text Example
Text Example
White with #1C4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C30; }
p { color: rgb(28,76,48); }
H1.HeaderClassName
{
color: #1C4C30;
}
.AnyTagClassName
{
color: #1C4C30;
}
</style>
background-color css
<style>
a { background-color: #1C4C30; }
a { background-color: rgb(28,76,48); }
div.DivClassName
{
background-color: #1C4C30;
}
.BgClassName
{
background-color: #1C4C30;
}
</style>
border-color css
<style>
span { border-color: #1C4C30; }
span { border-color: rgb(28,76,48); }
td.TdClassName
{
border-color: #1C4C30;
}
.TagClassName
{
border-color: #1C4C30;
}
</style>