Shades of Dark Pastel Green #0DB829
Tints of Dark Pastel Green #0DB829
RGB
CMYK
RGB Variations
Color information
#0DB829 (or 0x0DB829) is known color: Dark Pastel Green. HEX triplet: 0D, B8 and 29. RGB value is (13,184,41). Sum of RGB (Red+Green+Blue) = 13+184+41=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB829 is #F247D6. Grayscale: #747474. Windows color (decimal): -15878103 or 2734093. OLE color: 2734093.
HSL color Cylindrical-coordinate representation of color #0DB829: hue angle of 129.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB829 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 41 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.28 |
| HSL | 129.82º | 0.87% | 0.39% | - |
| HSV(B) | 129.82º | 0.93% | 0.72% | - |
| XYZ | 17.71 | 34.53 | 7.83 | - |
| YUV | 116.57 | 85.35 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 41 | 0.93 | 0 | 0.78 | 0.28 | 129.82 | 0.87 | 0.39 |
| Hex | D | B8 | 29 | 5D | 0 | 4E | 1C | 82 | 57 | 27 |
| Octal | 15 | 270 | 51 | 135 | 0 | 116 | 34 | 202 | 127 | 47 |
| Binary | 1101 | 10111000 | 101001 | 1011101 | 0 | 1001110 | 11100 | 10000010 | 1010111 | 100111 |
Color Harmonies of #0DB829
Complementary color
Monochromatic Colors of #0DB829
Black with #0DB829
Text Example
Text Example
White with #0DB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB829; }
p { color: rgb(13,184,41); }
H1.HeaderClassName
{
color: #0DB829;
}
.AnyTagClassName
{
color: #0DB829;
}
</style>
background-color css
<style>
a { background-color: #0DB829; }
a { background-color: rgb(13,184,41); }
div.DivClassName
{
background-color: #0DB829;
}
.BgClassName
{
background-color: #0DB829;
}
</style>
border-color css
<style>
span { border-color: #0DB829; }
span { border-color: rgb(13,184,41); }
td.TdClassName
{
border-color: #0DB829;
}
.TagClassName
{
border-color: #0DB829;
}
</style>