Shades of Dark Pastel Green #03D52D
Tints of Dark Pastel Green #03D52D
RGB
CMYK
RGB Variations
Color information
#03D52D (or 0x03D52D) is known color: Dark Pastel Green. HEX triplet: 03, D5 and 2D. RGB value is (3,213,45). Sum of RGB (Red+Green+Blue) = 3+213+45=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 213 (83.59% from 255 or 81.61% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 213 - color contains mainly: green. Hex color #03D52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D52D is #FC2AD2. Grayscale: #838383. Windows color (decimal): -16526035 or 3003651. OLE color: 3003651.
HSL color Cylindrical-coordinate representation of color #03D52D: hue angle of 132º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D52D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 45 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.16 |
| HSL | 132º | 0.97% | 0.42% | - |
| HSV(B) | 132º | 0.99% | 0.84% | - |
| XYZ | 24.31 | 47.8 | 10.43 | - |
| YUV | 131.06 | 79.43 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 45 | 0.99 | 0 | 0.79 | 0.16 | 132 | 0.97 | 0.42 |
| Hex | 3 | D5 | 2D | 63 | 0 | 4F | 10 | 84 | 61 | 2A |
| Octal | 3 | 325 | 55 | 143 | 0 | 117 | 20 | 204 | 141 | 52 |
| Binary | 11 | 11010101 | 101101 | 1100011 | 0 | 1001111 | 10000 | 10000100 | 1100001 | 101010 |
Color Harmonies of #03D52D
Complementary color
Monochromatic Colors of #03D52D
Black with #03D52D
Text Example
Text Example
White with #03D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D52D; }
p { color: rgb(3,213,45); }
H1.HeaderClassName
{
color: #03D52D;
}
.AnyTagClassName
{
color: #03D52D;
}
</style>
background-color css
<style>
a { background-color: #03D52D; }
a { background-color: rgb(3,213,45); }
div.DivClassName
{
background-color: #03D52D;
}
.BgClassName
{
background-color: #03D52D;
}
</style>
border-color css
<style>
span { border-color: #03D52D; }
span { border-color: rgb(3,213,45); }
td.TdClassName
{
border-color: #03D52D;
}
.TagClassName
{
border-color: #03D52D;
}
</style>