Shades of Zuccini #0F472F
Tints of Zuccini #0F472F
RGB
CMYK
RGB Variations
Color information
#0F472F (or 0x0F472F) is known color: Zuccini. HEX triplet: 0F, 47 and 2F. RGB value is (15,71,47). Sum of RGB (Red+Green+Blue) = 15+71+47=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #0F472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F472F is #F0B8D0. Grayscale: #333333. Windows color (decimal): -15775953 or 3098383. OLE color: 3098383.
HSL color Cylindrical-coordinate representation of color #0F472F: hue angle of 154.29º 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 #0F472F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 47 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.72 |
| HSL | 154.29º | 0.65% | 0.17% | - |
| HSV(B) | 154.29º | 0.79% | 0.28% | - |
| XYZ | 2.96 | 4.81 | 3.46 | - |
| YUV | 51.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 47 | 0.79 | 0 | 0.34 | 0.72 | 154.29 | 0.65 | 0.17 |
| Hex | F | 47 | 2F | 4F | 0 | 22 | 48 | 9A | 41 | 11 |
| Octal | 17 | 107 | 57 | 117 | 0 | 42 | 110 | 232 | 101 | 21 |
| Binary | 1111 | 1000111 | 101111 | 1001111 | 0 | 100010 | 1001000 | 10011010 | 1000001 | 10001 |
Color Harmonies of #0F472F
Complementary color
Monochromatic Colors of #0F472F
Black with #0F472F
Text Example
Text Example
White with #0F472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F472F; }
p { color: rgb(15,71,47); }
H1.HeaderClassName
{
color: #0F472F;
}
.AnyTagClassName
{
color: #0F472F;
}
</style>
background-color css
<style>
a { background-color: #0F472F; }
a { background-color: rgb(15,71,47); }
div.DivClassName
{
background-color: #0F472F;
}
.BgClassName
{
background-color: #0F472F;
}
</style>
border-color css
<style>
span { border-color: #0F472F; }
span { border-color: rgb(15,71,47); }
td.TdClassName
{
border-color: #0F472F;
}
.TagClassName
{
border-color: #0F472F;
}
</style>