Shades of Dark Pastel Green #0DB32D
Tints of Dark Pastel Green #0DB32D
RGB
CMYK
RGB Variations
Color information
#0DB32D (or 0x0DB32D) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 2D. RGB value is (13,179,45). Sum of RGB (Red+Green+Blue) = 13+179+45=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB32D is #F24CD2. Grayscale: #727272. Windows color (decimal): -15879379 or 2994957. OLE color: 2994957.
HSL color Cylindrical-coordinate representation of color #0DB32D: hue angle of 131.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB32D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 45 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.30 |
| HSL | 131.57º | 0.86% | 0.38% | - |
| HSV(B) | 131.57º | 0.93% | 0.7% | - |
| XYZ | 16.76 | 32.52 | 7.88 | - |
| YUV | 114.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 45 | 0.93 | 0 | 0.75 | 0.30 | 131.57 | 0.86 | 0.38 |
| Hex | D | B3 | 2D | 5D | 0 | 4B | 1E | 84 | 56 | 26 |
| Octal | 15 | 263 | 55 | 135 | 0 | 113 | 36 | 204 | 126 | 46 |
| Binary | 1101 | 10110011 | 101101 | 1011101 | 0 | 1001011 | 11110 | 10000100 | 1010110 | 100110 |
Color Harmonies of #0DB32D
Complementary color
Monochromatic Colors of #0DB32D
Black with #0DB32D
Text Example
Text Example
White with #0DB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB32D; }
p { color: rgb(13,179,45); }
H1.HeaderClassName
{
color: #0DB32D;
}
.AnyTagClassName
{
color: #0DB32D;
}
</style>
background-color css
<style>
a { background-color: #0DB32D; }
a { background-color: rgb(13,179,45); }
div.DivClassName
{
background-color: #0DB32D;
}
.BgClassName
{
background-color: #0DB32D;
}
</style>
border-color css
<style>
span { border-color: #0DB32D; }
span { border-color: rgb(13,179,45); }
td.TdClassName
{
border-color: #0DB32D;
}
.TagClassName
{
border-color: #0DB32D;
}
</style>