Shades of Dark Pastel Green #0DBE28
Tints of Dark Pastel Green #0DBE28
RGB
CMYK
RGB Variations
Color information
#0DBE28 (or 0x0DBE28) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 28. RGB value is (13,190,40). Sum of RGB (Red+Green+Blue) = 13+190+40=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE28 is #F241D7. Grayscale: #787878. Windows color (decimal): -15876568 or 2670093. OLE color: 2670093.
HSL color Cylindrical-coordinate representation of color #0DBE28: hue angle of 129.15º 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 #0DBE28 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 40 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.25 |
| HSL | 129.15º | 0.87% | 0.4% | - |
| HSV(B) | 129.15º | 0.93% | 0.75% | - |
| XYZ | 18.96 | 37.07 | 8.16 | - |
| YUV | 119.98 | 82.86 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 40 | 0.93 | 0 | 0.79 | 0.25 | 129.15 | 0.87 | 0.4 |
| Hex | D | BE | 28 | 5D | 0 | 4F | 19 | 81 | 57 | 28 |
| Octal | 15 | 276 | 50 | 135 | 0 | 117 | 31 | 201 | 127 | 50 |
| Binary | 1101 | 10111110 | 101000 | 1011101 | 0 | 1001111 | 11001 | 10000001 | 1010111 | 101000 |
Color Harmonies of #0DBE28
Complementary color
Monochromatic Colors of #0DBE28
Black with #0DBE28
Text Example
Text Example
White with #0DBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE28; }
p { color: rgb(13,190,40); }
H1.HeaderClassName
{
color: #0DBE28;
}
.AnyTagClassName
{
color: #0DBE28;
}
</style>
background-color css
<style>
a { background-color: #0DBE28; }
a { background-color: rgb(13,190,40); }
div.DivClassName
{
background-color: #0DBE28;
}
.BgClassName
{
background-color: #0DBE28;
}
</style>
border-color css
<style>
span { border-color: #0DBE28; }
span { border-color: rgb(13,190,40); }
td.TdClassName
{
border-color: #0DBE28;
}
.TagClassName
{
border-color: #0DBE28;
}
</style>