Shades of Zuccini #1C4230
Tints of Zuccini #1C4230
RGB
CMYK
RGB Variations
Color information
#1C4230 (or 0x1C4230) is known color: Zuccini. HEX triplet: 1C, 42 and 30. RGB value is (28,66,48). Sum of RGB (Red+Green+Blue) = 28+66+48=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4230 is #E3BDCF. Grayscale: #343434. Windows color (decimal): -14925264 or 3162652. OLE color: 3162652.
HSL color Cylindrical-coordinate representation of color #1C4230: hue angle of 151.58º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4230 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 66 | 48 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.74 |
| HSL | 151.58º | 0.4% | 0.18% | - |
| HSV(B) | 151.58º | 0.58% | 0.26% | - |
| XYZ | 2.96 | 4.36 | 3.48 | - |
| YUV | 52.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 48 | 0.58 | 0 | 0.27 | 0.74 | 151.58 | 0.4 | 0.18 |
| Hex | 1C | 42 | 30 | 3A | 0 | 1B | 4A | 98 | 28 | 12 |
| Octal | 34 | 102 | 60 | 72 | 0 | 33 | 112 | 230 | 50 | 22 |
| Binary | 11100 | 1000010 | 110000 | 111010 | 0 | 11011 | 1001010 | 10011000 | 101000 | 10010 |
Color Harmonies of #1C4230
Complementary color
Monochromatic Colors of #1C4230
Black with #1C4230
Text Example
Text Example
White with #1C4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4230; }
p { color: rgb(28,66,48); }
H1.HeaderClassName
{
color: #1C4230;
}
.AnyTagClassName
{
color: #1C4230;
}
</style>
background-color css
<style>
a { background-color: #1C4230; }
a { background-color: rgb(28,66,48); }
div.DivClassName
{
background-color: #1C4230;
}
.BgClassName
{
background-color: #1C4230;
}
</style>
border-color css
<style>
span { border-color: #1C4230; }
span { border-color: rgb(28,66,48); }
td.TdClassName
{
border-color: #1C4230;
}
.TagClassName
{
border-color: #1C4230;
}
</style>