Shades of Dark Pastel Green #03D628
Tints of Dark Pastel Green #03D628
RGB
CMYK
RGB Variations
Color information
#03D628 (or 0x03D628) is known color: Dark Pastel Green. HEX triplet: 03, D6 and 28. RGB value is (3,214,40). Sum of RGB (Red+Green+Blue) = 3+214+40=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 214 (83.98% from 255 or 83.27% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 214 - color contains mainly: green. Hex color #03D628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D628 is #FC29D7. Grayscale: #838383. Windows color (decimal): -16525784 or 2676227. OLE color: 2676227.
HSL color Cylindrical-coordinate representation of color #03D628: hue angle of 130.52º 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 #03D628 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 40 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.16 |
| HSL | 130.52º | 0.97% | 0.43% | - |
| HSV(B) | 130.52º | 0.99% | 0.84% | - |
| XYZ | 24.47 | 48.27 | 10.03 | - |
| YUV | 131.08 | 76.6 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 40 | 0.99 | 0 | 0.81 | 0.16 | 130.52 | 0.97 | 0.43 |
| Hex | 3 | D6 | 28 | 63 | 0 | 51 | 10 | 83 | 61 | 2B |
| Octal | 3 | 326 | 50 | 143 | 0 | 121 | 20 | 203 | 141 | 53 |
| Binary | 11 | 11010110 | 101000 | 1100011 | 0 | 1010001 | 10000 | 10000011 | 1100001 | 101011 |
Color Harmonies of #03D628
Complementary color
Monochromatic Colors of #03D628
Black with #03D628
Text Example
Text Example
White with #03D628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D628; }
p { color: rgb(3,214,40); }
H1.HeaderClassName
{
color: #03D628;
}
.AnyTagClassName
{
color: #03D628;
}
</style>
background-color css
<style>
a { background-color: #03D628; }
a { background-color: rgb(3,214,40); }
div.DivClassName
{
background-color: #03D628;
}
.BgClassName
{
background-color: #03D628;
}
</style>
border-color css
<style>
span { border-color: #03D628; }
span { border-color: rgb(3,214,40); }
td.TdClassName
{
border-color: #03D628;
}
.TagClassName
{
border-color: #03D628;
}
</style>