Shades of Fun Green #0D7134
Tints of Fun Green #0D7134
RGB
CMYK
RGB Variations
Color information
#0D7134 (or 0x0D7134) is known color: Fun Green. HEX triplet: 0D, 71 and 34. RGB value is (13,113,52). Sum of RGB (Red+Green+Blue) = 13+113+52=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7134 is #F28ECB. Grayscale: #4C4C4C. Windows color (decimal): -15896268 or 3436813. OLE color: 3436813.
HSL color Cylindrical-coordinate representation of color #0D7134: hue angle of 143.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7134 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 52 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.56 |
| HSL | 143.4º | 0.79% | 0.25% | - |
| HSV(B) | 143.4º | 0.88% | 0.44% | - |
| XYZ | 6.69 | 12.14 | 5.24 | - |
| YUV | 76.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 52 | 0.88 | 0 | 0.54 | 0.56 | 143.4 | 0.79 | 0.25 |
| Hex | D | 71 | 34 | 58 | 0 | 36 | 38 | 8F | 4F | 19 |
| Octal | 15 | 161 | 64 | 130 | 0 | 66 | 70 | 217 | 117 | 31 |
| Binary | 1101 | 1110001 | 110100 | 1011000 | 0 | 110110 | 111000 | 10001111 | 1001111 | 11001 |
Color Harmonies of #0D7134
Complementary color
Monochromatic Colors of #0D7134
Black with #0D7134
Text Example
Text Example
White with #0D7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7134; }
p { color: rgb(13,113,52); }
H1.HeaderClassName
{
color: #0D7134;
}
.AnyTagClassName
{
color: #0D7134;
}
</style>
background-color css
<style>
a { background-color: #0D7134; }
a { background-color: rgb(13,113,52); }
div.DivClassName
{
background-color: #0D7134;
}
.BgClassName
{
background-color: #0D7134;
}
</style>
border-color css
<style>
span { border-color: #0D7134; }
span { border-color: rgb(13,113,52); }
td.TdClassName
{
border-color: #0D7134;
}
.TagClassName
{
border-color: #0D7134;
}
</style>