Shades of Dark Pastel Green #0DBF39
Tints of Dark Pastel Green #0DBF39
RGB
CMYK
RGB Variations
Color information
#0DBF39 (or 0x0DBF39) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 39. RGB value is (13,191,57). Sum of RGB (Red+Green+Blue) = 13+191+57=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF39 is #F240C6. Grayscale: #7A7A7A. Windows color (decimal): -15876295 or 3784461. OLE color: 3784461.
HSL color Cylindrical-coordinate representation of color #0DBF39: hue angle of 134.83º 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 #0DBF39 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 57 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.25 |
| HSL | 134.83º | 0.87% | 0.4% | - |
| HSV(B) | 134.83º | 0.93% | 0.75% | - |
| XYZ | 19.54 | 37.64 | 10.11 | - |
| YUV | 122.5 | 91.03 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 57 | 0.93 | 0 | 0.70 | 0.25 | 134.83 | 0.87 | 0.4 |
| Hex | D | BF | 39 | 5D | 0 | 46 | 19 | 87 | 57 | 28 |
| Octal | 15 | 277 | 71 | 135 | 0 | 106 | 31 | 207 | 127 | 50 |
| Binary | 1101 | 10111111 | 111001 | 1011101 | 0 | 1000110 | 11001 | 10000111 | 1010111 | 101000 |
Color Harmonies of #0DBF39
Complementary color
Monochromatic Colors of #0DBF39
Black with #0DBF39
Text Example
Text Example
White with #0DBF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF39; }
p { color: rgb(13,191,57); }
H1.HeaderClassName
{
color: #0DBF39;
}
.AnyTagClassName
{
color: #0DBF39;
}
</style>
background-color css
<style>
a { background-color: #0DBF39; }
a { background-color: rgb(13,191,57); }
div.DivClassName
{
background-color: #0DBF39;
}
.BgClassName
{
background-color: #0DBF39;
}
</style>
border-color css
<style>
span { border-color: #0DBF39; }
span { border-color: rgb(13,191,57); }
td.TdClassName
{
border-color: #0DBF39;
}
.TagClassName
{
border-color: #0DBF39;
}
</style>