Shades of Zuccini #123B2C
Tints of Zuccini #123B2C
RGB
CMYK
RGB Variations
Color information
#123B2C (or 0x123B2C) is known color: Zuccini. HEX triplet: 12, 3B and 2C. RGB value is (18,59,44). Sum of RGB (Red+Green+Blue) = 18+59+44=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #123B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B2C is #EDC4D3. Grayscale: #2D2D2D. Windows color (decimal): -15582420 or 2898706. OLE color: 2898706.
HSL color Cylindrical-coordinate representation of color #123B2C: hue angle of 158.05º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B2C is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 44 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.77 |
| HSL | 158.05º | 0.53% | 0.15% | - |
| HSV(B) | 158.05º | 0.69% | 0.23% | - |
| XYZ | 2.27 | 3.44 | 2.93 | - |
| YUV | 45.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 44 | 0.69 | 0 | 0.25 | 0.77 | 158.05 | 0.53 | 0.15 |
| Hex | 12 | 3B | 2C | 45 | 0 | 19 | 4D | 9E | 35 | F |
| Octal | 22 | 73 | 54 | 105 | 0 | 31 | 115 | 236 | 65 | 17 |
| Binary | 10010 | 111011 | 101100 | 1000101 | 0 | 11001 | 1001101 | 10011110 | 110101 | 1111 |
Color Harmonies of #123B2C
Complementary color
Monochromatic Colors of #123B2C
Black with #123B2C
Text Example
Text Example
White with #123B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B2C; }
p { color: rgb(18,59,44); }
H1.HeaderClassName
{
color: #123B2C;
}
.AnyTagClassName
{
color: #123B2C;
}
</style>
background-color css
<style>
a { background-color: #123B2C; }
a { background-color: rgb(18,59,44); }
div.DivClassName
{
background-color: #123B2C;
}
.BgClassName
{
background-color: #123B2C;
}
</style>
border-color css
<style>
span { border-color: #123B2C; }
span { border-color: rgb(18,59,44); }
td.TdClassName
{
border-color: #123B2C;
}
.TagClassName
{
border-color: #123B2C;
}
</style>