Shades of Dark Pastel Green #0DBF38
Tints of Dark Pastel Green #0DBF38
RGB
CMYK
RGB Variations
Color information
#0DBF38 (or 0x0DBF38) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 38. RGB value is (13,191,56). Sum of RGB (Red+Green+Blue) = 13+191+56=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF38 is #F240C7. Grayscale: #7A7A7A. Windows color (decimal): -15876296 or 3718925. OLE color: 3718925.
HSL color Cylindrical-coordinate representation of color #0DBF38: hue angle of 134.49º 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 #0DBF38 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 56 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.25 |
| HSL | 134.49º | 0.87% | 0.4% | - |
| HSV(B) | 134.49º | 0.93% | 0.75% | - |
| XYZ | 19.51 | 37.63 | 9.98 | - |
| YUV | 122.39 | 90.53 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 56 | 0.93 | 0 | 0.71 | 0.25 | 134.49 | 0.87 | 0.4 |
| Hex | D | BF | 38 | 5D | 0 | 47 | 19 | 86 | 57 | 28 |
| Octal | 15 | 277 | 70 | 135 | 0 | 107 | 31 | 206 | 127 | 50 |
| Binary | 1101 | 10111111 | 111000 | 1011101 | 0 | 1000111 | 11001 | 10000110 | 1010111 | 101000 |
Color Harmonies of #0DBF38
Complementary color
Monochromatic Colors of #0DBF38
Black with #0DBF38
Text Example
Text Example
White with #0DBF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF38; }
p { color: rgb(13,191,56); }
H1.HeaderClassName
{
color: #0DBF38;
}
.AnyTagClassName
{
color: #0DBF38;
}
</style>
background-color css
<style>
a { background-color: #0DBF38; }
a { background-color: rgb(13,191,56); }
div.DivClassName
{
background-color: #0DBF38;
}
.BgClassName
{
background-color: #0DBF38;
}
</style>
border-color css
<style>
span { border-color: #0DBF38; }
span { border-color: rgb(13,191,56); }
td.TdClassName
{
border-color: #0DBF38;
}
.TagClassName
{
border-color: #0DBF38;
}
</style>