Shades of Zuccini #1C412D
Tints of Zuccini #1C412D
RGB
CMYK
RGB Variations
Color information
#1C412D (or 0x1C412D) is known color: Zuccini. HEX triplet: 1C, 41 and 2D. RGB value is (28,65,45). Sum of RGB (Red+Green+Blue) = 28+65+45=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #1C412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C412D is #E3BED2. Grayscale: #333333. Windows color (decimal): -14925523 or 2965788. OLE color: 2965788.
HSL color Cylindrical-coordinate representation of color #1C412D: hue angle of 147.57º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C412D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 65 | 45 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.75 |
| HSL | 147.57º | 0.4% | 0.18% | - |
| HSV(B) | 147.57º | 0.57% | 0.25% | - |
| XYZ | 2.84 | 4.22 | 3.15 | - |
| YUV | 51.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 45 | 0.57 | 0 | 0.31 | 0.75 | 147.57 | 0.4 | 0.18 |
| Hex | 1C | 41 | 2D | 39 | 0 | 1F | 4B | 94 | 28 | 12 |
| Octal | 34 | 101 | 55 | 71 | 0 | 37 | 113 | 224 | 50 | 22 |
| Binary | 11100 | 1000001 | 101101 | 111001 | 0 | 11111 | 1001011 | 10010100 | 101000 | 10010 |
Color Harmonies of #1C412D
Complementary color
Monochromatic Colors of #1C412D
Black with #1C412D
Text Example
Text Example
White with #1C412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C412D; }
p { color: rgb(28,65,45); }
H1.HeaderClassName
{
color: #1C412D;
}
.AnyTagClassName
{
color: #1C412D;
}
</style>
background-color css
<style>
a { background-color: #1C412D; }
a { background-color: rgb(28,65,45); }
div.DivClassName
{
background-color: #1C412D;
}
.BgClassName
{
background-color: #1C412D;
}
</style>
border-color css
<style>
span { border-color: #1C412D; }
span { border-color: rgb(28,65,45); }
td.TdClassName
{
border-color: #1C412D;
}
.TagClassName
{
border-color: #1C412D;
}
</style>