Shades of Dark Pastel Green #03D321
Tints of Dark Pastel Green #03D321
RGB
CMYK
RGB Variations
Color information
#03D321 (or 0x03D321) is known color: Dark Pastel Green. HEX triplet: 03, D3 and 21. RGB value is (3,211,33). Sum of RGB (Red+Green+Blue) = 3+211+33=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 211 (82.81% from 255 or 85.43% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 211 - color contains mainly: green. Hex color #03D321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D321 is #FC2CDE. Grayscale: #818181. Windows color (decimal): -16526559 or 2216707. OLE color: 2216707.
HSL color Cylindrical-coordinate representation of color #03D321: hue angle of 128.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D321 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 33 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.17 |
| HSL | 128.65º | 0.97% | 0.42% | - |
| HSV(B) | 128.65º | 0.99% | 0.83% | - |
| XYZ | 23.61 | 46.72 | 9.21 | - |
| YUV | 128.52 | 74.09 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 33 | 0.99 | 0 | 0.84 | 0.17 | 128.65 | 0.97 | 0.42 |
| Hex | 3 | D3 | 21 | 63 | 0 | 54 | 11 | 81 | 61 | 2A |
| Octal | 3 | 323 | 41 | 143 | 0 | 124 | 21 | 201 | 141 | 52 |
| Binary | 11 | 11010011 | 100001 | 1100011 | 0 | 1010100 | 10001 | 10000001 | 1100001 | 101010 |
Color Harmonies of #03D321
Complementary color
Monochromatic Colors of #03D321
Black with #03D321
Text Example
Text Example
White with #03D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D321; }
p { color: rgb(3,211,33); }
H1.HeaderClassName
{
color: #03D321;
}
.AnyTagClassName
{
color: #03D321;
}
</style>
background-color css
<style>
a { background-color: #03D321; }
a { background-color: rgb(3,211,33); }
div.DivClassName
{
background-color: #03D321;
}
.BgClassName
{
background-color: #03D321;
}
</style>
border-color css
<style>
span { border-color: #03D321; }
span { border-color: rgb(3,211,33); }
td.TdClassName
{
border-color: #03D321;
}
.TagClassName
{
border-color: #03D321;
}
</style>