Shades of Dark Pastel Green #0DB02B
Tints of Dark Pastel Green #0DB02B
RGB
CMYK
RGB Variations
Color information
#0DB02B (or 0x0DB02B) is known color: Dark Pastel Green. HEX triplet: 0D, B0 and 2B. RGB value is (13,176,43). Sum of RGB (Red+Green+Blue) = 13+176+43=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB02B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB02B is #F24FD4. Grayscale: #707070. Windows color (decimal): -15880149 or 2863117. OLE color: 2863117.
HSL color Cylindrical-coordinate representation of color #0DB02B: hue angle of 131.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB02B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 43 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.31 |
| HSL | 131.04º | 0.86% | 0.37% | - |
| HSV(B) | 131.04º | 0.93% | 0.69% | - |
| XYZ | 16.13 | 31.31 | 7.48 | - |
| YUV | 112.1 | 89 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 43 | 0.93 | 0 | 0.76 | 0.31 | 131.04 | 0.86 | 0.37 |
| Hex | D | B0 | 2B | 5D | 0 | 4C | 1F | 83 | 56 | 25 |
| Octal | 15 | 260 | 53 | 135 | 0 | 114 | 37 | 203 | 126 | 45 |
| Binary | 1101 | 10110000 | 101011 | 1011101 | 0 | 1001100 | 11111 | 10000011 | 1010110 | 100101 |
Color Harmonies of #0DB02B
Complementary color
Monochromatic Colors of #0DB02B
Black with #0DB02B
Text Example
Text Example
White with #0DB02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB02B; }
p { color: rgb(13,176,43); }
H1.HeaderClassName
{
color: #0DB02B;
}
.AnyTagClassName
{
color: #0DB02B;
}
</style>
background-color css
<style>
a { background-color: #0DB02B; }
a { background-color: rgb(13,176,43); }
div.DivClassName
{
background-color: #0DB02B;
}
.BgClassName
{
background-color: #0DB02B;
}
</style>
border-color css
<style>
span { border-color: #0DB02B; }
span { border-color: rgb(13,176,43); }
td.TdClassName
{
border-color: #0DB02B;
}
.TagClassName
{
border-color: #0DB02B;
}
</style>