Shades of Zuccini #0F432F
Tints of Zuccini #0F432F
RGB
CMYK
RGB Variations
Color information
#0F432F (or 0x0F432F) is known color: Zuccini. HEX triplet: 0F, 43 and 2F. RGB value is (15,67,47). Sum of RGB (Red+Green+Blue) = 15+67+47=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #0F432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F432F is #F0BCD0. Grayscale: #313131. Windows color (decimal): -15776977 or 3097359. OLE color: 3097359.
HSL color Cylindrical-coordinate representation of color #0F432F: hue angle of 156.92º 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 #0F432F is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 47 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.74 |
| HSL | 156.92º | 0.63% | 0.16% | - |
| HSV(B) | 156.92º | 0.78% | 0.26% | - |
| XYZ | 2.72 | 4.32 | 3.38 | - |
| YUV | 49.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 47 | 0.78 | 0 | 0.30 | 0.74 | 156.92 | 0.63 | 0.16 |
| Hex | F | 43 | 2F | 4E | 0 | 1E | 4A | 9D | 3F | 10 |
| Octal | 17 | 103 | 57 | 116 | 0 | 36 | 112 | 235 | 77 | 20 |
| Binary | 1111 | 1000011 | 101111 | 1001110 | 0 | 11110 | 1001010 | 10011101 | 111111 | 10000 |
Color Harmonies of #0F432F
Complementary color
Monochromatic Colors of #0F432F
Black with #0F432F
Text Example
Text Example
White with #0F432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F432F; }
p { color: rgb(15,67,47); }
H1.HeaderClassName
{
color: #0F432F;
}
.AnyTagClassName
{
color: #0F432F;
}
</style>
background-color css
<style>
a { background-color: #0F432F; }
a { background-color: rgb(15,67,47); }
div.DivClassName
{
background-color: #0F432F;
}
.BgClassName
{
background-color: #0F432F;
}
</style>
border-color css
<style>
span { border-color: #0F432F; }
span { border-color: rgb(15,67,47); }
td.TdClassName
{
border-color: #0F432F;
}
.TagClassName
{
border-color: #0F432F;
}
</style>