Shades of Zuccini #0D4D2F
Tints of Zuccini #0D4D2F
RGB
CMYK
RGB Variations
Color information
#0D4D2F (or 0x0D4D2F) is known color: Zuccini. HEX triplet: 0D, 4D and 2F. RGB value is (13,77,47). Sum of RGB (Red+Green+Blue) = 13+77+47=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D2F is #F2B2D0. Grayscale: #363636. Windows color (decimal): -15905489 or 3099917. OLE color: 3099917.
HSL color Cylindrical-coordinate representation of color #0D4D2F: hue angle of 151.88º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D2F is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 77 | 47 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.70 |
| HSL | 151.88º | 0.71% | 0.18% | - |
| HSV(B) | 151.88º | 0.83% | 0.3% | - |
| XYZ | 3.33 | 5.6 | 3.59 | - |
| YUV | 54.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 47 | 0.83 | 0 | 0.39 | 0.70 | 151.88 | 0.71 | 0.18 |
| Hex | D | 4D | 2F | 53 | 0 | 27 | 46 | 98 | 47 | 12 |
| Octal | 15 | 115 | 57 | 123 | 0 | 47 | 106 | 230 | 107 | 22 |
| Binary | 1101 | 1001101 | 101111 | 1010011 | 0 | 100111 | 1000110 | 10011000 | 1000111 | 10010 |
Color Harmonies of #0D4D2F
Complementary color
Monochromatic Colors of #0D4D2F
Black with #0D4D2F
Text Example
Text Example
White with #0D4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D2F; }
p { color: rgb(13,77,47); }
H1.HeaderClassName
{
color: #0D4D2F;
}
.AnyTagClassName
{
color: #0D4D2F;
}
</style>
background-color css
<style>
a { background-color: #0D4D2F; }
a { background-color: rgb(13,77,47); }
div.DivClassName
{
background-color: #0D4D2F;
}
.BgClassName
{
background-color: #0D4D2F;
}
</style>
border-color css
<style>
span { border-color: #0D4D2F; }
span { border-color: rgb(13,77,47); }
td.TdClassName
{
border-color: #0D4D2F;
}
.TagClassName
{
border-color: #0D4D2F;
}
</style>