Shades of Dark Pastel Green #0DB449
Tints of Dark Pastel Green #0DB449
RGB
CMYK
RGB Variations
Color information
#0DB449 (or 0x0DB449) is known color: Dark Pastel Green. HEX triplet: 0D, B4 and 49. RGB value is (13,180,73). Sum of RGB (Red+Green+Blue) = 13+180+73=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 180 (70.70% from 255 or 67.67% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB449 is #F24BB6. Grayscale: #767676. Windows color (decimal): -15879095 or 4830221. OLE color: 4830221.
HSL color Cylindrical-coordinate representation of color #0DB449: hue angle of 141.56º 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 #0DB449 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 73 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.29 |
| HSL | 141.56º | 0.87% | 0.38% | - |
| HSV(B) | 141.56º | 0.93% | 0.71% | - |
| XYZ | 17.69 | 33.21 | 11.78 | - |
| YUV | 117.87 | 102.67 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 73 | 0.93 | 0 | 0.59 | 0.29 | 141.56 | 0.87 | 0.38 |
| Hex | D | B4 | 49 | 5D | 0 | 3B | 1D | 8E | 57 | 26 |
| Octal | 15 | 264 | 111 | 135 | 0 | 73 | 35 | 216 | 127 | 46 |
| Binary | 1101 | 10110100 | 1001001 | 1011101 | 0 | 111011 | 11101 | 10001110 | 1010111 | 100110 |
Color Harmonies of #0DB449
Complementary color
Monochromatic Colors of #0DB449
Black with #0DB449
Text Example
Text Example
White with #0DB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB449; }
p { color: rgb(13,180,73); }
H1.HeaderClassName
{
color: #0DB449;
}
.AnyTagClassName
{
color: #0DB449;
}
</style>
background-color css
<style>
a { background-color: #0DB449; }
a { background-color: rgb(13,180,73); }
div.DivClassName
{
background-color: #0DB449;
}
.BgClassName
{
background-color: #0DB449;
}
</style>
border-color css
<style>
span { border-color: #0DB449; }
span { border-color: rgb(13,180,73); }
td.TdClassName
{
border-color: #0DB449;
}
.TagClassName
{
border-color: #0DB449;
}
</style>