Shades of Dark Pastel Green #0DB547
Tints of Dark Pastel Green #0DB547
RGB
CMYK
RGB Variations
Color information
#0DB547 (or 0x0DB547) is known color: Dark Pastel Green. HEX triplet: 0D, B5 and 47. RGB value is (13,181,71). Sum of RGB (Red+Green+Blue) = 13+181+71=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB547 is #F24AB8. Grayscale: #767676. Windows color (decimal): -15878841 or 4699405. OLE color: 4699405.
HSL color Cylindrical-coordinate representation of color #0DB547: hue angle of 140.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB547 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 71 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.29 |
| HSL | 140.71º | 0.87% | 0.38% | - |
| HSV(B) | 140.71º | 0.93% | 0.71% | - |
| XYZ | 17.83 | 33.59 | 11.5 | - |
| YUV | 118.23 | 101.34 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 71 | 0.93 | 0 | 0.61 | 0.29 | 140.71 | 0.87 | 0.38 |
| Hex | D | B5 | 47 | 5D | 0 | 3D | 1D | 8D | 57 | 26 |
| Octal | 15 | 265 | 107 | 135 | 0 | 75 | 35 | 215 | 127 | 46 |
| Binary | 1101 | 10110101 | 1000111 | 1011101 | 0 | 111101 | 11101 | 10001101 | 1010111 | 100110 |
Color Harmonies of #0DB547
Complementary color
Monochromatic Colors of #0DB547
Black with #0DB547
Text Example
Text Example
White with #0DB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB547; }
p { color: rgb(13,181,71); }
H1.HeaderClassName
{
color: #0DB547;
}
.AnyTagClassName
{
color: #0DB547;
}
</style>
background-color css
<style>
a { background-color: #0DB547; }
a { background-color: rgb(13,181,71); }
div.DivClassName
{
background-color: #0DB547;
}
.BgClassName
{
background-color: #0DB547;
}
</style>
border-color css
<style>
span { border-color: #0DB547; }
span { border-color: rgb(13,181,71); }
td.TdClassName
{
border-color: #0DB547;
}
.TagClassName
{
border-color: #0DB547;
}
</style>