Shades of Dark Pastel Green #0DBD2C
Tints of Dark Pastel Green #0DBD2C
RGB
CMYK
RGB Variations
Color information
#0DBD2C (or 0x0DBD2C) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 2C. RGB value is (13,189,44). Sum of RGB (Red+Green+Blue) = 13+189+44=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 189 (74.22% from 255 or 76.83% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD2C is #F242D3. Grayscale: #787878. Windows color (decimal): -15876820 or 2931981. OLE color: 2931981.
HSL color Cylindrical-coordinate representation of color #0DBD2C: hue angle of 130.57º 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 #0DBD2C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 44 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.26 |
| HSL | 130.57º | 0.87% | 0.4% | - |
| HSV(B) | 130.57º | 0.93% | 0.74% | - |
| XYZ | 18.82 | 36.66 | 8.47 | - |
| YUV | 119.85 | 85.19 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 44 | 0.93 | 0 | 0.77 | 0.26 | 130.57 | 0.87 | 0.4 |
| Hex | D | BD | 2C | 5D | 0 | 4D | 1A | 83 | 57 | 28 |
| Octal | 15 | 275 | 54 | 135 | 0 | 115 | 32 | 203 | 127 | 50 |
| Binary | 1101 | 10111101 | 101100 | 1011101 | 0 | 1001101 | 11010 | 10000011 | 1010111 | 101000 |
Color Harmonies of #0DBD2C
Complementary color
Monochromatic Colors of #0DBD2C
Black with #0DBD2C
Text Example
Text Example
White with #0DBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD2C; }
p { color: rgb(13,189,44); }
H1.HeaderClassName
{
color: #0DBD2C;
}
.AnyTagClassName
{
color: #0DBD2C;
}
</style>
background-color css
<style>
a { background-color: #0DBD2C; }
a { background-color: rgb(13,189,44); }
div.DivClassName
{
background-color: #0DBD2C;
}
.BgClassName
{
background-color: #0DBD2C;
}
</style>
border-color css
<style>
span { border-color: #0DBD2C; }
span { border-color: rgb(13,189,44); }
td.TdClassName
{
border-color: #0DBD2C;
}
.TagClassName
{
border-color: #0DBD2C;
}
</style>