Shades of Dark Pastel Green #0DAB28
Tints of Dark Pastel Green #0DAB28
RGB
CMYK
RGB Variations
Color information
#0DAB28 (or 0x0DAB28) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 28. RGB value is (13,171,40). Sum of RGB (Red+Green+Blue) = 13+171+40=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB28 is #F254D7. Grayscale: #6D6D6D. Windows color (decimal): -15881432 or 2665229. OLE color: 2665229.
HSL color Cylindrical-coordinate representation of color #0DAB28: hue angle of 130.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB28 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 40 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.33 |
| HSL | 130.25º | 0.86% | 0.36% | - |
| HSV(B) | 130.25º | 0.92% | 0.67% | - |
| XYZ | 15.11 | 29.36 | 6.88 | - |
| YUV | 108.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 40 | 0.92 | 0 | 0.77 | 0.33 | 130.25 | 0.86 | 0.36 |
| Hex | D | AB | 28 | 5C | 0 | 4D | 21 | 82 | 56 | 24 |
| Octal | 15 | 253 | 50 | 134 | 0 | 115 | 41 | 202 | 126 | 44 |
| Binary | 1101 | 10101011 | 101000 | 1011100 | 0 | 1001101 | 100001 | 10000010 | 1010110 | 100100 |
Color Harmonies of #0DAB28
Complementary color
Monochromatic Colors of #0DAB28
Black with #0DAB28
Text Example
Text Example
White with #0DAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB28; }
p { color: rgb(13,171,40); }
H1.HeaderClassName
{
color: #0DAB28;
}
.AnyTagClassName
{
color: #0DAB28;
}
</style>
background-color css
<style>
a { background-color: #0DAB28; }
a { background-color: rgb(13,171,40); }
div.DivClassName
{
background-color: #0DAB28;
}
.BgClassName
{
background-color: #0DAB28;
}
</style>
border-color css
<style>
span { border-color: #0DAB28; }
span { border-color: rgb(13,171,40); }
td.TdClassName
{
border-color: #0DAB28;
}
.TagClassName
{
border-color: #0DAB28;
}
</style>