Shades of Zuccini #124E2D
Tints of Zuccini #124E2D
RGB
CMYK
RGB Variations
Color information
#124E2D (or 0x124E2D) is known color: Zuccini. HEX triplet: 12, 4E and 2D. RGB value is (18,78,45). Sum of RGB (Red+Green+Blue) = 18+78+45=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #124E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E2D is #EDB1D2. Grayscale: #383838. Windows color (decimal): -15577555 or 2969106. OLE color: 2969106.
HSL color Cylindrical-coordinate representation of color #124E2D: hue angle of 147º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E2D is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 45 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.69 |
| HSL | 147º | 0.63% | 0.19% | - |
| HSV(B) | 147º | 0.77% | 0.31% | - |
| XYZ | 3.45 | 5.77 | 3.41 | - |
| YUV | 56.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 45 | 0.77 | 0 | 0.42 | 0.69 | 147 | 0.63 | 0.19 |
| Hex | 12 | 4E | 2D | 4D | 0 | 2A | 45 | 93 | 3E | 13 |
| Octal | 22 | 116 | 55 | 115 | 0 | 52 | 105 | 223 | 76 | 23 |
| Binary | 10010 | 1001110 | 101101 | 1001101 | 0 | 101010 | 1000101 | 10010011 | 111110 | 10011 |
Color Harmonies of #124E2D
Complementary color
Monochromatic Colors of #124E2D
Black with #124E2D
Text Example
Text Example
White with #124E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E2D; }
p { color: rgb(18,78,45); }
H1.HeaderClassName
{
color: #124E2D;
}
.AnyTagClassName
{
color: #124E2D;
}
</style>
background-color css
<style>
a { background-color: #124E2D; }
a { background-color: rgb(18,78,45); }
div.DivClassName
{
background-color: #124E2D;
}
.BgClassName
{
background-color: #124E2D;
}
</style>
border-color css
<style>
span { border-color: #124E2D; }
span { border-color: rgb(18,78,45); }
td.TdClassName
{
border-color: #124E2D;
}
.TagClassName
{
border-color: #124E2D;
}
</style>