Shades of Zuccini #1C432F
Tints of Zuccini #1C432F
RGB
CMYK
RGB Variations
Color information
#1C432F (or 0x1C432F) is known color: Zuccini. HEX triplet: 1C, 43 and 2F. RGB value is (28,67,47). Sum of RGB (Red+Green+Blue) = 28+67+47=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #1C432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C432F is #E3BCD0. Grayscale: #353535. Windows color (decimal): -14925009 or 3097372. OLE color: 3097372.
HSL color Cylindrical-coordinate representation of color #1C432F: hue angle of 149.23º 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 #1C432F is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 47 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.74 |
| HSL | 149.23º | 0.41% | 0.19% | - |
| HSV(B) | 149.23º | 0.58% | 0.26% | - |
| XYZ | 3 | 4.47 | 3.39 | - |
| YUV | 53.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 47 | 0.58 | 0 | 0.30 | 0.74 | 149.23 | 0.41 | 0.19 |
| Hex | 1C | 43 | 2F | 3A | 0 | 1E | 4A | 95 | 29 | 13 |
| Octal | 34 | 103 | 57 | 72 | 0 | 36 | 112 | 225 | 51 | 23 |
| Binary | 11100 | 1000011 | 101111 | 111010 | 0 | 11110 | 1001010 | 10010101 | 101001 | 10011 |
Color Harmonies of #1C432F
Complementary color
Monochromatic Colors of #1C432F
Black with #1C432F
Text Example
Text Example
White with #1C432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C432F; }
p { color: rgb(28,67,47); }
H1.HeaderClassName
{
color: #1C432F;
}
.AnyTagClassName
{
color: #1C432F;
}
</style>
background-color css
<style>
a { background-color: #1C432F; }
a { background-color: rgb(28,67,47); }
div.DivClassName
{
background-color: #1C432F;
}
.BgClassName
{
background-color: #1C432F;
}
</style>
border-color css
<style>
span { border-color: #1C432F; }
span { border-color: rgb(28,67,47); }
td.TdClassName
{
border-color: #1C432F;
}
.TagClassName
{
border-color: #1C432F;
}
</style>