Shades of Zuccini #124B29
Tints of Zuccini #124B29
RGB
CMYK
RGB Variations
Color information
#124B29 (or 0x124B29) is known color: Zuccini. HEX triplet: 12, 4B and 29. RGB value is (18,75,41). Sum of RGB (Red+Green+Blue) = 18+75+41=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #124B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B29 is #EDB4D6. Grayscale: #363636. Windows color (decimal): -15578327 or 2706194. OLE color: 2706194.
HSL color Cylindrical-coordinate representation of color #124B29: hue angle of 144.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B29 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 41 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.71 |
| HSL | 144.21º | 0.61% | 0.18% | - |
| HSV(B) | 144.21º | 0.76% | 0.29% | - |
| XYZ | 3.17 | 5.32 | 2.96 | - |
| YUV | 54.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 41 | 0.76 | 0 | 0.45 | 0.71 | 144.21 | 0.61 | 0.18 |
| Hex | 12 | 4B | 29 | 4C | 0 | 2D | 47 | 90 | 3D | 12 |
| Octal | 22 | 113 | 51 | 114 | 0 | 55 | 107 | 220 | 75 | 22 |
| Binary | 10010 | 1001011 | 101001 | 1001100 | 0 | 101101 | 1000111 | 10010000 | 111101 | 10010 |
Color Harmonies of #124B29
Complementary color
Monochromatic Colors of #124B29
Black with #124B29
Text Example
Text Example
White with #124B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B29; }
p { color: rgb(18,75,41); }
H1.HeaderClassName
{
color: #124B29;
}
.AnyTagClassName
{
color: #124B29;
}
</style>
background-color css
<style>
a { background-color: #124B29; }
a { background-color: rgb(18,75,41); }
div.DivClassName
{
background-color: #124B29;
}
.BgClassName
{
background-color: #124B29;
}
</style>
border-color css
<style>
span { border-color: #124B29; }
span { border-color: rgb(18,75,41); }
td.TdClassName
{
border-color: #124B29;
}
.TagClassName
{
border-color: #124B29;
}
</style>