Shades of Dark Pastel Green #0DAB2F
Tints of Dark Pastel Green #0DAB2F
RGB
CMYK
RGB Variations
Color information
#0DAB2F (or 0x0DAB2F) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 2F. RGB value is (13,171,47). Sum of RGB (Red+Green+Blue) = 13+171+47=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB2F is #F254D0. Grayscale: #6D6D6D. Windows color (decimal): -15881425 or 3123981. OLE color: 3123981.
HSL color Cylindrical-coordinate representation of color #0DAB2F: hue angle of 132.91º 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 #0DAB2F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 47 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.33 |
| HSL | 132.91º | 0.86% | 0.36% | - |
| HSV(B) | 132.91º | 0.92% | 0.67% | - |
| XYZ | 15.24 | 29.42 | 7.56 | - |
| YUV | 109.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 47 | 0.92 | 0 | 0.73 | 0.33 | 132.91 | 0.86 | 0.36 |
| Hex | D | AB | 2F | 5C | 0 | 49 | 21 | 85 | 56 | 24 |
| Octal | 15 | 253 | 57 | 134 | 0 | 111 | 41 | 205 | 126 | 44 |
| Binary | 1101 | 10101011 | 101111 | 1011100 | 0 | 1001001 | 100001 | 10000101 | 1010110 | 100100 |
Color Harmonies of #0DAB2F
Complementary color
Monochromatic Colors of #0DAB2F
Black with #0DAB2F
Text Example
Text Example
White with #0DAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB2F; }
p { color: rgb(13,171,47); }
H1.HeaderClassName
{
color: #0DAB2F;
}
.AnyTagClassName
{
color: #0DAB2F;
}
</style>
background-color css
<style>
a { background-color: #0DAB2F; }
a { background-color: rgb(13,171,47); }
div.DivClassName
{
background-color: #0DAB2F;
}
.BgClassName
{
background-color: #0DAB2F;
}
</style>
border-color css
<style>
span { border-color: #0DAB2F; }
span { border-color: rgb(13,171,47); }
td.TdClassName
{
border-color: #0DAB2F;
}
.TagClassName
{
border-color: #0DAB2F;
}
</style>