Shades of Zuccini #0F4026
Tints of Zuccini #0F4026
RGB
CMYK
RGB Variations
Color information
#0F4026 (or 0x0F4026) is known color: Zuccini. HEX triplet: 0F, 40 and 26. RGB value is (15,64,38). Sum of RGB (Red+Green+Blue) = 15+64+38=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4026 is #F0BFD9. Grayscale: #2E2E2E. Windows color (decimal): -15777754 or 2506767. OLE color: 2506767.
HSL color Cylindrical-coordinate representation of color #0F4026: hue angle of 148.16º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4026 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 38 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.75 |
| HSL | 148.16º | 0.62% | 0.15% | - |
| HSV(B) | 148.16º | 0.77% | 0.25% | - |
| XYZ | 2.38 | 3.91 | 2.46 | - |
| YUV | 46.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 38 | 0.77 | 0 | 0.41 | 0.75 | 148.16 | 0.62 | 0.15 |
| Hex | F | 40 | 26 | 4D | 0 | 29 | 4B | 94 | 3E | F |
| Octal | 17 | 100 | 46 | 115 | 0 | 51 | 113 | 224 | 76 | 17 |
| Binary | 1111 | 1000000 | 100110 | 1001101 | 0 | 101001 | 1001011 | 10010100 | 111110 | 1111 |
Color Harmonies of #0F4026
Complementary color
Monochromatic Colors of #0F4026
Black with #0F4026
Text Example
Text Example
White with #0F4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4026; }
p { color: rgb(15,64,38); }
H1.HeaderClassName
{
color: #0F4026;
}
.AnyTagClassName
{
color: #0F4026;
}
</style>
background-color css
<style>
a { background-color: #0F4026; }
a { background-color: rgb(15,64,38); }
div.DivClassName
{
background-color: #0F4026;
}
.BgClassName
{
background-color: #0F4026;
}
</style>
border-color css
<style>
span { border-color: #0F4026; }
span { border-color: rgb(15,64,38); }
td.TdClassName
{
border-color: #0F4026;
}
.TagClassName
{
border-color: #0F4026;
}
</style>