Shades of Zuccini #0F422B
Tints of Zuccini #0F422B
RGB
CMYK
RGB Variations
Color information
#0F422B (or 0x0F422B) is known color: Zuccini. HEX triplet: 0F, 42 and 2B. RGB value is (15,66,43). Sum of RGB (Red+Green+Blue) = 15+66+43=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #0F422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F422B is #F0BDD4. Grayscale: #303030. Windows color (decimal): -15777237 or 2834959. OLE color: 2834959.
HSL color Cylindrical-coordinate representation of color #0F422B: hue angle of 152.94º 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 #0F422B is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 43 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.74 |
| HSL | 152.94º | 0.63% | 0.16% | - |
| HSV(B) | 152.94º | 0.77% | 0.26% | - |
| XYZ | 2.58 | 4.17 | 2.95 | - |
| YUV | 48.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 43 | 0.77 | 0 | 0.35 | 0.74 | 152.94 | 0.63 | 0.16 |
| Hex | F | 42 | 2B | 4D | 0 | 23 | 4A | 99 | 3F | 10 |
| Octal | 17 | 102 | 53 | 115 | 0 | 43 | 112 | 231 | 77 | 20 |
| Binary | 1111 | 1000010 | 101011 | 1001101 | 0 | 100011 | 1001010 | 10011001 | 111111 | 10000 |
Color Harmonies of #0F422B
Complementary color
Monochromatic Colors of #0F422B
Black with #0F422B
Text Example
Text Example
White with #0F422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F422B; }
p { color: rgb(15,66,43); }
H1.HeaderClassName
{
color: #0F422B;
}
.AnyTagClassName
{
color: #0F422B;
}
</style>
background-color css
<style>
a { background-color: #0F422B; }
a { background-color: rgb(15,66,43); }
div.DivClassName
{
background-color: #0F422B;
}
.BgClassName
{
background-color: #0F422B;
}
</style>
border-color css
<style>
span { border-color: #0F422B; }
span { border-color: rgb(15,66,43); }
td.TdClassName
{
border-color: #0F422B;
}
.TagClassName
{
border-color: #0F422B;
}
</style>