Shades of Dark Pastel Green #0DBD47
Tints of Dark Pastel Green #0DBD47
RGB
CMYK
RGB Variations
Color information
#0DBD47 (or 0x0DBD47) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 47. RGB value is (13,189,71). Sum of RGB (Red+Green+Blue) = 13+189+71=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD47 is #F242B8. Grayscale: #7B7B7B. Windows color (decimal): -15876793 or 4701453. OLE color: 4701453.
HSL color Cylindrical-coordinate representation of color #0DBD47: hue angle of 139.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD47 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 71 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.26 |
| HSL | 139.77º | 0.87% | 0.4% | - |
| HSV(B) | 139.77º | 0.93% | 0.74% | - |
| XYZ | 19.5 | 36.94 | 12.06 | - |
| YUV | 122.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 71 | 0.93 | 0 | 0.62 | 0.26 | 139.77 | 0.87 | 0.4 |
| Hex | D | BD | 47 | 5D | 0 | 3E | 1A | 8C | 57 | 28 |
| Octal | 15 | 275 | 107 | 135 | 0 | 76 | 32 | 214 | 127 | 50 |
| Binary | 1101 | 10111101 | 1000111 | 1011101 | 0 | 111110 | 11010 | 10001100 | 1010111 | 101000 |
Color Harmonies of #0DBD47
Complementary color
Monochromatic Colors of #0DBD47
Black with #0DBD47
Text Example
Text Example
White with #0DBD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD47; }
p { color: rgb(13,189,71); }
H1.HeaderClassName
{
color: #0DBD47;
}
.AnyTagClassName
{
color: #0DBD47;
}
</style>
background-color css
<style>
a { background-color: #0DBD47; }
a { background-color: rgb(13,189,71); }
div.DivClassName
{
background-color: #0DBD47;
}
.BgClassName
{
background-color: #0DBD47;
}
</style>
border-color css
<style>
span { border-color: #0DBD47; }
span { border-color: rgb(13,189,71); }
td.TdClassName
{
border-color: #0DBD47;
}
.TagClassName
{
border-color: #0DBD47;
}
</style>