Shades of Dark Pastel Green #03D938
Tints of Dark Pastel Green #03D938
RGB
CMYK
RGB Variations
Color information
#03D938 (or 0x03D938) is known color: Dark Pastel Green. HEX triplet: 03, D9 and 38. RGB value is (3,217,56). Sum of RGB (Red+Green+Blue) = 3+217+56=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #03D938 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D938 is #FC26C7. Grayscale: #878787. Windows color (decimal): -16525000 or 3725571. OLE color: 3725571.
HSL color Cylindrical-coordinate representation of color #03D938: hue angle of 134.86º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D938 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 56 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.15 |
| HSL | 134.86º | 0.97% | 0.43% | - |
| HSV(B) | 134.86º | 0.99% | 0.85% | - |
| XYZ | 25.56 | 49.93 | 12.03 | - |
| YUV | 134.66 | 83.6 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 56 | 0.99 | 0 | 0.74 | 0.15 | 134.86 | 0.97 | 0.43 |
| Hex | 3 | D9 | 38 | 63 | 0 | 4A | F | 87 | 61 | 2B |
| Octal | 3 | 331 | 70 | 143 | 0 | 112 | 17 | 207 | 141 | 53 |
| Binary | 11 | 11011001 | 111000 | 1100011 | 0 | 1001010 | 1111 | 10000111 | 1100001 | 101011 |
Color Harmonies of #03D938
Complementary color
Monochromatic Colors of #03D938
Black with #03D938
Text Example
Text Example
White with #03D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D938; }
p { color: rgb(3,217,56); }
H1.HeaderClassName
{
color: #03D938;
}
.AnyTagClassName
{
color: #03D938;
}
</style>
background-color css
<style>
a { background-color: #03D938; }
a { background-color: rgb(3,217,56); }
div.DivClassName
{
background-color: #03D938;
}
.BgClassName
{
background-color: #03D938;
}
</style>
border-color css
<style>
span { border-color: #03D938; }
span { border-color: rgb(3,217,56); }
td.TdClassName
{
border-color: #03D938;
}
.TagClassName
{
border-color: #03D938;
}
</style>