Shades of Dark Pastel Green #0DBD28
Tints of Dark Pastel Green #0DBD28
RGB
CMYK
RGB Variations
Color information
#0DBD28 (or 0x0DBD28) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 28. RGB value is (13,189,40). Sum of RGB (Red+Green+Blue) = 13+189+40=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD28 is #F242D7. Grayscale: #777777. Windows color (decimal): -15876824 or 2669837. OLE color: 2669837.
HSL color Cylindrical-coordinate representation of color #0DBD28: hue angle of 129.2º 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 #0DBD28 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 40 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.26 |
| HSL | 129.2º | 0.87% | 0.4% | - |
| HSV(B) | 129.2º | 0.93% | 0.74% | - |
| XYZ | 18.75 | 36.63 | 8.09 | - |
| YUV | 119.39 | 83.19 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 40 | 0.93 | 0 | 0.79 | 0.26 | 129.2 | 0.87 | 0.4 |
| Hex | D | BD | 28 | 5D | 0 | 4F | 1A | 81 | 57 | 28 |
| Octal | 15 | 275 | 50 | 135 | 0 | 117 | 32 | 201 | 127 | 50 |
| Binary | 1101 | 10111101 | 101000 | 1011101 | 0 | 1001111 | 11010 | 10000001 | 1010111 | 101000 |
Color Harmonies of #0DBD28
Complementary color
Monochromatic Colors of #0DBD28
Black with #0DBD28
Text Example
Text Example
White with #0DBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD28; }
p { color: rgb(13,189,40); }
H1.HeaderClassName
{
color: #0DBD28;
}
.AnyTagClassName
{
color: #0DBD28;
}
</style>
background-color css
<style>
a { background-color: #0DBD28; }
a { background-color: rgb(13,189,40); }
div.DivClassName
{
background-color: #0DBD28;
}
.BgClassName
{
background-color: #0DBD28;
}
</style>
border-color css
<style>
span { border-color: #0DBD28; }
span { border-color: rgb(13,189,40); }
td.TdClassName
{
border-color: #0DBD28;
}
.TagClassName
{
border-color: #0DBD28;
}
</style>