Shades of Zuccini #0C432C
Tints of Zuccini #0C432C
RGB
CMYK
RGB Variations
Color information
#0C432C (or 0x0C432C) is known color: Zuccini. HEX triplet: 0C, 43 and 2C. RGB value is (12,67,44). Sum of RGB (Red+Green+Blue) = 12+67+44=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #0C432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C432C is #F3BCD3. Grayscale: #2F2F2F. Windows color (decimal): -15973588 or 2900748. OLE color: 2900748.
HSL color Cylindrical-coordinate representation of color #0C432C: hue angle of 154.91º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C432C is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 44 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.74 |
| HSL | 154.91º | 0.7% | 0.15% | - |
| HSV(B) | 154.91º | 0.82% | 0.26% | - |
| XYZ | 2.61 | 4.27 | 3.07 | - |
| YUV | 47.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 44 | 0.82 | 0 | 0.34 | 0.74 | 154.91 | 0.7 | 0.15 |
| Hex | C | 43 | 2C | 52 | 0 | 22 | 4A | 9B | 46 | F |
| Octal | 14 | 103 | 54 | 122 | 0 | 42 | 112 | 233 | 106 | 17 |
| Binary | 1100 | 1000011 | 101100 | 1010010 | 0 | 100010 | 1001010 | 10011011 | 1000110 | 1111 |
Color Harmonies of #0C432C
Complementary color
Monochromatic Colors of #0C432C
Black with #0C432C
Text Example
Text Example
White with #0C432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C432C; }
p { color: rgb(12,67,44); }
H1.HeaderClassName
{
color: #0C432C;
}
.AnyTagClassName
{
color: #0C432C;
}
</style>
background-color css
<style>
a { background-color: #0C432C; }
a { background-color: rgb(12,67,44); }
div.DivClassName
{
background-color: #0C432C;
}
.BgClassName
{
background-color: #0C432C;
}
</style>
border-color css
<style>
span { border-color: #0C432C; }
span { border-color: rgb(12,67,44); }
td.TdClassName
{
border-color: #0C432C;
}
.TagClassName
{
border-color: #0C432C;
}
</style>