Shades of Dark Pastel Green #0DBE2C
Tints of Dark Pastel Green #0DBE2C
RGB
CMYK
RGB Variations
Color information
#0DBE2C (or 0x0DBE2C) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 2C. RGB value is (13,190,44). Sum of RGB (Red+Green+Blue) = 13+190+44=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 190 (74.61% from 255 or 76.92% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE2C is #F241D3. Grayscale: #787878. Windows color (decimal): -15876564 or 2932237. OLE color: 2932237.
HSL color Cylindrical-coordinate representation of color #0DBE2C: hue angle of 130.51º 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 #0DBE2C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 44 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.25 |
| HSL | 130.51º | 0.87% | 0.4% | - |
| HSV(B) | 130.51º | 0.93% | 0.75% | - |
| XYZ | 19.03 | 37.09 | 8.54 | - |
| YUV | 120.43 | 84.86 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 44 | 0.93 | 0 | 0.77 | 0.25 | 130.51 | 0.87 | 0.4 |
| Hex | D | BE | 2C | 5D | 0 | 4D | 19 | 83 | 57 | 28 |
| Octal | 15 | 276 | 54 | 135 | 0 | 115 | 31 | 203 | 127 | 50 |
| Binary | 1101 | 10111110 | 101100 | 1011101 | 0 | 1001101 | 11001 | 10000011 | 1010111 | 101000 |
Color Harmonies of #0DBE2C
Complementary color
Monochromatic Colors of #0DBE2C
Black with #0DBE2C
Text Example
Text Example
White with #0DBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE2C; }
p { color: rgb(13,190,44); }
H1.HeaderClassName
{
color: #0DBE2C;
}
.AnyTagClassName
{
color: #0DBE2C;
}
</style>
background-color css
<style>
a { background-color: #0DBE2C; }
a { background-color: rgb(13,190,44); }
div.DivClassName
{
background-color: #0DBE2C;
}
.BgClassName
{
background-color: #0DBE2C;
}
</style>
border-color css
<style>
span { border-color: #0DBE2C; }
span { border-color: rgb(13,190,44); }
td.TdClassName
{
border-color: #0DBE2C;
}
.TagClassName
{
border-color: #0DBE2C;
}
</style>