Shades of Zuccini #124B2F
Tints of Zuccini #124B2F
RGB
CMYK
RGB Variations
Color information
#124B2F (or 0x124B2F) is known color: Zuccini. HEX triplet: 12, 4B and 2F. RGB value is (18,75,47). Sum of RGB (Red+Green+Blue) = 18+75+47=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #124B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B2F is #EDB4D0. Grayscale: #363636. Windows color (decimal): -15578321 or 3099410. OLE color: 3099410.
HSL color Cylindrical-coordinate representation of color #124B2F: hue angle of 150.53º 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 #124B2F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 47 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.71 |
| HSL | 150.53º | 0.61% | 0.18% | - |
| HSV(B) | 150.53º | 0.76% | 0.29% | - |
| XYZ | 3.28 | 5.37 | 3.55 | - |
| YUV | 54.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 47 | 0.76 | 0 | 0.37 | 0.71 | 150.53 | 0.61 | 0.18 |
| Hex | 12 | 4B | 2F | 4C | 0 | 25 | 47 | 97 | 3D | 12 |
| Octal | 22 | 113 | 57 | 114 | 0 | 45 | 107 | 227 | 75 | 22 |
| Binary | 10010 | 1001011 | 101111 | 1001100 | 0 | 100101 | 1000111 | 10010111 | 111101 | 10010 |
Color Harmonies of #124B2F
Complementary color
Monochromatic Colors of #124B2F
Black with #124B2F
Text Example
Text Example
White with #124B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B2F; }
p { color: rgb(18,75,47); }
H1.HeaderClassName
{
color: #124B2F;
}
.AnyTagClassName
{
color: #124B2F;
}
</style>
background-color css
<style>
a { background-color: #124B2F; }
a { background-color: rgb(18,75,47); }
div.DivClassName
{
background-color: #124B2F;
}
.BgClassName
{
background-color: #124B2F;
}
</style>
border-color css
<style>
span { border-color: #124B2F; }
span { border-color: rgb(18,75,47); }
td.TdClassName
{
border-color: #124B2F;
}
.TagClassName
{
border-color: #124B2F;
}
</style>