Shades of Dark Pastel Green #0DBD45
Tints of Dark Pastel Green #0DBD45
RGB
CMYK
RGB Variations
Color information
#0DBD45 (or 0x0DBD45) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 45. RGB value is (13,189,69). Sum of RGB (Red+Green+Blue) = 13+189+69=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD45 is #F242BA. Grayscale: #7B7B7B. Windows color (decimal): -15876795 or 4570381. OLE color: 4570381.
HSL color Cylindrical-coordinate representation of color #0DBD45: hue angle of 139.09º 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 #0DBD45 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 69 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.26 |
| HSL | 139.09º | 0.87% | 0.4% | - |
| HSV(B) | 139.09º | 0.93% | 0.74% | - |
| XYZ | 19.44 | 36.91 | 11.73 | - |
| YUV | 122.7 | 97.69 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 69 | 0.93 | 0 | 0.63 | 0.26 | 139.09 | 0.87 | 0.4 |
| Hex | D | BD | 45 | 5D | 0 | 3F | 1A | 8B | 57 | 28 |
| Octal | 15 | 275 | 105 | 135 | 0 | 77 | 32 | 213 | 127 | 50 |
| Binary | 1101 | 10111101 | 1000101 | 1011101 | 0 | 111111 | 11010 | 10001011 | 1010111 | 101000 |
Color Harmonies of #0DBD45
Complementary color
Monochromatic Colors of #0DBD45
Black with #0DBD45
Text Example
Text Example
White with #0DBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD45; }
p { color: rgb(13,189,69); }
H1.HeaderClassName
{
color: #0DBD45;
}
.AnyTagClassName
{
color: #0DBD45;
}
</style>
background-color css
<style>
a { background-color: #0DBD45; }
a { background-color: rgb(13,189,69); }
div.DivClassName
{
background-color: #0DBD45;
}
.BgClassName
{
background-color: #0DBD45;
}
</style>
border-color css
<style>
span { border-color: #0DBD45; }
span { border-color: rgb(13,189,69); }
td.TdClassName
{
border-color: #0DBD45;
}
.TagClassName
{
border-color: #0DBD45;
}
</style>