Shades of Green #0D730D
Tints of Green #0D730D
RGB
CMYK
RGB Variations
Color information
#0D730D (or 0x0D730D) is known color: Green. HEX triplet: 0D, 73 and 0D. RGB value is (13,115,13). Sum of RGB (Red+Green+Blue) = 13+115+13=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #0D730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D730D is #F28CF2. Grayscale: #494949. Windows color (decimal): -15895795 or 881421. OLE color: 881421.
HSL color Cylindrical-coordinate representation of color #0D730D: hue angle of 120º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D730D is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 13 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.55 |
| HSL | 120º | 0.8% | 0.25% | - |
| HSV(B) | 120º | 0.89% | 0.45% | - |
| XYZ | 6.37 | 12.38 | 2.43 | - |
| YUV | 72.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 13 | 0.89 | 0 | 0.89 | 0.55 | 120 | 0.8 | 0.25 |
| Hex | D | 73 | D | 59 | 0 | 59 | 37 | 78 | 50 | 19 |
| Octal | 15 | 163 | 15 | 131 | 0 | 131 | 67 | 170 | 120 | 31 |
| Binary | 1101 | 1110011 | 1101 | 1011001 | 0 | 1011001 | 110111 | 1111000 | 1010000 | 11001 |
Color Harmonies of #0D730D
Complementary color
Monochromatic Colors of #0D730D
Black with #0D730D
Text Example
Text Example
White with #0D730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D730D; }
p { color: rgb(13,115,13); }
H1.HeaderClassName
{
color: #0D730D;
}
.AnyTagClassName
{
color: #0D730D;
}
</style>
background-color css
<style>
a { background-color: #0D730D; }
a { background-color: rgb(13,115,13); }
div.DivClassName
{
background-color: #0D730D;
}
.BgClassName
{
background-color: #0D730D;
}
</style>
border-color css
<style>
span { border-color: #0D730D; }
span { border-color: rgb(13,115,13); }
td.TdClassName
{
border-color: #0D730D;
}
.TagClassName
{
border-color: #0D730D;
}
</style>