Shades of Zuccini #0D4F2C
Tints of Zuccini #0D4F2C
RGB
CMYK
RGB Variations
Color information
#0D4F2C (or 0x0D4F2C) is known color: Zuccini. HEX triplet: 0D, 4F and 2C. RGB value is (13,79,44). Sum of RGB (Red+Green+Blue) = 13+79+44=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F2C is #F2B0D3. Grayscale: #373737. Windows color (decimal): -15904980 or 2903821. OLE color: 2903821.
HSL color Cylindrical-coordinate representation of color #0D4F2C: hue angle of 148.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4F2C is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 79 | 44 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.69 |
| HSL | 148.18º | 0.72% | 0.18% | - |
| HSV(B) | 148.18º | 0.84% | 0.31% | - |
| XYZ | 3.42 | 5.86 | 3.33 | - |
| YUV | 55.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 44 | 0.84 | 0 | 0.44 | 0.69 | 148.18 | 0.72 | 0.18 |
| Hex | D | 4F | 2C | 54 | 0 | 2C | 45 | 94 | 48 | 12 |
| Octal | 15 | 117 | 54 | 124 | 0 | 54 | 105 | 224 | 110 | 22 |
| Binary | 1101 | 1001111 | 101100 | 1010100 | 0 | 101100 | 1000101 | 10010100 | 1001000 | 10010 |
Color Harmonies of #0D4F2C
Complementary color
Monochromatic Colors of #0D4F2C
Black with #0D4F2C
Text Example
Text Example
White with #0D4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F2C; }
p { color: rgb(13,79,44); }
H1.HeaderClassName
{
color: #0D4F2C;
}
.AnyTagClassName
{
color: #0D4F2C;
}
</style>
background-color css
<style>
a { background-color: #0D4F2C; }
a { background-color: rgb(13,79,44); }
div.DivClassName
{
background-color: #0D4F2C;
}
.BgClassName
{
background-color: #0D4F2C;
}
</style>
border-color css
<style>
span { border-color: #0D4F2C; }
span { border-color: rgb(13,79,44); }
td.TdClassName
{
border-color: #0D4F2C;
}
.TagClassName
{
border-color: #0D4F2C;
}
</style>