Shades of Zuccini #0D432F
Tints of Zuccini #0D432F
RGB
CMYK
RGB Variations
Color information
#0D432F (or 0x0D432F) is known color: Zuccini. HEX triplet: 0D, 43 and 2F. RGB value is (13,67,47). Sum of RGB (Red+Green+Blue) = 13+67+47=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #0D432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D432F is #F2BCD0. Grayscale: #303030. Windows color (decimal): -15908049 or 3097357. OLE color: 3097357.
HSL color Cylindrical-coordinate representation of color #0D432F: hue angle of 157.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D432F is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 47 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.74 |
| HSL | 157.78º | 0.68% | 0.16% | - |
| HSV(B) | 157.78º | 0.81% | 0.26% | - |
| XYZ | 2.69 | 4.31 | 3.38 | - |
| YUV | 48.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 47 | 0.81 | 0 | 0.30 | 0.74 | 157.78 | 0.68 | 0.16 |
| Hex | D | 43 | 2F | 51 | 0 | 1E | 4A | 9E | 44 | 10 |
| Octal | 15 | 103 | 57 | 121 | 0 | 36 | 112 | 236 | 104 | 20 |
| Binary | 1101 | 1000011 | 101111 | 1010001 | 0 | 11110 | 1001010 | 10011110 | 1000100 | 10000 |
Color Harmonies of #0D432F
Complementary color
Monochromatic Colors of #0D432F
Black with #0D432F
Text Example
Text Example
White with #0D432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D432F; }
p { color: rgb(13,67,47); }
H1.HeaderClassName
{
color: #0D432F;
}
.AnyTagClassName
{
color: #0D432F;
}
</style>
background-color css
<style>
a { background-color: #0D432F; }
a { background-color: rgb(13,67,47); }
div.DivClassName
{
background-color: #0D432F;
}
.BgClassName
{
background-color: #0D432F;
}
</style>
border-color css
<style>
span { border-color: #0D432F; }
span { border-color: rgb(13,67,47); }
td.TdClassName
{
border-color: #0D432F;
}
.TagClassName
{
border-color: #0D432F;
}
</style>