Shades of Dark Pastel Green #03D73A
Tints of Dark Pastel Green #03D73A
RGB
CMYK
RGB Variations
Color information
#03D73A (or 0x03D73A) is known color: Dark Pastel Green. HEX triplet: 03, D7 and 3A. RGB value is (3,215,58). Sum of RGB (Red+Green+Blue) = 3+215+58=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 215 (84.38% from 255 or 77.90% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 215 - color contains mainly: green. Hex color #03D73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D73A is #FC28C5. Grayscale: #868686. Windows color (decimal): -16525510 or 3856131. OLE color: 3856131.
HSL color Cylindrical-coordinate representation of color #03D73A: hue angle of 135.57º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D73A is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 58 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.16 |
| HSL | 135.57º | 0.97% | 0.43% | - |
| HSV(B) | 135.57º | 0.99% | 0.84% | - |
| XYZ | 25.1 | 48.93 | 12.12 | - |
| YUV | 133.71 | 85.26 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 58 | 0.99 | 0 | 0.73 | 0.16 | 135.57 | 0.97 | 0.43 |
| Hex | 3 | D7 | 3A | 63 | 0 | 49 | 10 | 88 | 61 | 2B |
| Octal | 3 | 327 | 72 | 143 | 0 | 111 | 20 | 210 | 141 | 53 |
| Binary | 11 | 11010111 | 111010 | 1100011 | 0 | 1001001 | 10000 | 10001000 | 1100001 | 101011 |
Color Harmonies of #03D73A
Complementary color
Monochromatic Colors of #03D73A
Black with #03D73A
Text Example
Text Example
White with #03D73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D73A; }
p { color: rgb(3,215,58); }
H1.HeaderClassName
{
color: #03D73A;
}
.AnyTagClassName
{
color: #03D73A;
}
</style>
background-color css
<style>
a { background-color: #03D73A; }
a { background-color: rgb(3,215,58); }
div.DivClassName
{
background-color: #03D73A;
}
.BgClassName
{
background-color: #03D73A;
}
</style>
border-color css
<style>
span { border-color: #03D73A; }
span { border-color: rgb(3,215,58); }
td.TdClassName
{
border-color: #03D73A;
}
.TagClassName
{
border-color: #03D73A;
}
</style>