Shades of Zuccini #0F472E
Tints of Zuccini #0F472E
RGB
CMYK
RGB Variations
Color information
#0F472E (or 0x0F472E) is known color: Zuccini. HEX triplet: 0F, 47 and 2E. RGB value is (15,71,46). Sum of RGB (Red+Green+Blue) = 15+71+46=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #0F472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F472E is #F0B8D1. Grayscale: #333333. Windows color (decimal): -15775954 or 3032847. OLE color: 3032847.
HSL color Cylindrical-coordinate representation of color #0F472E: hue angle of 153.21º degrees, saturation: 0.65, 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 #0F472E is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 46 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.72 |
| HSL | 153.21º | 0.65% | 0.17% | - |
| HSV(B) | 153.21º | 0.79% | 0.28% | - |
| XYZ | 2.94 | 4.81 | 3.36 | - |
| YUV | 51.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 46 | 0.79 | 0 | 0.35 | 0.72 | 153.21 | 0.65 | 0.17 |
| Hex | F | 47 | 2E | 4F | 0 | 23 | 48 | 99 | 41 | 11 |
| Octal | 17 | 107 | 56 | 117 | 0 | 43 | 110 | 231 | 101 | 21 |
| Binary | 1111 | 1000111 | 101110 | 1001111 | 0 | 100011 | 1001000 | 10011001 | 1000001 | 10001 |
Color Harmonies of #0F472E
Complementary color
Monochromatic Colors of #0F472E
Black with #0F472E
Text Example
Text Example
White with #0F472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F472E; }
p { color: rgb(15,71,46); }
H1.HeaderClassName
{
color: #0F472E;
}
.AnyTagClassName
{
color: #0F472E;
}
</style>
background-color css
<style>
a { background-color: #0F472E; }
a { background-color: rgb(15,71,46); }
div.DivClassName
{
background-color: #0F472E;
}
.BgClassName
{
background-color: #0F472E;
}
</style>
border-color css
<style>
span { border-color: #0F472E; }
span { border-color: rgb(15,71,46); }
td.TdClassName
{
border-color: #0F472E;
}
.TagClassName
{
border-color: #0F472E;
}
</style>