Shades of Dark Pastel Green #0DB030
Tints of Dark Pastel Green #0DB030
RGB
CMYK
RGB Variations
Color information
#0DB030 (or 0x0DB030) is known color: Dark Pastel Green. HEX triplet: 0D, B0 and 30. RGB value is (13,176,48). Sum of RGB (Red+Green+Blue) = 13+176+48=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 176 (69.14% from 255 or 74.26% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB030 is #F24FCF. Grayscale: #717171. Windows color (decimal): -15880144 or 3190797. OLE color: 3190797.
HSL color Cylindrical-coordinate representation of color #0DB030: hue angle of 132.88º 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 #0DB030 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 48 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.31 |
| HSL | 132.88º | 0.86% | 0.37% | - |
| HSV(B) | 132.88º | 0.93% | 0.69% | - |
| XYZ | 16.22 | 31.35 | 7.99 | - |
| YUV | 112.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 48 | 0.93 | 0 | 0.73 | 0.31 | 132.88 | 0.86 | 0.37 |
| Hex | D | B0 | 30 | 5D | 0 | 49 | 1F | 85 | 56 | 25 |
| Octal | 15 | 260 | 60 | 135 | 0 | 111 | 37 | 205 | 126 | 45 |
| Binary | 1101 | 10110000 | 110000 | 1011101 | 0 | 1001001 | 11111 | 10000101 | 1010110 | 100101 |
Color Harmonies of #0DB030
Complementary color
Monochromatic Colors of #0DB030
Black with #0DB030
Text Example
Text Example
White with #0DB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB030; }
p { color: rgb(13,176,48); }
H1.HeaderClassName
{
color: #0DB030;
}
.AnyTagClassName
{
color: #0DB030;
}
</style>
background-color css
<style>
a { background-color: #0DB030; }
a { background-color: rgb(13,176,48); }
div.DivClassName
{
background-color: #0DB030;
}
.BgClassName
{
background-color: #0DB030;
}
</style>
border-color css
<style>
span { border-color: #0DB030; }
span { border-color: rgb(13,176,48); }
td.TdClassName
{
border-color: #0DB030;
}
.TagClassName
{
border-color: #0DB030;
}
</style>