Shades of Zuccini #124D2D
Tints of Zuccini #124D2D
RGB
CMYK
RGB Variations
Color information
#124D2D (or 0x124D2D) is known color: Zuccini. HEX triplet: 12, 4D and 2D. RGB value is (18,77,45). Sum of RGB (Red+Green+Blue) = 18+77+45=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #124D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D2D is #EDB2D2. Grayscale: #373737. Windows color (decimal): -15577811 or 2968850. OLE color: 2968850.
HSL color Cylindrical-coordinate representation of color #124D2D: hue angle of 147.46º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D2D is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 45 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.70 |
| HSL | 147.46º | 0.62% | 0.19% | - |
| HSV(B) | 147.46º | 0.77% | 0.3% | - |
| XYZ | 3.38 | 5.63 | 3.39 | - |
| YUV | 55.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 45 | 0.77 | 0 | 0.42 | 0.70 | 147.46 | 0.62 | 0.19 |
| Hex | 12 | 4D | 2D | 4D | 0 | 2A | 46 | 93 | 3E | 13 |
| Octal | 22 | 115 | 55 | 115 | 0 | 52 | 106 | 223 | 76 | 23 |
| Binary | 10010 | 1001101 | 101101 | 1001101 | 0 | 101010 | 1000110 | 10010011 | 111110 | 10011 |
Color Harmonies of #124D2D
Complementary color
Monochromatic Colors of #124D2D
Black with #124D2D
Text Example
Text Example
White with #124D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D2D; }
p { color: rgb(18,77,45); }
H1.HeaderClassName
{
color: #124D2D;
}
.AnyTagClassName
{
color: #124D2D;
}
</style>
background-color css
<style>
a { background-color: #124D2D; }
a { background-color: rgb(18,77,45); }
div.DivClassName
{
background-color: #124D2D;
}
.BgClassName
{
background-color: #124D2D;
}
</style>
border-color css
<style>
span { border-color: #124D2D; }
span { border-color: rgb(18,77,45); }
td.TdClassName
{
border-color: #124D2D;
}
.TagClassName
{
border-color: #124D2D;
}
</style>