Shades of Zuccini #12412D
Tints of Zuccini #12412D
RGB
CMYK
RGB Variations
Color information
#12412D (or 0x12412D) is known color: Zuccini. HEX triplet: 12, 41 and 2D. RGB value is (18,65,45). Sum of RGB (Red+Green+Blue) = 18+65+45=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #12412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12412D is #EDBED2. Grayscale: #303030. Windows color (decimal): -15580883 or 2965778. OLE color: 2965778.
HSL color Cylindrical-coordinate representation of color #12412D: hue angle of 154.47º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12412D is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 45 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.75 |
| HSL | 154.47º | 0.57% | 0.16% | - |
| HSV(B) | 154.47º | 0.72% | 0.25% | - |
| XYZ | 2.61 | 4.1 | 3.14 | - |
| YUV | 48.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 45 | 0.72 | 0 | 0.31 | 0.75 | 154.47 | 0.57 | 0.16 |
| Hex | 12 | 41 | 2D | 48 | 0 | 1F | 4B | 9A | 39 | 10 |
| Octal | 22 | 101 | 55 | 110 | 0 | 37 | 113 | 232 | 71 | 20 |
| Binary | 10010 | 1000001 | 101101 | 1001000 | 0 | 11111 | 1001011 | 10011010 | 111001 | 10000 |
Color Harmonies of #12412D
Complementary color
Monochromatic Colors of #12412D
Black with #12412D
Text Example
Text Example
White with #12412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12412D; }
p { color: rgb(18,65,45); }
H1.HeaderClassName
{
color: #12412D;
}
.AnyTagClassName
{
color: #12412D;
}
</style>
background-color css
<style>
a { background-color: #12412D; }
a { background-color: rgb(18,65,45); }
div.DivClassName
{
background-color: #12412D;
}
.BgClassName
{
background-color: #12412D;
}
</style>
border-color css
<style>
span { border-color: #12412D; }
span { border-color: rgb(18,65,45); }
td.TdClassName
{
border-color: #12412D;
}
.TagClassName
{
border-color: #12412D;
}
</style>