Shades of Zuccini #0F4829
Tints of Zuccini #0F4829
RGB
CMYK
RGB Variations
Color information
#0F4829 (or 0x0F4829) is known color: Zuccini. HEX triplet: 0F, 48 and 29. RGB value is (15,72,41). Sum of RGB (Red+Green+Blue) = 15+72+41=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4829 is #F0B7D6. Grayscale: #333333. Windows color (decimal): -15775703 or 2705423. OLE color: 2705423.
HSL color Cylindrical-coordinate representation of color #0F4829: hue angle of 147.37º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4829 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 72 | 41 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.72 |
| HSL | 147.37º | 0.66% | 0.17% | - |
| HSV(B) | 147.37º | 0.79% | 0.28% | - |
| XYZ | 2.91 | 4.9 | 2.89 | - |
| YUV | 51.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 41 | 0.79 | 0 | 0.43 | 0.72 | 147.37 | 0.66 | 0.17 |
| Hex | F | 48 | 29 | 4F | 0 | 2B | 48 | 93 | 42 | 11 |
| Octal | 17 | 110 | 51 | 117 | 0 | 53 | 110 | 223 | 102 | 21 |
| Binary | 1111 | 1001000 | 101001 | 1001111 | 0 | 101011 | 1001000 | 10010011 | 1000010 | 10001 |
Color Harmonies of #0F4829
Complementary color
Monochromatic Colors of #0F4829
Black with #0F4829
Text Example
Text Example
White with #0F4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4829; }
p { color: rgb(15,72,41); }
H1.HeaderClassName
{
color: #0F4829;
}
.AnyTagClassName
{
color: #0F4829;
}
</style>
background-color css
<style>
a { background-color: #0F4829; }
a { background-color: rgb(15,72,41); }
div.DivClassName
{
background-color: #0F4829;
}
.BgClassName
{
background-color: #0F4829;
}
</style>
border-color css
<style>
span { border-color: #0F4829; }
span { border-color: rgb(15,72,41); }
td.TdClassName
{
border-color: #0F4829;
}
.TagClassName
{
border-color: #0F4829;
}
</style>