Shades of Zuccini #0D472B
Tints of Zuccini #0D472B
RGB
CMYK
RGB Variations
Color information
#0D472B (or 0x0D472B) is known color: Zuccini. HEX triplet: 0D, 47 and 2B. RGB value is (13,71,43). Sum of RGB (Red+Green+Blue) = 13+71+43=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #0D472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D472B is #F2B8D4. Grayscale: #323232. Windows color (decimal): -15907029 or 2836237. OLE color: 2836237.
HSL color Cylindrical-coordinate representation of color #0D472B: hue angle of 151.03º 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 #0D472B is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 43 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.72 |
| HSL | 151.03º | 0.69% | 0.16% | - |
| HSV(B) | 151.03º | 0.82% | 0.28% | - |
| XYZ | 2.86 | 4.77 | 3.06 | - |
| YUV | 50.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 43 | 0.82 | 0 | 0.39 | 0.72 | 151.03 | 0.69 | 0.16 |
| Hex | D | 47 | 2B | 52 | 0 | 27 | 48 | 97 | 45 | 10 |
| Octal | 15 | 107 | 53 | 122 | 0 | 47 | 110 | 227 | 105 | 20 |
| Binary | 1101 | 1000111 | 101011 | 1010010 | 0 | 100111 | 1001000 | 10010111 | 1000101 | 10000 |
Color Harmonies of #0D472B
Complementary color
Monochromatic Colors of #0D472B
Black with #0D472B
Text Example
Text Example
White with #0D472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D472B; }
p { color: rgb(13,71,43); }
H1.HeaderClassName
{
color: #0D472B;
}
.AnyTagClassName
{
color: #0D472B;
}
</style>
background-color css
<style>
a { background-color: #0D472B; }
a { background-color: rgb(13,71,43); }
div.DivClassName
{
background-color: #0D472B;
}
.BgClassName
{
background-color: #0D472B;
}
</style>
border-color css
<style>
span { border-color: #0D472B; }
span { border-color: rgb(13,71,43); }
td.TdClassName
{
border-color: #0D472B;
}
.TagClassName
{
border-color: #0D472B;
}
</style>