Shades of Green #0D810B
Tints of Green #0D810B
RGB
CMYK
RGB Variations
Color information
#0D810B (or 0x0D810B) is known color: Green. HEX triplet: 0D, 81 and 0B. RGB value is (13,129,11). Sum of RGB (Red+Green+Blue) = 13+129+11=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 129 (50.78% from 255 or 84.31% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 129 - color contains mainly: green. Hex color #0D810B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D810B is #F27EF4. Grayscale: #515151. Windows color (decimal): -15892213 or 753933. OLE color: 753933.
HSL color Cylindrical-coordinate representation of color #0D810B: hue angle of 118.98º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D810B is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 11 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.49 |
| HSL | 118.98º | 0.84% | 0.27% | - |
| HSV(B) | 118.98º | 0.91% | 0.51% | - |
| XYZ | 8.08 | 15.81 | 2.94 | - |
| YUV | 80.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 11 | 0.90 | 0 | 0.91 | 0.49 | 118.98 | 0.84 | 0.27 |
| Hex | D | 81 | B | 5A | 0 | 5B | 31 | 77 | 54 | 1B |
| Octal | 15 | 201 | 13 | 132 | 0 | 133 | 61 | 167 | 124 | 33 |
| Binary | 1101 | 10000001 | 1011 | 1011010 | 0 | 1011011 | 110001 | 1110111 | 1010100 | 11011 |
Color Harmonies of #0D810B
Complementary color
Monochromatic Colors of #0D810B
Black with #0D810B
Text Example
Text Example
White with #0D810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D810B; }
p { color: rgb(13,129,11); }
H1.HeaderClassName
{
color: #0D810B;
}
.AnyTagClassName
{
color: #0D810B;
}
</style>
background-color css
<style>
a { background-color: #0D810B; }
a { background-color: rgb(13,129,11); }
div.DivClassName
{
background-color: #0D810B;
}
.BgClassName
{
background-color: #0D810B;
}
</style>
border-color css
<style>
span { border-color: #0D810B; }
span { border-color: rgb(13,129,11); }
td.TdClassName
{
border-color: #0D810B;
}
.TagClassName
{
border-color: #0D810B;
}
</style>