Shades of Dark Pastel Green #0DBC44
Tints of Dark Pastel Green #0DBC44
RGB
CMYK
RGB Variations
Color information
#0DBC44 (or 0x0DBC44) is known color: Dark Pastel Green. HEX triplet: 0D, BC and 44. RGB value is (13,188,68). Sum of RGB (Red+Green+Blue) = 13+188+68=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBC44 is #F243BB. Grayscale: #7A7A7A. Windows color (decimal): -15877052 or 4504589. OLE color: 4504589.
HSL color Cylindrical-coordinate representation of color #0DBC44: hue angle of 138.86º 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 #0DBC44 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 68 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.26 |
| HSL | 138.86º | 0.87% | 0.39% | - |
| HSV(B) | 138.86º | 0.93% | 0.74% | - |
| XYZ | 19.19 | 36.47 | 11.5 | - |
| YUV | 122 | 97.52 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 68 | 0.93 | 0 | 0.64 | 0.26 | 138.86 | 0.87 | 0.39 |
| Hex | D | BC | 44 | 5D | 0 | 40 | 1A | 8B | 57 | 27 |
| Octal | 15 | 274 | 104 | 135 | 0 | 100 | 32 | 213 | 127 | 47 |
| Binary | 1101 | 10111100 | 1000100 | 1011101 | 0 | 1000000 | 11010 | 10001011 | 1010111 | 100111 |
Color Harmonies of #0DBC44
Complementary color
Monochromatic Colors of #0DBC44
Black with #0DBC44
Text Example
Text Example
White with #0DBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC44; }
p { color: rgb(13,188,68); }
H1.HeaderClassName
{
color: #0DBC44;
}
.AnyTagClassName
{
color: #0DBC44;
}
</style>
background-color css
<style>
a { background-color: #0DBC44; }
a { background-color: rgb(13,188,68); }
div.DivClassName
{
background-color: #0DBC44;
}
.BgClassName
{
background-color: #0DBC44;
}
</style>
border-color css
<style>
span { border-color: #0DBC44; }
span { border-color: rgb(13,188,68); }
td.TdClassName
{
border-color: #0DBC44;
}
.TagClassName
{
border-color: #0DBC44;
}
</style>