Shades of Zuccini #0F4C2D
Tints of Zuccini #0F4C2D
RGB
CMYK
RGB Variations
Color information
#0F4C2D (or 0x0F4C2D) is known color: Zuccini. HEX triplet: 0F, 4C and 2D. RGB value is (15,76,45). Sum of RGB (Red+Green+Blue) = 15+76+45=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C2D is #F0B3D2. Grayscale: #363636. Windows color (decimal): -15774675 or 2968591. OLE color: 2968591.
HSL color Cylindrical-coordinate representation of color #0F4C2D: hue angle of 149.51º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C2D is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 45 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.70 |
| HSL | 149.51º | 0.67% | 0.18% | - |
| HSV(B) | 149.51º | 0.8% | 0.3% | - |
| XYZ | 3.26 | 5.46 | 3.36 | - |
| YUV | 54.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 45 | 0.80 | 0 | 0.41 | 0.70 | 149.51 | 0.67 | 0.18 |
| Hex | F | 4C | 2D | 50 | 0 | 29 | 46 | 96 | 43 | 12 |
| Octal | 17 | 114 | 55 | 120 | 0 | 51 | 106 | 226 | 103 | 22 |
| Binary | 1111 | 1001100 | 101101 | 1010000 | 0 | 101001 | 1000110 | 10010110 | 1000011 | 10010 |
Color Harmonies of #0F4C2D
Complementary color
Monochromatic Colors of #0F4C2D
Black with #0F4C2D
Text Example
Text Example
White with #0F4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C2D; }
p { color: rgb(15,76,45); }
H1.HeaderClassName
{
color: #0F4C2D;
}
.AnyTagClassName
{
color: #0F4C2D;
}
</style>
background-color css
<style>
a { background-color: #0F4C2D; }
a { background-color: rgb(15,76,45); }
div.DivClassName
{
background-color: #0F4C2D;
}
.BgClassName
{
background-color: #0F4C2D;
}
</style>
border-color css
<style>
span { border-color: #0F4C2D; }
span { border-color: rgb(15,76,45); }
td.TdClassName
{
border-color: #0F4C2D;
}
.TagClassName
{
border-color: #0F4C2D;
}
</style>