Shades of Dark Pastel Green #03D128
Tints of Dark Pastel Green #03D128
RGB
CMYK
RGB Variations
Color information
#03D128 (or 0x03D128) is known color: Dark Pastel Green. HEX triplet: 03, D1 and 28. RGB value is (3,209,40). Sum of RGB (Red+Green+Blue) = 3+209+40=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #03D128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D128 is #FC2ED7. Grayscale: #808080. Windows color (decimal): -16527064 or 2674947. OLE color: 2674947.
HSL color Cylindrical-coordinate representation of color #03D128: hue angle of 130.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D128 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 40 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.18 |
| HSL | 130.78º | 0.97% | 0.42% | - |
| HSV(B) | 130.78º | 0.99% | 0.82% | - |
| XYZ | 23.22 | 45.77 | 9.62 | - |
| YUV | 128.14 | 78.25 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 40 | 0.99 | 0 | 0.81 | 0.18 | 130.78 | 0.97 | 0.42 |
| Hex | 3 | D1 | 28 | 63 | 0 | 51 | 12 | 83 | 61 | 2A |
| Octal | 3 | 321 | 50 | 143 | 0 | 121 | 22 | 203 | 141 | 52 |
| Binary | 11 | 11010001 | 101000 | 1100011 | 0 | 1010001 | 10010 | 10000011 | 1100001 | 101010 |
Color Harmonies of #03D128
Complementary color
Monochromatic Colors of #03D128
Black with #03D128
Text Example
Text Example
White with #03D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D128; }
p { color: rgb(3,209,40); }
H1.HeaderClassName
{
color: #03D128;
}
.AnyTagClassName
{
color: #03D128;
}
</style>
background-color css
<style>
a { background-color: #03D128; }
a { background-color: rgb(3,209,40); }
div.DivClassName
{
background-color: #03D128;
}
.BgClassName
{
background-color: #03D128;
}
</style>
border-color css
<style>
span { border-color: #03D128; }
span { border-color: rgb(3,209,40); }
td.TdClassName
{
border-color: #03D128;
}
.TagClassName
{
border-color: #03D128;
}
</style>