Shades of Dark Pastel Green #03D031
Tints of Dark Pastel Green #03D031
RGB
CMYK
RGB Variations
Color information
#03D031 (or 0x03D031) is known color: Dark Pastel Green. HEX triplet: 03, D0 and 31. RGB value is (3,208,49). Sum of RGB (Red+Green+Blue) = 3+208+49=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #03D031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D031 is #FC2FCE. Grayscale: #818181. Windows color (decimal): -16527311 or 3264515. OLE color: 3264515.
HSL color Cylindrical-coordinate representation of color #03D031: hue angle of 133.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D031 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 49 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.18 |
| HSL | 133.46º | 0.97% | 0.41% | - |
| HSV(B) | 133.46º | 0.99% | 0.82% | - |
| XYZ | 23.15 | 45.35 | 10.44 | - |
| YUV | 128.58 | 83.08 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 49 | 0.99 | 0 | 0.76 | 0.18 | 133.46 | 0.97 | 0.41 |
| Hex | 3 | D0 | 31 | 63 | 0 | 4C | 12 | 85 | 61 | 29 |
| Octal | 3 | 320 | 61 | 143 | 0 | 114 | 22 | 205 | 141 | 51 |
| Binary | 11 | 11010000 | 110001 | 1100011 | 0 | 1001100 | 10010 | 10000101 | 1100001 | 101001 |
Color Harmonies of #03D031
Complementary color
Monochromatic Colors of #03D031
Black with #03D031
Text Example
Text Example
White with #03D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D031; }
p { color: rgb(3,208,49); }
H1.HeaderClassName
{
color: #03D031;
}
.AnyTagClassName
{
color: #03D031;
}
</style>
background-color css
<style>
a { background-color: #03D031; }
a { background-color: rgb(3,208,49); }
div.DivClassName
{
background-color: #03D031;
}
.BgClassName
{
background-color: #03D031;
}
</style>
border-color css
<style>
span { border-color: #03D031; }
span { border-color: rgb(3,208,49); }
td.TdClassName
{
border-color: #03D031;
}
.TagClassName
{
border-color: #03D031;
}
</style>