Shades of Zuccini #0F432E
Tints of Zuccini #0F432E
RGB
CMYK
RGB Variations
Color information
#0F432E (or 0x0F432E) is known color: Zuccini. HEX triplet: 0F, 43 and 2E. RGB value is (15,67,46). Sum of RGB (Red+Green+Blue) = 15+67+46=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #0F432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F432E is #F0BCD1. Grayscale: #313131. Windows color (decimal): -15776978 or 3031823. OLE color: 3031823.
HSL color Cylindrical-coordinate representation of color #0F432E: hue angle of 155.77º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F432E is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 46 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.74 |
| HSL | 155.77º | 0.63% | 0.16% | - |
| HSV(B) | 155.77º | 0.78% | 0.26% | - |
| XYZ | 2.7 | 4.31 | 3.28 | - |
| YUV | 49.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 46 | 0.78 | 0 | 0.31 | 0.74 | 155.77 | 0.63 | 0.16 |
| Hex | F | 43 | 2E | 4E | 0 | 1F | 4A | 9C | 3F | 10 |
| Octal | 17 | 103 | 56 | 116 | 0 | 37 | 112 | 234 | 77 | 20 |
| Binary | 1111 | 1000011 | 101110 | 1001110 | 0 | 11111 | 1001010 | 10011100 | 111111 | 10000 |
Color Harmonies of #0F432E
Complementary color
Monochromatic Colors of #0F432E
Black with #0F432E
Text Example
Text Example
White with #0F432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F432E; }
p { color: rgb(15,67,46); }
H1.HeaderClassName
{
color: #0F432E;
}
.AnyTagClassName
{
color: #0F432E;
}
</style>
background-color css
<style>
a { background-color: #0F432E; }
a { background-color: rgb(15,67,46); }
div.DivClassName
{
background-color: #0F432E;
}
.BgClassName
{
background-color: #0F432E;
}
</style>
border-color css
<style>
span { border-color: #0F432E; }
span { border-color: rgb(15,67,46); }
td.TdClassName
{
border-color: #0F432E;
}
.TagClassName
{
border-color: #0F432E;
}
</style>