Shades of Dark Pastel Green #0DB721
Tints of Dark Pastel Green #0DB721
RGB
CMYK
RGB Variations
Color information
#0DB721 (or 0x0DB721) is known color: Dark Pastel Green. HEX triplet: 0D, B7 and 21. RGB value is (13,183,33). Sum of RGB (Red+Green+Blue) = 13+183+33=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 183 (71.88% from 255 or 79.91% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB721 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB721 is #F248DE. Grayscale: #737373. Windows color (decimal): -15878367 or 2209549. OLE color: 2209549.
HSL color Cylindrical-coordinate representation of color #0DB721: hue angle of 127.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB721 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 33 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.28 |
| HSL | 127.06º | 0.87% | 0.38% | - |
| HSV(B) | 127.06º | 0.93% | 0.72% | - |
| XYZ | 17.37 | 34.06 | 7.1 | - |
| YUV | 115.07 | 81.68 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 33 | 0.93 | 0 | 0.82 | 0.28 | 127.06 | 0.87 | 0.38 |
| Hex | D | B7 | 21 | 5D | 0 | 52 | 1C | 7F | 57 | 26 |
| Octal | 15 | 267 | 41 | 135 | 0 | 122 | 34 | 177 | 127 | 46 |
| Binary | 1101 | 10110111 | 100001 | 1011101 | 0 | 1010010 | 11100 | 1111111 | 1010111 | 100110 |
Color Harmonies of #0DB721
Complementary color
Monochromatic Colors of #0DB721
Black with #0DB721
Text Example
Text Example
White with #0DB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB721; }
p { color: rgb(13,183,33); }
H1.HeaderClassName
{
color: #0DB721;
}
.AnyTagClassName
{
color: #0DB721;
}
</style>
background-color css
<style>
a { background-color: #0DB721; }
a { background-color: rgb(13,183,33); }
div.DivClassName
{
background-color: #0DB721;
}
.BgClassName
{
background-color: #0DB721;
}
</style>
border-color css
<style>
span { border-color: #0DB721; }
span { border-color: rgb(13,183,33); }
td.TdClassName
{
border-color: #0DB721;
}
.TagClassName
{
border-color: #0DB721;
}
</style>