Shades of Green #0D890D
Tints of Green #0D890D
RGB
CMYK
RGB Variations
Color information
#0D890D (or 0x0D890D) is known color: Green. HEX triplet: 0D, 89 and 0D. RGB value is (13,137,13). Sum of RGB (Red+Green+Blue) = 13+137+13=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 137 (53.91% from 255 or 84.05% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 137 - color contains mainly: green. Hex color #0D890D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D890D is #F276F2. Grayscale: #565656. Windows color (decimal): -15890163 or 887053. OLE color: 887053.
HSL color Cylindrical-coordinate representation of color #0D890D: hue angle of 120º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D890D is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 13 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.46 |
| HSL | 120º | 0.83% | 0.29% | - |
| HSV(B) | 120º | 0.91% | 0.54% | - |
| XYZ | 9.18 | 18.01 | 3.37 | - |
| YUV | 85.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 13 | 0.91 | 0 | 0.91 | 0.46 | 120 | 0.83 | 0.29 |
| Hex | D | 89 | D | 5B | 0 | 5B | 2E | 78 | 53 | 1D |
| Octal | 15 | 211 | 15 | 133 | 0 | 133 | 56 | 170 | 123 | 35 |
| Binary | 1101 | 10001001 | 1101 | 1011011 | 0 | 1011011 | 101110 | 1111000 | 1010011 | 11101 |
Color Harmonies of #0D890D
Complementary color
Monochromatic Colors of #0D890D
Black with #0D890D
Text Example
Text Example
White with #0D890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D890D; }
p { color: rgb(13,137,13); }
H1.HeaderClassName
{
color: #0D890D;
}
.AnyTagClassName
{
color: #0D890D;
}
</style>
background-color css
<style>
a { background-color: #0D890D; }
a { background-color: rgb(13,137,13); }
div.DivClassName
{
background-color: #0D890D;
}
.BgClassName
{
background-color: #0D890D;
}
</style>
border-color css
<style>
span { border-color: #0D890D; }
span { border-color: rgb(13,137,13); }
td.TdClassName
{
border-color: #0D890D;
}
.TagClassName
{
border-color: #0D890D;
}
</style>