Shades of Zuccini #1C432E
Tints of Zuccini #1C432E
RGB
CMYK
RGB Variations
Color information
#1C432E (or 0x1C432E) is known color: Zuccini. HEX triplet: 1C, 43 and 2E. RGB value is (28,67,46). Sum of RGB (Red+Green+Blue) = 28+67+46=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #1C432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C432E is #E3BCD1. Grayscale: #343434. Windows color (decimal): -14925010 or 3031836. OLE color: 3031836.
HSL color Cylindrical-coordinate representation of color #1C432E: hue angle of 147.69º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C432E is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 46 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.74 |
| HSL | 147.69º | 0.41% | 0.19% | - |
| HSV(B) | 147.69º | 0.58% | 0.26% | - |
| XYZ | 2.98 | 4.46 | 3.29 | - |
| YUV | 52.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 46 | 0.58 | 0 | 0.31 | 0.74 | 147.69 | 0.41 | 0.19 |
| Hex | 1C | 43 | 2E | 3A | 0 | 1F | 4A | 94 | 29 | 13 |
| Octal | 34 | 103 | 56 | 72 | 0 | 37 | 112 | 224 | 51 | 23 |
| Binary | 11100 | 1000011 | 101110 | 111010 | 0 | 11111 | 1001010 | 10010100 | 101001 | 10011 |
Color Harmonies of #1C432E
Complementary color
Monochromatic Colors of #1C432E
Black with #1C432E
Text Example
Text Example
White with #1C432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C432E; }
p { color: rgb(28,67,46); }
H1.HeaderClassName
{
color: #1C432E;
}
.AnyTagClassName
{
color: #1C432E;
}
</style>
background-color css
<style>
a { background-color: #1C432E; }
a { background-color: rgb(28,67,46); }
div.DivClassName
{
background-color: #1C432E;
}
.BgClassName
{
background-color: #1C432E;
}
</style>
border-color css
<style>
span { border-color: #1C432E; }
span { border-color: rgb(28,67,46); }
td.TdClassName
{
border-color: #1C432E;
}
.TagClassName
{
border-color: #1C432E;
}
</style>