Shades of Dark Pastel Green #0DBE37
Tints of Dark Pastel Green #0DBE37
RGB
CMYK
RGB Variations
Color information
#0DBE37 (or 0x0DBE37) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 37. RGB value is (13,190,55). Sum of RGB (Red+Green+Blue) = 13+190+55=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 190 (74.61% from 255 or 73.64% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE37 is #F241C8. Grayscale: #7A7A7A. Windows color (decimal): -15876553 or 3653133. OLE color: 3653133.
HSL color Cylindrical-coordinate representation of color #0DBE37: hue angle of 134.24º 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 #0DBE37 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 55 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.25 |
| HSL | 134.24º | 0.87% | 0.4% | - |
| HSV(B) | 134.24º | 0.93% | 0.75% | - |
| XYZ | 19.27 | 37.19 | 9.78 | - |
| YUV | 121.69 | 90.36 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 55 | 0.93 | 0 | 0.71 | 0.25 | 134.24 | 0.87 | 0.4 |
| Hex | D | BE | 37 | 5D | 0 | 47 | 19 | 86 | 57 | 28 |
| Octal | 15 | 276 | 67 | 135 | 0 | 107 | 31 | 206 | 127 | 50 |
| Binary | 1101 | 10111110 | 110111 | 1011101 | 0 | 1000111 | 11001 | 10000110 | 1010111 | 101000 |
Color Harmonies of #0DBE37
Complementary color
Monochromatic Colors of #0DBE37
Black with #0DBE37
Text Example
Text Example
White with #0DBE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE37; }
p { color: rgb(13,190,55); }
H1.HeaderClassName
{
color: #0DBE37;
}
.AnyTagClassName
{
color: #0DBE37;
}
</style>
background-color css
<style>
a { background-color: #0DBE37; }
a { background-color: rgb(13,190,55); }
div.DivClassName
{
background-color: #0DBE37;
}
.BgClassName
{
background-color: #0DBE37;
}
</style>
border-color css
<style>
span { border-color: #0DBE37; }
span { border-color: rgb(13,190,55); }
td.TdClassName
{
border-color: #0DBE37;
}
.TagClassName
{
border-color: #0DBE37;
}
</style>