Shades of Zuccini #0D4C2F
Tints of Zuccini #0D4C2F
RGB
CMYK
RGB Variations
Color information
#0D4C2F (or 0x0D4C2F) is known color: Zuccini. HEX triplet: 0D, 4C and 2F. RGB value is (13,76,47). Sum of RGB (Red+Green+Blue) = 13+76+47=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C2F is #F2B3D0. Grayscale: #353535. Windows color (decimal): -15905745 or 3099661. OLE color: 3099661.
HSL color Cylindrical-coordinate representation of color #0D4C2F: hue angle of 152.38º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C2F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 76 | 47 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.70 |
| HSL | 152.38º | 0.71% | 0.17% | - |
| HSV(B) | 152.38º | 0.83% | 0.3% | - |
| XYZ | 3.26 | 5.46 | 3.57 | - |
| YUV | 53.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 47 | 0.83 | 0 | 0.38 | 0.70 | 152.38 | 0.71 | 0.17 |
| Hex | D | 4C | 2F | 53 | 0 | 26 | 46 | 98 | 47 | 11 |
| Octal | 15 | 114 | 57 | 123 | 0 | 46 | 106 | 230 | 107 | 21 |
| Binary | 1101 | 1001100 | 101111 | 1010011 | 0 | 100110 | 1000110 | 10011000 | 1000111 | 10001 |
Color Harmonies of #0D4C2F
Complementary color
Monochromatic Colors of #0D4C2F
Black with #0D4C2F
Text Example
Text Example
White with #0D4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C2F; }
p { color: rgb(13,76,47); }
H1.HeaderClassName
{
color: #0D4C2F;
}
.AnyTagClassName
{
color: #0D4C2F;
}
</style>
background-color css
<style>
a { background-color: #0D4C2F; }
a { background-color: rgb(13,76,47); }
div.DivClassName
{
background-color: #0D4C2F;
}
.BgClassName
{
background-color: #0D4C2F;
}
</style>
border-color css
<style>
span { border-color: #0D4C2F; }
span { border-color: rgb(13,76,47); }
td.TdClassName
{
border-color: #0D4C2F;
}
.TagClassName
{
border-color: #0D4C2F;
}
</style>