Shades of Dark Pastel Green #0DBD37
Tints of Dark Pastel Green #0DBD37
RGB
CMYK
RGB Variations
Color information
#0DBD37 (or 0x0DBD37) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 37. RGB value is (13,189,55). Sum of RGB (Red+Green+Blue) = 13+189+55=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD37 is #F242C8. Grayscale: #797979. Windows color (decimal): -15876809 or 3652877. OLE color: 3652877.
HSL color Cylindrical-coordinate representation of color #0DBD37: hue angle of 134.32º 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 #0DBD37 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 55 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.26 |
| HSL | 134.32º | 0.87% | 0.4% | - |
| HSV(B) | 134.32º | 0.93% | 0.74% | - |
| XYZ | 19.05 | 36.76 | 9.7 | - |
| YUV | 121.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 55 | 0.93 | 0 | 0.71 | 0.26 | 134.32 | 0.87 | 0.4 |
| Hex | D | BD | 37 | 5D | 0 | 47 | 1A | 86 | 57 | 28 |
| Octal | 15 | 275 | 67 | 135 | 0 | 107 | 32 | 206 | 127 | 50 |
| Binary | 1101 | 10111101 | 110111 | 1011101 | 0 | 1000111 | 11010 | 10000110 | 1010111 | 101000 |
Color Harmonies of #0DBD37
Complementary color
Monochromatic Colors of #0DBD37
Black with #0DBD37
Text Example
Text Example
White with #0DBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD37; }
p { color: rgb(13,189,55); }
H1.HeaderClassName
{
color: #0DBD37;
}
.AnyTagClassName
{
color: #0DBD37;
}
</style>
background-color css
<style>
a { background-color: #0DBD37; }
a { background-color: rgb(13,189,55); }
div.DivClassName
{
background-color: #0DBD37;
}
.BgClassName
{
background-color: #0DBD37;
}
</style>
border-color css
<style>
span { border-color: #0DBD37; }
span { border-color: rgb(13,189,55); }
td.TdClassName
{
border-color: #0DBD37;
}
.TagClassName
{
border-color: #0DBD37;
}
</style>