Shades of Dark Pastel Green #0DBE41
Tints of Dark Pastel Green #0DBE41
RGB
CMYK
RGB Variations
Color information
#0DBE41 (or 0x0DBE41) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 41. RGB value is (13,190,65). Sum of RGB (Red+Green+Blue) = 13+190+65=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE41 is #F241BE. Grayscale: #7B7B7B. Windows color (decimal): -15876543 or 4308493. OLE color: 4308493.
HSL color Cylindrical-coordinate representation of color #0DBE41: hue angle of 137.63º 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 #0DBE41 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 65 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.25 |
| HSL | 137.63º | 0.87% | 0.4% | - |
| HSV(B) | 137.63º | 0.93% | 0.75% | - |
| XYZ | 19.53 | 37.29 | 11.17 | - |
| YUV | 122.83 | 95.36 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 65 | 0.93 | 0 | 0.66 | 0.25 | 137.63 | 0.87 | 0.4 |
| Hex | D | BE | 41 | 5D | 0 | 42 | 19 | 8A | 57 | 28 |
| Octal | 15 | 276 | 101 | 135 | 0 | 102 | 31 | 212 | 127 | 50 |
| Binary | 1101 | 10111110 | 1000001 | 1011101 | 0 | 1000010 | 11001 | 10001010 | 1010111 | 101000 |
Color Harmonies of #0DBE41
Complementary color
Monochromatic Colors of #0DBE41
Black with #0DBE41
Text Example
Text Example
White with #0DBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE41; }
p { color: rgb(13,190,65); }
H1.HeaderClassName
{
color: #0DBE41;
}
.AnyTagClassName
{
color: #0DBE41;
}
</style>
background-color css
<style>
a { background-color: #0DBE41; }
a { background-color: rgb(13,190,65); }
div.DivClassName
{
background-color: #0DBE41;
}
.BgClassName
{
background-color: #0DBE41;
}
</style>
border-color css
<style>
span { border-color: #0DBE41; }
span { border-color: rgb(13,190,65); }
td.TdClassName
{
border-color: #0DBE41;
}
.TagClassName
{
border-color: #0DBE41;
}
</style>