Shades of Dark Pastel Green #0DBC49
Tints of Dark Pastel Green #0DBC49
RGB
CMYK
RGB Variations
Color information
#0DBC49 (or 0x0DBC49) is known color: Dark Pastel Green. HEX triplet: 0D, BC and 49. RGB value is (13,188,73). Sum of RGB (Red+Green+Blue) = 13+188+73=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBC49 is #F243B6. Grayscale: #7A7A7A. Windows color (decimal): -15877047 or 4832269. OLE color: 4832269.
HSL color Cylindrical-coordinate representation of color #0DBC49: hue angle of 140.57º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC49 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 73 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.26 |
| HSL | 140.57º | 0.87% | 0.39% | - |
| HSV(B) | 140.57º | 0.93% | 0.74% | - |
| XYZ | 19.35 | 36.53 | 12.33 | - |
| YUV | 122.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 73 | 0.93 | 0 | 0.61 | 0.26 | 140.57 | 0.87 | 0.39 |
| Hex | D | BC | 49 | 5D | 0 | 3D | 1A | 8D | 57 | 27 |
| Octal | 15 | 274 | 111 | 135 | 0 | 75 | 32 | 215 | 127 | 47 |
| Binary | 1101 | 10111100 | 1001001 | 1011101 | 0 | 111101 | 11010 | 10001101 | 1010111 | 100111 |
Color Harmonies of #0DBC49
Complementary color
Monochromatic Colors of #0DBC49
Black with #0DBC49
Text Example
Text Example
White with #0DBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC49; }
p { color: rgb(13,188,73); }
H1.HeaderClassName
{
color: #0DBC49;
}
.AnyTagClassName
{
color: #0DBC49;
}
</style>
background-color css
<style>
a { background-color: #0DBC49; }
a { background-color: rgb(13,188,73); }
div.DivClassName
{
background-color: #0DBC49;
}
.BgClassName
{
background-color: #0DBC49;
}
</style>
border-color css
<style>
span { border-color: #0DBC49; }
span { border-color: rgb(13,188,73); }
td.TdClassName
{
border-color: #0DBC49;
}
.TagClassName
{
border-color: #0DBC49;
}
</style>