Shades of Zuccini #124F2D
Tints of Zuccini #124F2D
RGB
CMYK
RGB Variations
Color information
#124F2D (or 0x124F2D) is known color: Zuccini. HEX triplet: 12, 4F and 2D. RGB value is (18,79,45). Sum of RGB (Red+Green+Blue) = 18+79+45=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #124F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F2D is #EDB0D2. Grayscale: #383838. Windows color (decimal): -15577299 or 2969362. OLE color: 2969362.
HSL color Cylindrical-coordinate representation of color #124F2D: hue angle of 146.56º degrees, saturation: 0.63, 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 #124F2D is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 45 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.69 |
| HSL | 146.56º | 0.63% | 0.19% | - |
| HSV(B) | 146.56º | 0.77% | 0.31% | - |
| XYZ | 3.52 | 5.91 | 3.44 | - |
| YUV | 56.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 45 | 0.77 | 0 | 0.43 | 0.69 | 146.56 | 0.63 | 0.19 |
| Hex | 12 | 4F | 2D | 4D | 0 | 2B | 45 | 93 | 3F | 13 |
| Octal | 22 | 117 | 55 | 115 | 0 | 53 | 105 | 223 | 77 | 23 |
| Binary | 10010 | 1001111 | 101101 | 1001101 | 0 | 101011 | 1000101 | 10010011 | 111111 | 10011 |
Color Harmonies of #124F2D
Complementary color
Monochromatic Colors of #124F2D
Black with #124F2D
Text Example
Text Example
White with #124F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F2D; }
p { color: rgb(18,79,45); }
H1.HeaderClassName
{
color: #124F2D;
}
.AnyTagClassName
{
color: #124F2D;
}
</style>
background-color css
<style>
a { background-color: #124F2D; }
a { background-color: rgb(18,79,45); }
div.DivClassName
{
background-color: #124F2D;
}
.BgClassName
{
background-color: #124F2D;
}
</style>
border-color css
<style>
span { border-color: #124F2D; }
span { border-color: rgb(18,79,45); }
td.TdClassName
{
border-color: #124F2D;
}
.TagClassName
{
border-color: #124F2D;
}
</style>