Shades of Dark Pastel Green #0DBF2A
Tints of Dark Pastel Green #0DBF2A
RGB
CMYK
RGB Variations
Color information
#0DBF2A (or 0x0DBF2A) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 2A. RGB value is (13,191,42). Sum of RGB (Red+Green+Blue) = 13+191+42=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF2A is #F240D5. Grayscale: #797979. Windows color (decimal): -15876310 or 2801421. OLE color: 2801421.
HSL color Cylindrical-coordinate representation of color #0DBF2A: hue angle of 129.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF2A is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 42 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.25 |
| HSL | 129.78º | 0.87% | 0.4% | - |
| HSV(B) | 129.78º | 0.93% | 0.75% | - |
| XYZ | 19.21 | 37.51 | 8.42 | - |
| YUV | 120.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 42 | 0.93 | 0 | 0.78 | 0.25 | 129.78 | 0.87 | 0.4 |
| Hex | D | BF | 2A | 5D | 0 | 4E | 19 | 82 | 57 | 28 |
| Octal | 15 | 277 | 52 | 135 | 0 | 116 | 31 | 202 | 127 | 50 |
| Binary | 1101 | 10111111 | 101010 | 1011101 | 0 | 1001110 | 11001 | 10000010 | 1010111 | 101000 |
Color Harmonies of #0DBF2A
Complementary color
Monochromatic Colors of #0DBF2A
Black with #0DBF2A
Text Example
Text Example
White with #0DBF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF2A; }
p { color: rgb(13,191,42); }
H1.HeaderClassName
{
color: #0DBF2A;
}
.AnyTagClassName
{
color: #0DBF2A;
}
</style>
background-color css
<style>
a { background-color: #0DBF2A; }
a { background-color: rgb(13,191,42); }
div.DivClassName
{
background-color: #0DBF2A;
}
.BgClassName
{
background-color: #0DBF2A;
}
</style>
border-color css
<style>
span { border-color: #0DBF2A; }
span { border-color: rgb(13,191,42); }
td.TdClassName
{
border-color: #0DBF2A;
}
.TagClassName
{
border-color: #0DBF2A;
}
</style>