Shades of Dark Pastel Green #0DBD44
Tints of Dark Pastel Green #0DBD44
RGB
CMYK
RGB Variations
Color information
#0DBD44 (or 0x0DBD44) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 44. RGB value is (13,189,68). Sum of RGB (Red+Green+Blue) = 13+189+68=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD44 is #F242BB. Grayscale: #7A7A7A. Windows color (decimal): -15876796 or 4504845. OLE color: 4504845.
HSL color Cylindrical-coordinate representation of color #0DBD44: hue angle of 138.75º 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 #0DBD44 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 68 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.26 |
| HSL | 138.75º | 0.87% | 0.4% | - |
| HSV(B) | 138.75º | 0.93% | 0.74% | - |
| XYZ | 19.41 | 36.9 | 11.57 | - |
| YUV | 122.58 | 97.19 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 68 | 0.93 | 0 | 0.64 | 0.26 | 138.75 | 0.87 | 0.4 |
| Hex | D | BD | 44 | 5D | 0 | 40 | 1A | 8B | 57 | 28 |
| Octal | 15 | 275 | 104 | 135 | 0 | 100 | 32 | 213 | 127 | 50 |
| Binary | 1101 | 10111101 | 1000100 | 1011101 | 0 | 1000000 | 11010 | 10001011 | 1010111 | 101000 |
Color Harmonies of #0DBD44
Complementary color
Monochromatic Colors of #0DBD44
Black with #0DBD44
Text Example
Text Example
White with #0DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD44; }
p { color: rgb(13,189,68); }
H1.HeaderClassName
{
color: #0DBD44;
}
.AnyTagClassName
{
color: #0DBD44;
}
</style>
background-color css
<style>
a { background-color: #0DBD44; }
a { background-color: rgb(13,189,68); }
div.DivClassName
{
background-color: #0DBD44;
}
.BgClassName
{
background-color: #0DBD44;
}
</style>
border-color css
<style>
span { border-color: #0DBD44; }
span { border-color: rgb(13,189,68); }
td.TdClassName
{
border-color: #0DBD44;
}
.TagClassName
{
border-color: #0DBD44;
}
</style>