Shades of Zuccini #0D422E
Tints of Zuccini #0D422E
RGB
CMYK
RGB Variations
Color information
#0D422E (or 0x0D422E) is known color: Zuccini. HEX triplet: 0D, 42 and 2E. RGB value is (13,66,46). Sum of RGB (Red+Green+Blue) = 13+66+46=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #0D422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D422E is #F2BDD1. Grayscale: #2F2F2F. Windows color (decimal): -15908306 or 3031565. OLE color: 3031565.
HSL color Cylindrical-coordinate representation of color #0D422E: hue angle of 157.36º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D422E is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 46 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.74 |
| HSL | 157.36º | 0.67% | 0.15% | - |
| HSV(B) | 157.36º | 0.8% | 0.26% | - |
| XYZ | 2.61 | 4.18 | 3.25 | - |
| YUV | 47.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 46 | 0.80 | 0 | 0.30 | 0.74 | 157.36 | 0.67 | 0.15 |
| Hex | D | 42 | 2E | 50 | 0 | 1E | 4A | 9D | 43 | F |
| Octal | 15 | 102 | 56 | 120 | 0 | 36 | 112 | 235 | 103 | 17 |
| Binary | 1101 | 1000010 | 101110 | 1010000 | 0 | 11110 | 1001010 | 10011101 | 1000011 | 1111 |
Color Harmonies of #0D422E
Complementary color
Monochromatic Colors of #0D422E
Black with #0D422E
Text Example
Text Example
White with #0D422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D422E; }
p { color: rgb(13,66,46); }
H1.HeaderClassName
{
color: #0D422E;
}
.AnyTagClassName
{
color: #0D422E;
}
</style>
background-color css
<style>
a { background-color: #0D422E; }
a { background-color: rgb(13,66,46); }
div.DivClassName
{
background-color: #0D422E;
}
.BgClassName
{
background-color: #0D422E;
}
</style>
border-color css
<style>
span { border-color: #0D422E; }
span { border-color: rgb(13,66,46); }
td.TdClassName
{
border-color: #0D422E;
}
.TagClassName
{
border-color: #0D422E;
}
</style>