Shades of Zuccini #0D472D
Tints of Zuccini #0D472D
RGB
CMYK
RGB Variations
Color information
#0D472D (or 0x0D472D) is known color: Zuccini. HEX triplet: 0D, 47 and 2D. RGB value is (13,71,45). Sum of RGB (Red+Green+Blue) = 13+71+45=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #0D472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D472D is #F2B8D2. Grayscale: #323232. Windows color (decimal): -15907027 or 2967309. OLE color: 2967309.
HSL color Cylindrical-coordinate representation of color #0D472D: hue angle of 153.1º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D472D is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 45 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.72 |
| HSL | 153.1º | 0.69% | 0.16% | - |
| HSV(B) | 153.1º | 0.82% | 0.28% | - |
| XYZ | 2.89 | 4.78 | 3.25 | - |
| YUV | 50.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 45 | 0.82 | 0 | 0.37 | 0.72 | 153.1 | 0.69 | 0.16 |
| Hex | D | 47 | 2D | 52 | 0 | 25 | 48 | 99 | 45 | 10 |
| Octal | 15 | 107 | 55 | 122 | 0 | 45 | 110 | 231 | 105 | 20 |
| Binary | 1101 | 1000111 | 101101 | 1010010 | 0 | 100101 | 1001000 | 10011001 | 1000101 | 10000 |
Color Harmonies of #0D472D
Complementary color
Monochromatic Colors of #0D472D
Black with #0D472D
Text Example
Text Example
White with #0D472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D472D; }
p { color: rgb(13,71,45); }
H1.HeaderClassName
{
color: #0D472D;
}
.AnyTagClassName
{
color: #0D472D;
}
</style>
background-color css
<style>
a { background-color: #0D472D; }
a { background-color: rgb(13,71,45); }
div.DivClassName
{
background-color: #0D472D;
}
.BgClassName
{
background-color: #0D472D;
}
</style>
border-color css
<style>
span { border-color: #0D472D; }
span { border-color: rgb(13,71,45); }
td.TdClassName
{
border-color: #0D472D;
}
.TagClassName
{
border-color: #0D472D;
}
</style>