Shades of Dark Pastel Green #0DB122
Tints of Dark Pastel Green #0DB122
RGB
CMYK
RGB Variations
Color information
#0DB122 (or 0x0DB122) is known color: Dark Pastel Green. HEX triplet: 0D, B1 and 22. RGB value is (13,177,34). Sum of RGB (Red+Green+Blue) = 13+177+34=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 177 (69.53% from 255 or 79.02% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB122 is #F24EDD. Grayscale: #707070. Windows color (decimal): -15879902 or 2273549. OLE color: 2273549.
HSL color Cylindrical-coordinate representation of color #0DB122: hue angle of 127.68º 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 #0DB122 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 34 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.31 |
| HSL | 127.68º | 0.86% | 0.37% | - |
| HSV(B) | 127.68º | 0.93% | 0.69% | - |
| XYZ | 16.18 | 31.65 | 6.77 | - |
| YUV | 111.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 34 | 0.93 | 0 | 0.81 | 0.31 | 127.68 | 0.86 | 0.37 |
| Hex | D | B1 | 22 | 5D | 0 | 51 | 1F | 80 | 56 | 25 |
| Octal | 15 | 261 | 42 | 135 | 0 | 121 | 37 | 200 | 126 | 45 |
| Binary | 1101 | 10110001 | 100010 | 1011101 | 0 | 1010001 | 11111 | 10000000 | 1010110 | 100101 |
Color Harmonies of #0DB122
Complementary color
Monochromatic Colors of #0DB122
Black with #0DB122
Text Example
Text Example
White with #0DB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB122; }
p { color: rgb(13,177,34); }
H1.HeaderClassName
{
color: #0DB122;
}
.AnyTagClassName
{
color: #0DB122;
}
</style>
background-color css
<style>
a { background-color: #0DB122; }
a { background-color: rgb(13,177,34); }
div.DivClassName
{
background-color: #0DB122;
}
.BgClassName
{
background-color: #0DB122;
}
</style>
border-color css
<style>
span { border-color: #0DB122; }
span { border-color: rgb(13,177,34); }
td.TdClassName
{
border-color: #0DB122;
}
.TagClassName
{
border-color: #0DB122;
}
</style>