Shades of Dark Pastel Green #03D52F
Tints of Dark Pastel Green #03D52F
RGB
CMYK
RGB Variations
Color information
#03D52F (or 0x03D52F) is known color: Dark Pastel Green. HEX triplet: 03, D5 and 2F. RGB value is (3,213,47). Sum of RGB (Red+Green+Blue) = 3+213+47=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #03D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D52F is #FC2AD0. Grayscale: #838383. Windows color (decimal): -16526033 or 3134723. OLE color: 3134723.
HSL color Cylindrical-coordinate representation of color #03D52F: hue angle of 132.57º 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 #03D52F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 47 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.16 |
| HSL | 132.57º | 0.97% | 0.42% | - |
| HSV(B) | 132.57º | 0.99% | 0.84% | - |
| XYZ | 24.34 | 47.81 | 10.64 | - |
| YUV | 131.29 | 80.43 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 47 | 0.99 | 0 | 0.78 | 0.16 | 132.57 | 0.97 | 0.42 |
| Hex | 3 | D5 | 2F | 63 | 0 | 4E | 10 | 85 | 61 | 2A |
| Octal | 3 | 325 | 57 | 143 | 0 | 116 | 20 | 205 | 141 | 52 |
| Binary | 11 | 11010101 | 101111 | 1100011 | 0 | 1001110 | 10000 | 10000101 | 1100001 | 101010 |
Color Harmonies of #03D52F
Complementary color
Monochromatic Colors of #03D52F
Black with #03D52F
Text Example
Text Example
White with #03D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D52F; }
p { color: rgb(3,213,47); }
H1.HeaderClassName
{
color: #03D52F;
}
.AnyTagClassName
{
color: #03D52F;
}
</style>
background-color css
<style>
a { background-color: #03D52F; }
a { background-color: rgb(3,213,47); }
div.DivClassName
{
background-color: #03D52F;
}
.BgClassName
{
background-color: #03D52F;
}
</style>
border-color css
<style>
span { border-color: #03D52F; }
span { border-color: rgb(3,213,47); }
td.TdClassName
{
border-color: #03D52F;
}
.TagClassName
{
border-color: #03D52F;
}
</style>