Shades of Zuccini #124028
Tints of Zuccini #124028
RGB
CMYK
RGB Variations
Color information
#124028 (or 0x124028) is known color: Zuccini. HEX triplet: 12, 40 and 28. RGB value is (18,64,40). Sum of RGB (Red+Green+Blue) = 18+64+40=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #124028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124028 is #EDBFD7. Grayscale: #2F2F2F. Windows color (decimal): -15581144 or 2637842. OLE color: 2637842.
HSL color Cylindrical-coordinate representation of color #124028: hue angle of 148.7º degrees, saturation: 0.56, 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 #124028 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 40 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.75 |
| HSL | 148.7º | 0.56% | 0.16% | - |
| HSV(B) | 148.7º | 0.72% | 0.25% | - |
| XYZ | 2.47 | 3.95 | 2.64 | - |
| YUV | 47.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 40 | 0.72 | 0 | 0.38 | 0.75 | 148.7 | 0.56 | 0.16 |
| Hex | 12 | 40 | 28 | 48 | 0 | 26 | 4B | 95 | 38 | 10 |
| Octal | 22 | 100 | 50 | 110 | 0 | 46 | 113 | 225 | 70 | 20 |
| Binary | 10010 | 1000000 | 101000 | 1001000 | 0 | 100110 | 1001011 | 10010101 | 111000 | 10000 |
Color Harmonies of #124028
Complementary color
Monochromatic Colors of #124028
Black with #124028
Text Example
Text Example
White with #124028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124028; }
p { color: rgb(18,64,40); }
H1.HeaderClassName
{
color: #124028;
}
.AnyTagClassName
{
color: #124028;
}
</style>
background-color css
<style>
a { background-color: #124028; }
a { background-color: rgb(18,64,40); }
div.DivClassName
{
background-color: #124028;
}
.BgClassName
{
background-color: #124028;
}
</style>
border-color css
<style>
span { border-color: #124028; }
span { border-color: rgb(18,64,40); }
td.TdClassName
{
border-color: #124028;
}
.TagClassName
{
border-color: #124028;
}
</style>