Shades of Dark Pastel Green #0DB448
Tints of Dark Pastel Green #0DB448
RGB
CMYK
RGB Variations
Color information
#0DB448 (or 0x0DB448) is known color: Dark Pastel Green. HEX triplet: 0D, B4 and 48. RGB value is (13,180,72). Sum of RGB (Red+Green+Blue) = 13+180+72=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 180 (70.70% from 255 or 67.92% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB448 is #F24BB7. Grayscale: #767676. Windows color (decimal): -15879096 or 4764685. OLE color: 4764685.
HSL color Cylindrical-coordinate representation of color #0DB448: hue angle of 141.2º 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 #0DB448 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 72 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.29 |
| HSL | 141.2º | 0.87% | 0.38% | - |
| HSV(B) | 141.2º | 0.93% | 0.71% | - |
| XYZ | 17.66 | 33.2 | 11.61 | - |
| YUV | 117.76 | 102.17 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 72 | 0.93 | 0 | 0.60 | 0.29 | 141.2 | 0.87 | 0.38 |
| Hex | D | B4 | 48 | 5D | 0 | 3C | 1D | 8D | 57 | 26 |
| Octal | 15 | 264 | 110 | 135 | 0 | 74 | 35 | 215 | 127 | 46 |
| Binary | 1101 | 10110100 | 1001000 | 1011101 | 0 | 111100 | 11101 | 10001101 | 1010111 | 100110 |
Color Harmonies of #0DB448
Complementary color
Monochromatic Colors of #0DB448
Black with #0DB448
Text Example
Text Example
White with #0DB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB448; }
p { color: rgb(13,180,72); }
H1.HeaderClassName
{
color: #0DB448;
}
.AnyTagClassName
{
color: #0DB448;
}
</style>
background-color css
<style>
a { background-color: #0DB448; }
a { background-color: rgb(13,180,72); }
div.DivClassName
{
background-color: #0DB448;
}
.BgClassName
{
background-color: #0DB448;
}
</style>
border-color css
<style>
span { border-color: #0DB448; }
span { border-color: rgb(13,180,72); }
td.TdClassName
{
border-color: #0DB448;
}
.TagClassName
{
border-color: #0DB448;
}
</style>