Shades of Zuccini #114C2F
Tints of Zuccini #114C2F
RGB
CMYK
RGB Variations
Color information
#114C2F (or 0x114C2F) is known color: Zuccini. HEX triplet: 11, 4C and 2F. RGB value is (17,76,47). Sum of RGB (Red+Green+Blue) = 17+76+47=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #114C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C2F is #EEB3D0. Grayscale: #373737. Windows color (decimal): -15643601 or 3099665. OLE color: 3099665.
HSL color Cylindrical-coordinate representation of color #114C2F: hue angle of 150.51º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C2F is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 47 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.70 |
| HSL | 150.51º | 0.63% | 0.18% | - |
| HSV(B) | 150.51º | 0.78% | 0.3% | - |
| XYZ | 3.33 | 5.49 | 3.57 | - |
| YUV | 55.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 47 | 0.78 | 0 | 0.38 | 0.70 | 150.51 | 0.63 | 0.18 |
| Hex | 11 | 4C | 2F | 4E | 0 | 26 | 46 | 97 | 3F | 12 |
| Octal | 21 | 114 | 57 | 116 | 0 | 46 | 106 | 227 | 77 | 22 |
| Binary | 10001 | 1001100 | 101111 | 1001110 | 0 | 100110 | 1000110 | 10010111 | 111111 | 10010 |
Color Harmonies of #114C2F
Complementary color
Monochromatic Colors of #114C2F
Black with #114C2F
Text Example
Text Example
White with #114C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C2F; }
p { color: rgb(17,76,47); }
H1.HeaderClassName
{
color: #114C2F;
}
.AnyTagClassName
{
color: #114C2F;
}
</style>
background-color css
<style>
a { background-color: #114C2F; }
a { background-color: rgb(17,76,47); }
div.DivClassName
{
background-color: #114C2F;
}
.BgClassName
{
background-color: #114C2F;
}
</style>
border-color css
<style>
span { border-color: #114C2F; }
span { border-color: rgb(17,76,47); }
td.TdClassName
{
border-color: #114C2F;
}
.TagClassName
{
border-color: #114C2F;
}
</style>