Shades of Dark Pastel Green #0DBE29
Tints of Dark Pastel Green #0DBE29
RGB
CMYK
RGB Variations
Color information
#0DBE29 (or 0x0DBE29) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 29. RGB value is (13,190,41). Sum of RGB (Red+Green+Blue) = 13+190+41=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 190 (74.61% from 255 or 77.87% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE29 is #F241D6. Grayscale: #787878. Windows color (decimal): -15876567 or 2735629. OLE color: 2735629.
HSL color Cylindrical-coordinate representation of color #0DBE29: hue angle of 129.49º 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 #0DBE29 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 41 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.25 |
| HSL | 129.49º | 0.87% | 0.4% | - |
| HSV(B) | 129.49º | 0.93% | 0.75% | - |
| XYZ | 18.98 | 37.07 | 8.25 | - |
| YUV | 120.09 | 83.36 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 41 | 0.93 | 0 | 0.78 | 0.25 | 129.49 | 0.87 | 0.4 |
| Hex | D | BE | 29 | 5D | 0 | 4E | 19 | 81 | 57 | 28 |
| Octal | 15 | 276 | 51 | 135 | 0 | 116 | 31 | 201 | 127 | 50 |
| Binary | 1101 | 10111110 | 101001 | 1011101 | 0 | 1001110 | 11001 | 10000001 | 1010111 | 101000 |
Color Harmonies of #0DBE29
Complementary color
Monochromatic Colors of #0DBE29
Black with #0DBE29
Text Example
Text Example
White with #0DBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE29; }
p { color: rgb(13,190,41); }
H1.HeaderClassName
{
color: #0DBE29;
}
.AnyTagClassName
{
color: #0DBE29;
}
</style>
background-color css
<style>
a { background-color: #0DBE29; }
a { background-color: rgb(13,190,41); }
div.DivClassName
{
background-color: #0DBE29;
}
.BgClassName
{
background-color: #0DBE29;
}
</style>
border-color css
<style>
span { border-color: #0DBE29; }
span { border-color: rgb(13,190,41); }
td.TdClassName
{
border-color: #0DBE29;
}
.TagClassName
{
border-color: #0DBE29;
}
</style>