Shades of Zuccini #0F3D28
Tints of Zuccini #0F3D28
RGB
CMYK
RGB Variations
Color information
#0F3D28 (or 0x0F3D28) is known color: Zuccini. HEX triplet: 0F, 3D and 28. RGB value is (15,61,40). Sum of RGB (Red+Green+Blue) = 15+61+40=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D28 is #F0C2D7. Grayscale: #2C2C2C. Windows color (decimal): -15778520 or 2637071. OLE color: 2637071.
HSL color Cylindrical-coordinate representation of color #0F3D28: hue angle of 152.61º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3D28 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 61 | 40 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.76 |
| HSL | 152.61º | 0.61% | 0.15% | - |
| HSV(B) | 152.61º | 0.75% | 0.24% | - |
| XYZ | 2.25 | 3.59 | 2.58 | - |
| YUV | 44.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 40 | 0.75 | 0 | 0.34 | 0.76 | 152.61 | 0.61 | 0.15 |
| Hex | F | 3D | 28 | 4B | 0 | 22 | 4C | 99 | 3D | F |
| Octal | 17 | 75 | 50 | 113 | 0 | 42 | 114 | 231 | 75 | 17 |
| Binary | 1111 | 111101 | 101000 | 1001011 | 0 | 100010 | 1001100 | 10011001 | 111101 | 1111 |
Color Harmonies of #0F3D28
Complementary color
Monochromatic Colors of #0F3D28
Black with #0F3D28
Text Example
Text Example
White with #0F3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D28; }
p { color: rgb(15,61,40); }
H1.HeaderClassName
{
color: #0F3D28;
}
.AnyTagClassName
{
color: #0F3D28;
}
</style>
background-color css
<style>
a { background-color: #0F3D28; }
a { background-color: rgb(15,61,40); }
div.DivClassName
{
background-color: #0F3D28;
}
.BgClassName
{
background-color: #0F3D28;
}
</style>
border-color css
<style>
span { border-color: #0F3D28; }
span { border-color: rgb(15,61,40); }
td.TdClassName
{
border-color: #0F3D28;
}
.TagClassName
{
border-color: #0F3D28;
}
</style>