Shades of Dark Pastel Green #03D521
Tints of Dark Pastel Green #03D521
RGB
CMYK
RGB Variations
Color information
#03D521 (or 0x03D521) is known color: Dark Pastel Green. HEX triplet: 03, D5 and 21. RGB value is (3,213,33). Sum of RGB (Red+Green+Blue) = 3+213+33=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 213 (83.59% from 255 or 85.54% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 213 - color contains mainly: green. Hex color #03D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D521 is #FC2ADE. Grayscale: #828282. Windows color (decimal): -16526047 or 2217219. OLE color: 2217219.
HSL color Cylindrical-coordinate representation of color #03D521: hue angle of 128.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D521 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 33 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.16 |
| HSL | 128.57º | 0.97% | 0.42% | - |
| HSV(B) | 128.57º | 0.99% | 0.84% | - |
| XYZ | 24.11 | 47.72 | 9.38 | - |
| YUV | 129.69 | 73.43 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 33 | 0.99 | 0 | 0.85 | 0.16 | 128.57 | 0.97 | 0.42 |
| Hex | 3 | D5 | 21 | 63 | 0 | 55 | 10 | 81 | 61 | 2A |
| Octal | 3 | 325 | 41 | 143 | 0 | 125 | 20 | 201 | 141 | 52 |
| Binary | 11 | 11010101 | 100001 | 1100011 | 0 | 1010101 | 10000 | 10000001 | 1100001 | 101010 |
Color Harmonies of #03D521
Complementary color
Monochromatic Colors of #03D521
Black with #03D521
Text Example
Text Example
White with #03D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D521; }
p { color: rgb(3,213,33); }
H1.HeaderClassName
{
color: #03D521;
}
.AnyTagClassName
{
color: #03D521;
}
</style>
background-color css
<style>
a { background-color: #03D521; }
a { background-color: rgb(3,213,33); }
div.DivClassName
{
background-color: #03D521;
}
.BgClassName
{
background-color: #03D521;
}
</style>
border-color css
<style>
span { border-color: #03D521; }
span { border-color: rgb(3,213,33); }
td.TdClassName
{
border-color: #03D521;
}
.TagClassName
{
border-color: #03D521;
}
</style>