Skip to main content

Convert Color To RGB (ASP.NET)

Converts a color to the equivalent RGB representation.

#Availability

Available from the context menu or via shortcuts:

  • when the caret is on a css color reference, or on a named color css identifier reference.

#Example

<div style="background-color:Green">

or

<div style="background-color:#008000">

Result:

<div style="background-color:rgb(0, 128, 0)">

#Screenshot

rsConvertColorToRGB