Shades of Dark Pastel Green #0DAB2C
Tints of Dark Pastel Green #0DAB2C
RGB
CMYK
RGB Variations
Color information
#0DAB2C (or 0x0DAB2C) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 2C. RGB value is (13,171,44). Sum of RGB (Red+Green+Blue) = 13+171+44=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 171 (67.19% from 255 or 75% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB2C is #F254D3. Grayscale: #6D6D6D. Windows color (decimal): -15881428 or 2927373. OLE color: 2927373.
HSL color Cylindrical-coordinate representation of color #0DAB2C: hue angle of 131.77º 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 #0DAB2C is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 44 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.33 |
| HSL | 131.77º | 0.86% | 0.36% | - |
| HSV(B) | 131.77º | 0.92% | 0.67% | - |
| XYZ | 15.18 | 29.39 | 7.26 | - |
| YUV | 109.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 44 | 0.92 | 0 | 0.74 | 0.33 | 131.77 | 0.86 | 0.36 |
| Hex | D | AB | 2C | 5C | 0 | 4A | 21 | 84 | 56 | 24 |
| Octal | 15 | 253 | 54 | 134 | 0 | 112 | 41 | 204 | 126 | 44 |
| Binary | 1101 | 10101011 | 101100 | 1011100 | 0 | 1001010 | 100001 | 10000100 | 1010110 | 100100 |
Color Harmonies of #0DAB2C
Complementary color
Monochromatic Colors of #0DAB2C
Black with #0DAB2C
Text Example
Text Example
White with #0DAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB2C; }
p { color: rgb(13,171,44); }
H1.HeaderClassName
{
color: #0DAB2C;
}
.AnyTagClassName
{
color: #0DAB2C;
}
</style>
background-color css
<style>
a { background-color: #0DAB2C; }
a { background-color: rgb(13,171,44); }
div.DivClassName
{
background-color: #0DAB2C;
}
.BgClassName
{
background-color: #0DAB2C;
}
</style>
border-color css
<style>
span { border-color: #0DAB2C; }
span { border-color: rgb(13,171,44); }
td.TdClassName
{
border-color: #0DAB2C;
}
.TagClassName
{
border-color: #0DAB2C;
}
</style>