Shades of Zuccini #0F472B
Tints of Zuccini #0F472B
RGB
CMYK
RGB Variations
Color information
#0F472B (or 0x0F472B) is known color: Zuccini. HEX triplet: 0F, 47 and 2B. RGB value is (15,71,43). Sum of RGB (Red+Green+Blue) = 15+71+43=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #0F472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F472B is #F0B8D4. Grayscale: #333333. Windows color (decimal): -15775957 or 2836239. OLE color: 2836239.
HSL color Cylindrical-coordinate representation of color #0F472B: hue angle of 150º 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 #0F472B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 43 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.72 |
| HSL | 150º | 0.65% | 0.17% | - |
| HSV(B) | 150º | 0.79% | 0.28% | - |
| XYZ | 2.89 | 4.78 | 3.06 | - |
| YUV | 51.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 43 | 0.79 | 0 | 0.39 | 0.72 | 150 | 0.65 | 0.17 |
| Hex | F | 47 | 2B | 4F | 0 | 27 | 48 | 96 | 41 | 11 |
| Octal | 17 | 107 | 53 | 117 | 0 | 47 | 110 | 226 | 101 | 21 |
| Binary | 1111 | 1000111 | 101011 | 1001111 | 0 | 100111 | 1001000 | 10010110 | 1000001 | 10001 |
Color Harmonies of #0F472B
Complementary color
Monochromatic Colors of #0F472B
Black with #0F472B
Text Example
Text Example
White with #0F472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F472B; }
p { color: rgb(15,71,43); }
H1.HeaderClassName
{
color: #0F472B;
}
.AnyTagClassName
{
color: #0F472B;
}
</style>
background-color css
<style>
a { background-color: #0F472B; }
a { background-color: rgb(15,71,43); }
div.DivClassName
{
background-color: #0F472B;
}
.BgClassName
{
background-color: #0F472B;
}
</style>
border-color css
<style>
span { border-color: #0F472B; }
span { border-color: rgb(15,71,43); }
td.TdClassName
{
border-color: #0F472B;
}
.TagClassName
{
border-color: #0F472B;
}
</style>