Shades of Zuccini #0D442B
Tints of Zuccini #0D442B
RGB
CMYK
RGB Variations
Color information
#0D442B (or 0x0D442B) is known color: Zuccini. HEX triplet: 0D, 44 and 2B. RGB value is (13,68,43). Sum of RGB (Red+Green+Blue) = 13+68+43=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #0D442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D442B is #F2BBD4. Grayscale: #303030. Windows color (decimal): -15907797 or 2835469. OLE color: 2835469.
HSL color Cylindrical-coordinate representation of color #0D442B: hue angle of 152.73º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D442B is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 43 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.73 |
| HSL | 152.73º | 0.68% | 0.16% | - |
| HSV(B) | 152.73º | 0.81% | 0.27% | - |
| XYZ | 2.67 | 4.39 | 2.99 | - |
| YUV | 48.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 43 | 0.81 | 0 | 0.37 | 0.73 | 152.73 | 0.68 | 0.16 |
| Hex | D | 44 | 2B | 51 | 0 | 25 | 49 | 99 | 44 | 10 |
| Octal | 15 | 104 | 53 | 121 | 0 | 45 | 111 | 231 | 104 | 20 |
| Binary | 1101 | 1000100 | 101011 | 1010001 | 0 | 100101 | 1001001 | 10011001 | 1000100 | 10000 |
Color Harmonies of #0D442B
Complementary color
Monochromatic Colors of #0D442B
Black with #0D442B
Text Example
Text Example
White with #0D442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D442B; }
p { color: rgb(13,68,43); }
H1.HeaderClassName
{
color: #0D442B;
}
.AnyTagClassName
{
color: #0D442B;
}
</style>
background-color css
<style>
a { background-color: #0D442B; }
a { background-color: rgb(13,68,43); }
div.DivClassName
{
background-color: #0D442B;
}
.BgClassName
{
background-color: #0D442B;
}
</style>
border-color css
<style>
span { border-color: #0D442B; }
span { border-color: rgb(13,68,43); }
td.TdClassName
{
border-color: #0D442B;
}
.TagClassName
{
border-color: #0D442B;
}
</style>