Shades of Dark Pastel Green #0DBC41
Tints of Dark Pastel Green #0DBC41
RGB
CMYK
RGB Variations
Color information
#0DBC41 (or 0x0DBC41) is known color: Dark Pastel Green. HEX triplet: 0D, BC and 41. RGB value is (13,188,65). Sum of RGB (Red+Green+Blue) = 13+188+65=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBC41 is #F243BE. Grayscale: #797979. Windows color (decimal): -15877055 or 4307981. OLE color: 4307981.
HSL color Cylindrical-coordinate representation of color #0DBC41: hue angle of 137.83º 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 #0DBC41 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 65 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.26 |
| HSL | 137.83º | 0.87% | 0.39% | - |
| HSV(B) | 137.83º | 0.93% | 0.74% | - |
| XYZ | 19.1 | 36.43 | 11.03 | - |
| YUV | 121.65 | 96.02 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 65 | 0.93 | 0 | 0.65 | 0.26 | 137.83 | 0.87 | 0.39 |
| Hex | D | BC | 41 | 5D | 0 | 41 | 1A | 8A | 57 | 27 |
| Octal | 15 | 274 | 101 | 135 | 0 | 101 | 32 | 212 | 127 | 47 |
| Binary | 1101 | 10111100 | 1000001 | 1011101 | 0 | 1000001 | 11010 | 10001010 | 1010111 | 100111 |
Color Harmonies of #0DBC41
Complementary color
Monochromatic Colors of #0DBC41
Black with #0DBC41
Text Example
Text Example
White with #0DBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC41; }
p { color: rgb(13,188,65); }
H1.HeaderClassName
{
color: #0DBC41;
}
.AnyTagClassName
{
color: #0DBC41;
}
</style>
background-color css
<style>
a { background-color: #0DBC41; }
a { background-color: rgb(13,188,65); }
div.DivClassName
{
background-color: #0DBC41;
}
.BgClassName
{
background-color: #0DBC41;
}
</style>
border-color css
<style>
span { border-color: #0DBC41; }
span { border-color: rgb(13,188,65); }
td.TdClassName
{
border-color: #0DBC41;
}
.TagClassName
{
border-color: #0DBC41;
}
</style>