Shades of Zuccini #124A27
Tints of Zuccini #124A27
RGB
CMYK
RGB Variations
Color information
#124A27 (or 0x124A27) is known color: Zuccini. HEX triplet: 12, 4A and 27. RGB value is (18,74,39). Sum of RGB (Red+Green+Blue) = 18+74+39=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #124A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A27 is #EDB5D8. Grayscale: #353535. Windows color (decimal): -15578585 or 2574866. OLE color: 2574866.
HSL color Cylindrical-coordinate representation of color #124A27: hue angle of 142.5º 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 #124A27 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 39 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.71 |
| HSL | 142.5º | 0.61% | 0.18% | - |
| HSV(B) | 142.5º | 0.76% | 0.29% | - |
| XYZ | 3.06 | 5.17 | 2.76 | - |
| YUV | 53.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 39 | 0.76 | 0 | 0.47 | 0.71 | 142.5 | 0.61 | 0.18 |
| Hex | 12 | 4A | 27 | 4C | 0 | 2F | 47 | 8E | 3D | 12 |
| Octal | 22 | 112 | 47 | 114 | 0 | 57 | 107 | 216 | 75 | 22 |
| Binary | 10010 | 1001010 | 100111 | 1001100 | 0 | 101111 | 1000111 | 10001110 | 111101 | 10010 |
Color Harmonies of #124A27
Complementary color
Monochromatic Colors of #124A27
Black with #124A27
Text Example
Text Example
White with #124A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A27; }
p { color: rgb(18,74,39); }
H1.HeaderClassName
{
color: #124A27;
}
.AnyTagClassName
{
color: #124A27;
}
</style>
background-color css
<style>
a { background-color: #124A27; }
a { background-color: rgb(18,74,39); }
div.DivClassName
{
background-color: #124A27;
}
.BgClassName
{
background-color: #124A27;
}
</style>
border-color css
<style>
span { border-color: #124A27; }
span { border-color: rgb(18,74,39); }
td.TdClassName
{
border-color: #124A27;
}
.TagClassName
{
border-color: #124A27;
}
</style>