Shades of Zuccini #12442C
Tints of Zuccini #12442C
RGB
CMYK
RGB Variations
Color information
#12442C (or 0x12442C) is known color: Zuccini. HEX triplet: 12, 44 and 2C. RGB value is (18,68,44). Sum of RGB (Red+Green+Blue) = 18+68+44=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #12442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12442C is #EDBBD3. Grayscale: #323232. Windows color (decimal): -15580116 or 2901010. OLE color: 2901010.
HSL color Cylindrical-coordinate representation of color #12442C: hue angle of 151.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12442C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 44 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.73 |
| HSL | 151.2º | 0.58% | 0.17% | - |
| HSV(B) | 151.2º | 0.74% | 0.27% | - |
| XYZ | 2.77 | 4.44 | 3.09 | - |
| YUV | 50.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 44 | 0.74 | 0 | 0.35 | 0.73 | 151.2 | 0.58 | 0.17 |
| Hex | 12 | 44 | 2C | 4A | 0 | 23 | 49 | 97 | 3A | 11 |
| Octal | 22 | 104 | 54 | 112 | 0 | 43 | 111 | 227 | 72 | 21 |
| Binary | 10010 | 1000100 | 101100 | 1001010 | 0 | 100011 | 1001001 | 10010111 | 111010 | 10001 |
Color Harmonies of #12442C
Complementary color
Monochromatic Colors of #12442C
Black with #12442C
Text Example
Text Example
White with #12442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12442C; }
p { color: rgb(18,68,44); }
H1.HeaderClassName
{
color: #12442C;
}
.AnyTagClassName
{
color: #12442C;
}
</style>
background-color css
<style>
a { background-color: #12442C; }
a { background-color: rgb(18,68,44); }
div.DivClassName
{
background-color: #12442C;
}
.BgClassName
{
background-color: #12442C;
}
</style>
border-color css
<style>
span { border-color: #12442C; }
span { border-color: rgb(18,68,44); }
td.TdClassName
{
border-color: #12442C;
}
.TagClassName
{
border-color: #12442C;
}
</style>