Shades of Green #0D7405
Tints of Green #0D7405
RGB
CMYK
RGB Variations
Color information
#0D7405 (or 0x0D7405) is known color: Green. HEX triplet: 0D, 74 and 05. RGB value is (13,116,5). Sum of RGB (Red+Green+Blue) = 13+116+5=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 116 (45.70% from 255 or 86.57% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7405 is #F28BFA. Grayscale: #484848. Windows color (decimal): -15895547 or 357389. OLE color: 357389.
HSL color Cylindrical-coordinate representation of color #0D7405: hue angle of 115.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D7405 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 5 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.55 |
| HSL | 115.68º | 0.92% | 0.24% | - |
| HSV(B) | 115.68º | 0.96% | 0.45% | - |
| XYZ | 6.44 | 12.59 | 2.23 | - |
| YUV | 72.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 5 | 0.89 | 0 | 0.96 | 0.55 | 115.68 | 0.92 | 0.24 |
| Hex | D | 74 | 5 | 59 | 0 | 60 | 37 | 74 | 5C | 18 |
| Octal | 15 | 164 | 5 | 131 | 0 | 140 | 67 | 164 | 134 | 30 |
| Binary | 1101 | 1110100 | 101 | 1011001 | 0 | 1100000 | 110111 | 1110100 | 1011100 | 11000 |
Color Harmonies of #0D7405
Complementary color
Monochromatic Colors of #0D7405
Black with #0D7405
Text Example
Text Example
White with #0D7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7405; }
p { color: rgb(13,116,5); }
H1.HeaderClassName
{
color: #0D7405;
}
.AnyTagClassName
{
color: #0D7405;
}
</style>
background-color css
<style>
a { background-color: #0D7405; }
a { background-color: rgb(13,116,5); }
div.DivClassName
{
background-color: #0D7405;
}
.BgClassName
{
background-color: #0D7405;
}
</style>
border-color css
<style>
span { border-color: #0D7405; }
span { border-color: rgb(13,116,5); }
td.TdClassName
{
border-color: #0D7405;
}
.TagClassName
{
border-color: #0D7405;
}
</style>