Shades of Zuccini #1C432B
Tints of Zuccini #1C432B
RGB
CMYK
RGB Variations
Color information
#1C432B (or 0x1C432B) is known color: Zuccini. HEX triplet: 1C, 43 and 2B. RGB value is (28,67,43). Sum of RGB (Red+Green+Blue) = 28+67+43=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #1C432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C432B is #E3BCD4. Grayscale: #343434. Windows color (decimal): -14925013 or 2835228. OLE color: 2835228.
HSL color Cylindrical-coordinate representation of color #1C432B: hue angle of 143.08º 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 #1C432B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 43 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.74 |
| HSL | 143.08º | 0.41% | 0.19% | - |
| HSV(B) | 143.08º | 0.58% | 0.26% | - |
| XYZ | 2.92 | 4.44 | 2.99 | - |
| YUV | 52.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 43 | 0.58 | 0 | 0.36 | 0.74 | 143.08 | 0.41 | 0.19 |
| Hex | 1C | 43 | 2B | 3A | 0 | 24 | 4A | 8F | 29 | 13 |
| Octal | 34 | 103 | 53 | 72 | 0 | 44 | 112 | 217 | 51 | 23 |
| Binary | 11100 | 1000011 | 101011 | 111010 | 0 | 100100 | 1001010 | 10001111 | 101001 | 10011 |
Color Harmonies of #1C432B
Complementary color
Monochromatic Colors of #1C432B
Black with #1C432B
Text Example
Text Example
White with #1C432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C432B; }
p { color: rgb(28,67,43); }
H1.HeaderClassName
{
color: #1C432B;
}
.AnyTagClassName
{
color: #1C432B;
}
</style>
background-color css
<style>
a { background-color: #1C432B; }
a { background-color: rgb(28,67,43); }
div.DivClassName
{
background-color: #1C432B;
}
.BgClassName
{
background-color: #1C432B;
}
</style>
border-color css
<style>
span { border-color: #1C432B; }
span { border-color: rgb(28,67,43); }
td.TdClassName
{
border-color: #1C432B;
}
.TagClassName
{
border-color: #1C432B;
}
</style>