Shades of Zuccini #0F422D
Tints of Zuccini #0F422D
RGB
CMYK
RGB Variations
Color information
#0F422D (or 0x0F422D) is known color: Zuccini. HEX triplet: 0F, 42 and 2D. RGB value is (15,66,45). Sum of RGB (Red+Green+Blue) = 15+66+45=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #0F422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F422D is #F0BDD2. Grayscale: #303030. Windows color (decimal): -15777235 or 2966031. OLE color: 2966031.
HSL color Cylindrical-coordinate representation of color #0F422D: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F422D is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 45 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.74 |
| HSL | 155.29º | 0.63% | 0.16% | - |
| HSV(B) | 155.29º | 0.77% | 0.26% | - |
| XYZ | 2.62 | 4.19 | 3.15 | - |
| YUV | 48.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 45 | 0.77 | 0 | 0.32 | 0.74 | 155.29 | 0.63 | 0.16 |
| Hex | F | 42 | 2D | 4D | 0 | 20 | 4A | 9B | 3F | 10 |
| Octal | 17 | 102 | 55 | 115 | 0 | 40 | 112 | 233 | 77 | 20 |
| Binary | 1111 | 1000010 | 101101 | 1001101 | 0 | 100000 | 1001010 | 10011011 | 111111 | 10000 |
Color Harmonies of #0F422D
Complementary color
Monochromatic Colors of #0F422D
Black with #0F422D
Text Example
Text Example
White with #0F422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F422D; }
p { color: rgb(15,66,45); }
H1.HeaderClassName
{
color: #0F422D;
}
.AnyTagClassName
{
color: #0F422D;
}
</style>
background-color css
<style>
a { background-color: #0F422D; }
a { background-color: rgb(15,66,45); }
div.DivClassName
{
background-color: #0F422D;
}
.BgClassName
{
background-color: #0F422D;
}
</style>
border-color css
<style>
span { border-color: #0F422D; }
span { border-color: rgb(15,66,45); }
td.TdClassName
{
border-color: #0F422D;
}
.TagClassName
{
border-color: #0F422D;
}
</style>