Shades of Green #0D7305
Tints of Green #0D7305
RGB
CMYK
RGB Variations
Color information
#0D7305 (or 0x0D7305) is known color: Green. HEX triplet: 0D, 73 and 05. RGB value is (13,115,5). Sum of RGB (Red+Green+Blue) = 13+115+5=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7305 is #F28CFA. Grayscale: #484848. Windows color (decimal): -15895803 or 357133. OLE color: 357133.
HSL color Cylindrical-coordinate representation of color #0D7305: hue angle of 115.64º 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 #0D7305 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 5 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.55 |
| HSL | 115.64º | 0.92% | 0.24% | - |
| HSV(B) | 115.64º | 0.96% | 0.45% | - |
| XYZ | 6.32 | 12.36 | 2.2 | - |
| YUV | 71.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 5 | 0.89 | 0 | 0.96 | 0.55 | 115.64 | 0.92 | 0.24 |
| Hex | D | 73 | 5 | 59 | 0 | 60 | 37 | 74 | 5C | 18 |
| Octal | 15 | 163 | 5 | 131 | 0 | 140 | 67 | 164 | 134 | 30 |
| Binary | 1101 | 1110011 | 101 | 1011001 | 0 | 1100000 | 110111 | 1110100 | 1011100 | 11000 |
Color Harmonies of #0D7305
Complementary color
Monochromatic Colors of #0D7305
Black with #0D7305
Text Example
Text Example
White with #0D7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7305; }
p { color: rgb(13,115,5); }
H1.HeaderClassName
{
color: #0D7305;
}
.AnyTagClassName
{
color: #0D7305;
}
</style>
background-color css
<style>
a { background-color: #0D7305; }
a { background-color: rgb(13,115,5); }
div.DivClassName
{
background-color: #0D7305;
}
.BgClassName
{
background-color: #0D7305;
}
</style>
border-color css
<style>
span { border-color: #0D7305; }
span { border-color: rgb(13,115,5); }
td.TdClassName
{
border-color: #0D7305;
}
.TagClassName
{
border-color: #0D7305;
}
</style>