Shades of Dark Pastel Green #0DB523
Tints of Dark Pastel Green #0DB523
RGB
CMYK
RGB Variations
Color information
#0DB523 (or 0x0DB523) is known color: Dark Pastel Green. HEX triplet: 0D, B5 and 23. RGB value is (13,181,35). Sum of RGB (Red+Green+Blue) = 13+181+35=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB523 is #F24ADC. Grayscale: #727272. Windows color (decimal): -15878877 or 2340109. OLE color: 2340109.
HSL color Cylindrical-coordinate representation of color #0DB523: hue angle of 127.86º 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 #0DB523 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 35 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.29 |
| HSL | 127.86º | 0.87% | 0.38% | - |
| HSV(B) | 127.86º | 0.93% | 0.71% | - |
| XYZ | 16.99 | 33.25 | 7.11 | - |
| YUV | 114.12 | 83.34 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 35 | 0.93 | 0 | 0.81 | 0.29 | 127.86 | 0.87 | 0.38 |
| Hex | D | B5 | 23 | 5D | 0 | 51 | 1D | 80 | 57 | 26 |
| Octal | 15 | 265 | 43 | 135 | 0 | 121 | 35 | 200 | 127 | 46 |
| Binary | 1101 | 10110101 | 100011 | 1011101 | 0 | 1010001 | 11101 | 10000000 | 1010111 | 100110 |
Color Harmonies of #0DB523
Complementary color
Monochromatic Colors of #0DB523
Black with #0DB523
Text Example
Text Example
White with #0DB523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB523; }
p { color: rgb(13,181,35); }
H1.HeaderClassName
{
color: #0DB523;
}
.AnyTagClassName
{
color: #0DB523;
}
</style>
background-color css
<style>
a { background-color: #0DB523; }
a { background-color: rgb(13,181,35); }
div.DivClassName
{
background-color: #0DB523;
}
.BgClassName
{
background-color: #0DB523;
}
</style>
border-color css
<style>
span { border-color: #0DB523; }
span { border-color: rgb(13,181,35); }
td.TdClassName
{
border-color: #0DB523;
}
.TagClassName
{
border-color: #0DB523;
}
</style>