Shades of Dark Pastel Green #0DB737
Tints of Dark Pastel Green #0DB737
RGB
CMYK
RGB Variations
Color information
#0DB737 (or 0x0DB737) is known color: Dark Pastel Green. HEX triplet: 0D, B7 and 37. RGB value is (13,183,55). Sum of RGB (Red+Green+Blue) = 13+183+55=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB737 is #F248C8. Grayscale: #757575. Windows color (decimal): -15878345 or 3651341. OLE color: 3651341.
HSL color Cylindrical-coordinate representation of color #0DB737: hue angle of 134.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB737 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 55 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.28 |
| HSL | 134.82º | 0.87% | 0.38% | - |
| HSV(B) | 134.82º | 0.93% | 0.72% | - |
| XYZ | 17.79 | 34.23 | 9.28 | - |
| YUV | 117.58 | 92.68 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 55 | 0.93 | 0 | 0.70 | 0.28 | 134.82 | 0.87 | 0.38 |
| Hex | D | B7 | 37 | 5D | 0 | 46 | 1C | 87 | 57 | 26 |
| Octal | 15 | 267 | 67 | 135 | 0 | 106 | 34 | 207 | 127 | 46 |
| Binary | 1101 | 10110111 | 110111 | 1011101 | 0 | 1000110 | 11100 | 10000111 | 1010111 | 100110 |
Color Harmonies of #0DB737
Complementary color
Monochromatic Colors of #0DB737
Black with #0DB737
Text Example
Text Example
White with #0DB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB737; }
p { color: rgb(13,183,55); }
H1.HeaderClassName
{
color: #0DB737;
}
.AnyTagClassName
{
color: #0DB737;
}
</style>
background-color css
<style>
a { background-color: #0DB737; }
a { background-color: rgb(13,183,55); }
div.DivClassName
{
background-color: #0DB737;
}
.BgClassName
{
background-color: #0DB737;
}
</style>
border-color css
<style>
span { border-color: #0DB737; }
span { border-color: rgb(13,183,55); }
td.TdClassName
{
border-color: #0DB737;
}
.TagClassName
{
border-color: #0DB737;
}
</style>