Shades of Zuccini #124B2E
Tints of Zuccini #124B2E
RGB
CMYK
RGB Variations
Color information
#124B2E (or 0x124B2E) is known color: Zuccini. HEX triplet: 12, 4B and 2E. RGB value is (18,75,46). Sum of RGB (Red+Green+Blue) = 18+75+46=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #124B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B2E is #EDB4D1. Grayscale: #363636. Windows color (decimal): -15578322 or 3033874. OLE color: 3033874.
HSL color Cylindrical-coordinate representation of color #124B2E: hue angle of 149.47º 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 #124B2E is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 46 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.71 |
| HSL | 149.47º | 0.61% | 0.18% | - |
| HSV(B) | 149.47º | 0.76% | 0.29% | - |
| XYZ | 3.26 | 5.36 | 3.45 | - |
| YUV | 54.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 46 | 0.76 | 0 | 0.39 | 0.71 | 149.47 | 0.61 | 0.18 |
| Hex | 12 | 4B | 2E | 4C | 0 | 27 | 47 | 95 | 3D | 12 |
| Octal | 22 | 113 | 56 | 114 | 0 | 47 | 107 | 225 | 75 | 22 |
| Binary | 10010 | 1001011 | 101110 | 1001100 | 0 | 100111 | 1000111 | 10010101 | 111101 | 10010 |
Color Harmonies of #124B2E
Complementary color
Monochromatic Colors of #124B2E
Black with #124B2E
Text Example
Text Example
White with #124B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B2E; }
p { color: rgb(18,75,46); }
H1.HeaderClassName
{
color: #124B2E;
}
.AnyTagClassName
{
color: #124B2E;
}
</style>
background-color css
<style>
a { background-color: #124B2E; }
a { background-color: rgb(18,75,46); }
div.DivClassName
{
background-color: #124B2E;
}
.BgClassName
{
background-color: #124B2E;
}
</style>
border-color css
<style>
span { border-color: #124B2E; }
span { border-color: rgb(18,75,46); }
td.TdClassName
{
border-color: #124B2E;
}
.TagClassName
{
border-color: #124B2E;
}
</style>