Shades of Dark Pastel Green #0DB53B
Tints of Dark Pastel Green #0DB53B
RGB
CMYK
RGB Variations
Color information
#0DB53B (or 0x0DB53B) is known color: Dark Pastel Green. HEX triplet: 0D, B5 and 3B. RGB value is (13,181,59). Sum of RGB (Red+Green+Blue) = 13+181+59=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB53B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB53B is #F24AC4. Grayscale: #757575. Windows color (decimal): -15878853 or 3912973. OLE color: 3912973.
HSL color Cylindrical-coordinate representation of color #0DB53B: hue angle of 136.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB53B is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 59 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.29 |
| HSL | 136.43º | 0.87% | 0.38% | - |
| HSV(B) | 136.43º | 0.93% | 0.71% | - |
| XYZ | 17.48 | 33.45 | 9.67 | - |
| YUV | 116.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 59 | 0.93 | 0 | 0.67 | 0.29 | 136.43 | 0.87 | 0.38 |
| Hex | D | B5 | 3B | 5D | 0 | 43 | 1D | 88 | 57 | 26 |
| Octal | 15 | 265 | 73 | 135 | 0 | 103 | 35 | 210 | 127 | 46 |
| Binary | 1101 | 10110101 | 111011 | 1011101 | 0 | 1000011 | 11101 | 10001000 | 1010111 | 100110 |
Color Harmonies of #0DB53B
Complementary color
Monochromatic Colors of #0DB53B
Black with #0DB53B
Text Example
Text Example
White with #0DB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB53B; }
p { color: rgb(13,181,59); }
H1.HeaderClassName
{
color: #0DB53B;
}
.AnyTagClassName
{
color: #0DB53B;
}
</style>
background-color css
<style>
a { background-color: #0DB53B; }
a { background-color: rgb(13,181,59); }
div.DivClassName
{
background-color: #0DB53B;
}
.BgClassName
{
background-color: #0DB53B;
}
</style>
border-color css
<style>
span { border-color: #0DB53B; }
span { border-color: rgb(13,181,59); }
td.TdClassName
{
border-color: #0DB53B;
}
.TagClassName
{
border-color: #0DB53B;
}
</style>