Shades of Dark Pastel Green #0DAA2B
Tints of Dark Pastel Green #0DAA2B
RGB
CMYK
RGB Variations
Color information
#0DAA2B (or 0x0DAA2B) is known color: Dark Pastel Green. HEX triplet: 0D, AA and 2B. RGB value is (13,170,43). Sum of RGB (Red+Green+Blue) = 13+170+43=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA2B is #F255D4. Grayscale: #6C6C6C. Windows color (decimal): -15881685 or 2861581. OLE color: 2861581.
HSL color Cylindrical-coordinate representation of color #0DAA2B: hue angle of 131.46º 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 #0DAA2B is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 43 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.33 |
| HSL | 131.47º | 0.86% | 0.36% | - |
| HSV(B) | 131.47º | 0.92% | 0.67% | - |
| XYZ | 14.98 | 29.01 | 7.1 | - |
| YUV | 108.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 43 | 0.92 | 0 | 0.75 | 0.33 | 131.47 | 0.86 | 0.36 |
| Hex | D | AA | 2B | 5C | 0 | 4B | 21 | 83 | 56 | 24 |
| Octal | 15 | 252 | 53 | 134 | 0 | 113 | 41 | 203 | 126 | 44 |
| Binary | 1101 | 10101010 | 101011 | 1011100 | 0 | 1001011 | 100001 | 10000011 | 1010110 | 100100 |
Color Harmonies of #0DAA2B
Complementary color
Monochromatic Colors of #0DAA2B
Black with #0DAA2B
Text Example
Text Example
White with #0DAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA2B; }
p { color: rgb(13,170,43); }
H1.HeaderClassName
{
color: #0DAA2B;
}
.AnyTagClassName
{
color: #0DAA2B;
}
</style>
background-color css
<style>
a { background-color: #0DAA2B; }
a { background-color: rgb(13,170,43); }
div.DivClassName
{
background-color: #0DAA2B;
}
.BgClassName
{
background-color: #0DAA2B;
}
</style>
border-color css
<style>
span { border-color: #0DAA2B; }
span { border-color: rgb(13,170,43); }
td.TdClassName
{
border-color: #0DAA2B;
}
.TagClassName
{
border-color: #0DAA2B;
}
</style>