Shades of Dark Pastel Green #0DB21D
Tints of Dark Pastel Green #0DB21D
RGB
CMYK
RGB Variations
Color information
#0DB21D (or 0x0DB21D) is known color: Dark Pastel Green. HEX triplet: 0D, B2 and 1D. RGB value is (13,178,29). Sum of RGB (Red+Green+Blue) = 13+178+29=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB21D is #F24DE2. Grayscale: #707070. Windows color (decimal): -15879651 or 1946125. OLE color: 1946125.
HSL color Cylindrical-coordinate representation of color #0DB21D: hue angle of 125.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB21D is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 29 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.30 |
| HSL | 125.82º | 0.86% | 0.37% | - |
| HSV(B) | 125.82º | 0.93% | 0.7% | - |
| XYZ | 16.31 | 32.02 | 6.48 | - |
| YUV | 111.68 | 81.34 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 29 | 0.93 | 0 | 0.84 | 0.30 | 125.82 | 0.86 | 0.37 |
| Hex | D | B2 | 1D | 5D | 0 | 54 | 1E | 7E | 56 | 25 |
| Octal | 15 | 262 | 35 | 135 | 0 | 124 | 36 | 176 | 126 | 45 |
| Binary | 1101 | 10110010 | 11101 | 1011101 | 0 | 1010100 | 11110 | 1111110 | 1010110 | 100101 |
Color Harmonies of #0DB21D
Complementary color
Monochromatic Colors of #0DB21D
Black with #0DB21D
Text Example
Text Example
White with #0DB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB21D; }
p { color: rgb(13,178,29); }
H1.HeaderClassName
{
color: #0DB21D;
}
.AnyTagClassName
{
color: #0DB21D;
}
</style>
background-color css
<style>
a { background-color: #0DB21D; }
a { background-color: rgb(13,178,29); }
div.DivClassName
{
background-color: #0DB21D;
}
.BgClassName
{
background-color: #0DB21D;
}
</style>
border-color css
<style>
span { border-color: #0DB21D; }
span { border-color: rgb(13,178,29); }
td.TdClassName
{
border-color: #0DB21D;
}
.TagClassName
{
border-color: #0DB21D;
}
</style>