Shades of Dark Pastel Green #0DB634
Tints of Dark Pastel Green #0DB634
RGB
CMYK
RGB Variations
Color information
#0DB634 (or 0x0DB634) is known color: Dark Pastel Green. HEX triplet: 0D, B6 and 34. RGB value is (13,182,52). Sum of RGB (Red+Green+Blue) = 13+182+52=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 182 (71.48% from 255 or 73.68% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB634 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB634 is #F249CB. Grayscale: #757575. Windows color (decimal): -15878604 or 3454477. OLE color: 3454477.
HSL color Cylindrical-coordinate representation of color #0DB634: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB634 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 52 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.29 |
| HSL | 133.85º | 0.87% | 0.38% | - |
| HSV(B) | 133.85º | 0.93% | 0.71% | - |
| XYZ | 17.51 | 33.79 | 8.85 | - |
| YUV | 116.65 | 91.51 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 52 | 0.93 | 0 | 0.71 | 0.29 | 133.85 | 0.87 | 0.38 |
| Hex | D | B6 | 34 | 5D | 0 | 47 | 1D | 86 | 57 | 26 |
| Octal | 15 | 266 | 64 | 135 | 0 | 107 | 35 | 206 | 127 | 46 |
| Binary | 1101 | 10110110 | 110100 | 1011101 | 0 | 1000111 | 11101 | 10000110 | 1010111 | 100110 |
Color Harmonies of #0DB634
Complementary color
Monochromatic Colors of #0DB634
Black with #0DB634
Text Example
Text Example
White with #0DB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB634; }
p { color: rgb(13,182,52); }
H1.HeaderClassName
{
color: #0DB634;
}
.AnyTagClassName
{
color: #0DB634;
}
</style>
background-color css
<style>
a { background-color: #0DB634; }
a { background-color: rgb(13,182,52); }
div.DivClassName
{
background-color: #0DB634;
}
.BgClassName
{
background-color: #0DB634;
}
</style>
border-color css
<style>
span { border-color: #0DB634; }
span { border-color: rgb(13,182,52); }
td.TdClassName
{
border-color: #0DB634;
}
.TagClassName
{
border-color: #0DB634;
}
</style>