Shades of Dark Pastel Green #0DB734
Tints of Dark Pastel Green #0DB734
RGB
CMYK
RGB Variations
Color information
#0DB734 (or 0x0DB734) is known color: Dark Pastel Green. HEX triplet: 0D, B7 and 34. RGB value is (13,183,52). Sum of RGB (Red+Green+Blue) = 13+183+52=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB734 is #F248CB. Grayscale: #757575. Windows color (decimal): -15878348 or 3454733. OLE color: 3454733.
HSL color Cylindrical-coordinate representation of color #0DB734: hue angle of 133.76º 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 #0DB734 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 52 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.28 |
| HSL | 133.76º | 0.87% | 0.38% | - |
| HSV(B) | 133.76º | 0.93% | 0.72% | - |
| XYZ | 17.72 | 34.2 | 8.92 | - |
| YUV | 117.24 | 91.18 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 52 | 0.93 | 0 | 0.72 | 0.28 | 133.76 | 0.87 | 0.38 |
| Hex | D | B7 | 34 | 5D | 0 | 48 | 1C | 86 | 57 | 26 |
| Octal | 15 | 267 | 64 | 135 | 0 | 110 | 34 | 206 | 127 | 46 |
| Binary | 1101 | 10110111 | 110100 | 1011101 | 0 | 1001000 | 11100 | 10000110 | 1010111 | 100110 |
Color Harmonies of #0DB734
Complementary color
Monochromatic Colors of #0DB734
Black with #0DB734
Text Example
Text Example
White with #0DB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB734; }
p { color: rgb(13,183,52); }
H1.HeaderClassName
{
color: #0DB734;
}
.AnyTagClassName
{
color: #0DB734;
}
</style>
background-color css
<style>
a { background-color: #0DB734; }
a { background-color: rgb(13,183,52); }
div.DivClassName
{
background-color: #0DB734;
}
.BgClassName
{
background-color: #0DB734;
}
</style>
border-color css
<style>
span { border-color: #0DB734; }
span { border-color: rgb(13,183,52); }
td.TdClassName
{
border-color: #0DB734;
}
.TagClassName
{
border-color: #0DB734;
}
</style>