Shades of Dark Pastel Green #0DB032
Tints of Dark Pastel Green #0DB032
RGB
CMYK
RGB Variations
Color information
#0DB032 (or 0x0DB032) is known color: Dark Pastel Green. HEX triplet: 0D, B0 and 32. RGB value is (13,176,50). Sum of RGB (Red+Green+Blue) = 13+176+50=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB032 is #F24FCD. Grayscale: #717171. Windows color (decimal): -15880142 or 3321869. OLE color: 3321869.
HSL color Cylindrical-coordinate representation of color #0DB032: hue angle of 133.62º 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 #0DB032 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 50 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.31 |
| HSL | 133.62º | 0.86% | 0.37% | - |
| HSV(B) | 133.62º | 0.93% | 0.69% | - |
| XYZ | 16.27 | 31.37 | 8.21 | - |
| YUV | 112.9 | 92.5 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 50 | 0.93 | 0 | 0.72 | 0.31 | 133.62 | 0.86 | 0.37 |
| Hex | D | B0 | 32 | 5D | 0 | 48 | 1F | 86 | 56 | 25 |
| Octal | 15 | 260 | 62 | 135 | 0 | 110 | 37 | 206 | 126 | 45 |
| Binary | 1101 | 10110000 | 110010 | 1011101 | 0 | 1001000 | 11111 | 10000110 | 1010110 | 100101 |
Color Harmonies of #0DB032
Complementary color
Monochromatic Colors of #0DB032
Black with #0DB032
Text Example
Text Example
White with #0DB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB032; }
p { color: rgb(13,176,50); }
H1.HeaderClassName
{
color: #0DB032;
}
.AnyTagClassName
{
color: #0DB032;
}
</style>
background-color css
<style>
a { background-color: #0DB032; }
a { background-color: rgb(13,176,50); }
div.DivClassName
{
background-color: #0DB032;
}
.BgClassName
{
background-color: #0DB032;
}
</style>
border-color css
<style>
span { border-color: #0DB032; }
span { border-color: rgb(13,176,50); }
td.TdClassName
{
border-color: #0DB032;
}
.TagClassName
{
border-color: #0DB032;
}
</style>