Shades of Dark Pastel Green #0DBE26
Tints of Dark Pastel Green #0DBE26
RGB
CMYK
RGB Variations
Color information
#0DBE26 (or 0x0DBE26) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 26. RGB value is (13,190,38). Sum of RGB (Red+Green+Blue) = 13+190+38=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 190 (74.61% from 255 or 78.84% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE26 is #F241D9. Grayscale: #787878. Windows color (decimal): -15876570 or 2539021. OLE color: 2539021.
HSL color Cylindrical-coordinate representation of color #0DBE26: hue angle of 128.47º 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 #0DBE26 is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 38 | - |
| CMYK | 0.93 | 0 | 0.8 | 0.25 |
| HSL | 128.47º | 0.87% | 0.4% | - |
| HSV(B) | 128.47º | 0.93% | 0.75% | - |
| XYZ | 18.93 | 37.05 | 7.99 | - |
| YUV | 119.75 | 81.86 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 38 | 0.93 | 0 | 0.8 | 0.25 | 128.47 | 0.87 | 0.4 |
| Hex | D | BE | 26 | 5D | 0 | 50 | 19 | 80 | 57 | 28 |
| Octal | 15 | 276 | 46 | 135 | 0 | 120 | 31 | 200 | 127 | 50 |
| Binary | 1101 | 10111110 | 100110 | 1011101 | 0 | 1010000 | 11001 | 10000000 | 1010111 | 101000 |
Color Harmonies of #0DBE26
Complementary color
Monochromatic Colors of #0DBE26
Black with #0DBE26
Text Example
Text Example
White with #0DBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE26; }
p { color: rgb(13,190,38); }
H1.HeaderClassName
{
color: #0DBE26;
}
.AnyTagClassName
{
color: #0DBE26;
}
</style>
background-color css
<style>
a { background-color: #0DBE26; }
a { background-color: rgb(13,190,38); }
div.DivClassName
{
background-color: #0DBE26;
}
.BgClassName
{
background-color: #0DBE26;
}
</style>
border-color css
<style>
span { border-color: #0DBE26; }
span { border-color: rgb(13,190,38); }
td.TdClassName
{
border-color: #0DBE26;
}
.TagClassName
{
border-color: #0DBE26;
}
</style>