Shades of Zuccini #124E2A
Tints of Zuccini #124E2A
RGB
CMYK
RGB Variations
Color information
#124E2A (or 0x124E2A) is known color: Zuccini. HEX triplet: 12, 4E and 2A. RGB value is (18,78,42). Sum of RGB (Red+Green+Blue) = 18+78+42=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #124E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E2A is #EDB1D5. Grayscale: #383838. Windows color (decimal): -15577558 or 2772498. OLE color: 2772498.
HSL color Cylindrical-coordinate representation of color #124E2A: hue angle of 144º 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 #124E2A is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 42 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.69 |
| HSL | 144º | 0.63% | 0.19% | - |
| HSV(B) | 144º | 0.77% | 0.31% | - |
| XYZ | 3.39 | 5.74 | 3.12 | - |
| YUV | 55.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 42 | 0.77 | 0 | 0.46 | 0.69 | 144 | 0.63 | 0.19 |
| Hex | 12 | 4E | 2A | 4D | 0 | 2E | 45 | 90 | 3E | 13 |
| Octal | 22 | 116 | 52 | 115 | 0 | 56 | 105 | 220 | 76 | 23 |
| Binary | 10010 | 1001110 | 101010 | 1001101 | 0 | 101110 | 1000101 | 10010000 | 111110 | 10011 |
Color Harmonies of #124E2A
Complementary color
Monochromatic Colors of #124E2A
Black with #124E2A
Text Example
Text Example
White with #124E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E2A; }
p { color: rgb(18,78,42); }
H1.HeaderClassName
{
color: #124E2A;
}
.AnyTagClassName
{
color: #124E2A;
}
</style>
background-color css
<style>
a { background-color: #124E2A; }
a { background-color: rgb(18,78,42); }
div.DivClassName
{
background-color: #124E2A;
}
.BgClassName
{
background-color: #124E2A;
}
</style>
border-color css
<style>
span { border-color: #124E2A; }
span { border-color: rgb(18,78,42); }
td.TdClassName
{
border-color: #124E2A;
}
.TagClassName
{
border-color: #124E2A;
}
</style>