Shades of Green #0D8B08
Tints of Green #0D8B08
RGB
CMYK
RGB Variations
Color information
#0D8B08 (or 0x0D8B08) is known color: Green. HEX triplet: 0D, 8B and 08. RGB value is (13,139,8). Sum of RGB (Red+Green+Blue) = 13+139+8=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 139 (54.69% from 255 or 86.88% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8B08 is #F274F7. Grayscale: #565656. Windows color (decimal): -15889656 or 559885. OLE color: 559885.
HSL color Cylindrical-coordinate representation of color #0D8B08: hue angle of 117.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8B08 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 8 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.45 |
| HSL | 117.71º | 0.89% | 0.29% | - |
| HSV(B) | 117.71º | 0.94% | 0.55% | - |
| XYZ | 9.44 | 18.57 | 3.32 | - |
| YUV | 86.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 8 | 0.91 | 0 | 0.94 | 0.45 | 117.71 | 0.89 | 0.29 |
| Hex | D | 8B | 8 | 5B | 0 | 5E | 2D | 76 | 59 | 1D |
| Octal | 15 | 213 | 10 | 133 | 0 | 136 | 55 | 166 | 131 | 35 |
| Binary | 1101 | 10001011 | 1000 | 1011011 | 0 | 1011110 | 101101 | 1110110 | 1011001 | 11101 |
Color Harmonies of #0D8B08
Complementary color
Monochromatic Colors of #0D8B08
Black with #0D8B08
Text Example
Text Example
White with #0D8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B08; }
p { color: rgb(13,139,8); }
H1.HeaderClassName
{
color: #0D8B08;
}
.AnyTagClassName
{
color: #0D8B08;
}
</style>
background-color css
<style>
a { background-color: #0D8B08; }
a { background-color: rgb(13,139,8); }
div.DivClassName
{
background-color: #0D8B08;
}
.BgClassName
{
background-color: #0D8B08;
}
</style>
border-color css
<style>
span { border-color: #0D8B08; }
span { border-color: rgb(13,139,8); }
td.TdClassName
{
border-color: #0D8B08;
}
.TagClassName
{
border-color: #0D8B08;
}
</style>