Shades of Dark Pastel Green #0DBD19
Tints of Dark Pastel Green #0DBD19
RGB
CMYK
RGB Variations
Color information
#0DBD19 (or 0x0DBD19) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 19. RGB value is (13,189,25). Sum of RGB (Red+Green+Blue) = 13+189+25=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD19 is #F242E6. Grayscale: #767676. Windows color (decimal): -15876839 or 1686797. OLE color: 1686797.
HSL color Cylindrical-coordinate representation of color #0DBD19: hue angle of 124.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD19 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 25 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.26 |
| HSL | 124.09º | 0.87% | 0.4% | - |
| HSV(B) | 124.09º | 0.93% | 0.74% | - |
| XYZ | 18.54 | 36.55 | 7 | - |
| YUV | 117.68 | 75.69 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 25 | 0.93 | 0 | 0.87 | 0.26 | 124.09 | 0.87 | 0.4 |
| Hex | D | BD | 19 | 5D | 0 | 57 | 1A | 7C | 57 | 28 |
| Octal | 15 | 275 | 31 | 135 | 0 | 127 | 32 | 174 | 127 | 50 |
| Binary | 1101 | 10111101 | 11001 | 1011101 | 0 | 1010111 | 11010 | 1111100 | 1010111 | 101000 |
Color Harmonies of #0DBD19
Complementary color
Monochromatic Colors of #0DBD19
Black with #0DBD19
Text Example
Text Example
White with #0DBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD19; }
p { color: rgb(13,189,25); }
H1.HeaderClassName
{
color: #0DBD19;
}
.AnyTagClassName
{
color: #0DBD19;
}
</style>
background-color css
<style>
a { background-color: #0DBD19; }
a { background-color: rgb(13,189,25); }
div.DivClassName
{
background-color: #0DBD19;
}
.BgClassName
{
background-color: #0DBD19;
}
</style>
border-color css
<style>
span { border-color: #0DBD19; }
span { border-color: rgb(13,189,25); }
td.TdClassName
{
border-color: #0DBD19;
}
.TagClassName
{
border-color: #0DBD19;
}
</style>