Shades of Green #0D810D
Tints of Green #0D810D
RGB
CMYK
RGB Variations
Color information
#0D810D (or 0x0D810D) is known color: Green. HEX triplet: 0D, 81 and 0D. RGB value is (13,129,13). Sum of RGB (Red+Green+Blue) = 13+129+13=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #0D810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D810D is #F27EF2. Grayscale: #515151. Windows color (decimal): -15892211 or 885005. OLE color: 885005.
HSL color Cylindrical-coordinate representation of color #0D810D: hue angle of 120º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D810D is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 13 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.49 |
| HSL | 120º | 0.82% | 0.28% | - |
| HSV(B) | 120º | 0.9% | 0.51% | - |
| XYZ | 8.09 | 15.82 | 3.01 | - |
| YUV | 81.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 13 | 0.90 | 0 | 0.90 | 0.49 | 120 | 0.82 | 0.28 |
| Hex | D | 81 | D | 5A | 0 | 5A | 31 | 78 | 52 | 1C |
| Octal | 15 | 201 | 15 | 132 | 0 | 132 | 61 | 170 | 122 | 34 |
| Binary | 1101 | 10000001 | 1101 | 1011010 | 0 | 1011010 | 110001 | 1111000 | 1010010 | 11100 |
Color Harmonies of #0D810D
Complementary color
Monochromatic Colors of #0D810D
Black with #0D810D
Text Example
Text Example
White with #0D810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D810D; }
p { color: rgb(13,129,13); }
H1.HeaderClassName
{
color: #0D810D;
}
.AnyTagClassName
{
color: #0D810D;
}
</style>
background-color css
<style>
a { background-color: #0D810D; }
a { background-color: rgb(13,129,13); }
div.DivClassName
{
background-color: #0D810D;
}
.BgClassName
{
background-color: #0D810D;
}
</style>
border-color css
<style>
span { border-color: #0D810D; }
span { border-color: rgb(13,129,13); }
td.TdClassName
{
border-color: #0D810D;
}
.TagClassName
{
border-color: #0D810D;
}
</style>