Shades of Zuccini #124D2F
Tints of Zuccini #124D2F
RGB
CMYK
RGB Variations
Color information
#124D2F (or 0x124D2F) is known color: Zuccini. HEX triplet: 12, 4D and 2F. RGB value is (18,77,47). Sum of RGB (Red+Green+Blue) = 18+77+47=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #124D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D2F is #EDB2D0. Grayscale: #383838. Windows color (decimal): -15577809 or 3099922. OLE color: 3099922.
HSL color Cylindrical-coordinate representation of color #124D2F: hue angle of 149.49º 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 #124D2F is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 47 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.70 |
| HSL | 149.49º | 0.62% | 0.19% | - |
| HSV(B) | 149.49º | 0.77% | 0.3% | - |
| XYZ | 3.42 | 5.64 | 3.6 | - |
| YUV | 55.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 47 | 0.77 | 0 | 0.39 | 0.70 | 149.49 | 0.62 | 0.19 |
| Hex | 12 | 4D | 2F | 4D | 0 | 27 | 46 | 95 | 3E | 13 |
| Octal | 22 | 115 | 57 | 115 | 0 | 47 | 106 | 225 | 76 | 23 |
| Binary | 10010 | 1001101 | 101111 | 1001101 | 0 | 100111 | 1000110 | 10010101 | 111110 | 10011 |
Color Harmonies of #124D2F
Complementary color
Monochromatic Colors of #124D2F
Black with #124D2F
Text Example
Text Example
White with #124D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D2F; }
p { color: rgb(18,77,47); }
H1.HeaderClassName
{
color: #124D2F;
}
.AnyTagClassName
{
color: #124D2F;
}
</style>
background-color css
<style>
a { background-color: #124D2F; }
a { background-color: rgb(18,77,47); }
div.DivClassName
{
background-color: #124D2F;
}
.BgClassName
{
background-color: #124D2F;
}
</style>
border-color css
<style>
span { border-color: #124D2F; }
span { border-color: rgb(18,77,47); }
td.TdClassName
{
border-color: #124D2F;
}
.TagClassName
{
border-color: #124D2F;
}
</style>