Shades of Dark Pastel Green #0DC530
Tints of Dark Pastel Green #0DC530
RGB
CMYK
RGB Variations
Color information
#0DC530 (or 0x0DC530) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 30. RGB value is (13,197,48). Sum of RGB (Red+Green+Blue) = 13+197+48=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC530 is #F23ACF. Grayscale: #7D7D7D. Windows color (decimal): -15874768 or 3196173. OLE color: 3196173.
HSL color Cylindrical-coordinate representation of color #0DC530: hue angle of 131.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC530 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 48 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.23 |
| HSL | 131.41º | 0.88% | 0.41% | - |
| HSV(B) | 131.41º | 0.93% | 0.77% | - |
| XYZ | 20.67 | 40.23 | 9.47 | - |
| YUV | 125 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 48 | 0.93 | 0 | 0.76 | 0.23 | 131.41 | 0.88 | 0.41 |
| Hex | D | C5 | 30 | 5D | 0 | 4C | 17 | 83 | 58 | 29 |
| Octal | 15 | 305 | 60 | 135 | 0 | 114 | 27 | 203 | 130 | 51 |
| Binary | 1101 | 11000101 | 110000 | 1011101 | 0 | 1001100 | 10111 | 10000011 | 1011000 | 101001 |
Color Harmonies of #0DC530
Complementary color
Monochromatic Colors of #0DC530
Black with #0DC530
Text Example
Text Example
White with #0DC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC530; }
p { color: rgb(13,197,48); }
H1.HeaderClassName
{
color: #0DC530;
}
.AnyTagClassName
{
color: #0DC530;
}
</style>
background-color css
<style>
a { background-color: #0DC530; }
a { background-color: rgb(13,197,48); }
div.DivClassName
{
background-color: #0DC530;
}
.BgClassName
{
background-color: #0DC530;
}
</style>
border-color css
<style>
span { border-color: #0DC530; }
span { border-color: rgb(13,197,48); }
td.TdClassName
{
border-color: #0DC530;
}
.TagClassName
{
border-color: #0DC530;
}
</style>