Shades of Dark Pastel Green #03D725
Tints of Dark Pastel Green #03D725
RGB
CMYK
RGB Variations
Color information
#03D725 (or 0x03D725) is known color: Dark Pastel Green. HEX triplet: 03, D7 and 25. RGB value is (3,215,37). Sum of RGB (Red+Green+Blue) = 3+215+37=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #03D725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D725 is #FC28DA. Grayscale: #838383. Windows color (decimal): -16525531 or 2479875. OLE color: 2479875.
HSL color Cylindrical-coordinate representation of color #03D725: hue angle of 129.62º 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 #03D725 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 37 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.16 |
| HSL | 129.62º | 0.97% | 0.43% | - |
| HSV(B) | 129.62º | 0.99% | 0.84% | - |
| XYZ | 24.67 | 48.75 | 9.86 | - |
| YUV | 131.32 | 74.76 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 37 | 0.99 | 0 | 0.83 | 0.16 | 129.62 | 0.97 | 0.43 |
| Hex | 3 | D7 | 25 | 63 | 0 | 53 | 10 | 82 | 61 | 2B |
| Octal | 3 | 327 | 45 | 143 | 0 | 123 | 20 | 202 | 141 | 53 |
| Binary | 11 | 11010111 | 100101 | 1100011 | 0 | 1010011 | 10000 | 10000010 | 1100001 | 101011 |
Color Harmonies of #03D725
Complementary color
Monochromatic Colors of #03D725
Black with #03D725
Text Example
Text Example
White with #03D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D725; }
p { color: rgb(3,215,37); }
H1.HeaderClassName
{
color: #03D725;
}
.AnyTagClassName
{
color: #03D725;
}
</style>
background-color css
<style>
a { background-color: #03D725; }
a { background-color: rgb(3,215,37); }
div.DivClassName
{
background-color: #03D725;
}
.BgClassName
{
background-color: #03D725;
}
</style>
border-color css
<style>
span { border-color: #03D725; }
span { border-color: rgb(3,215,37); }
td.TdClassName
{
border-color: #03D725;
}
.TagClassName
{
border-color: #03D725;
}
</style>