Shades of Dark Pastel Green #03D240
Tints of Dark Pastel Green #03D240
RGB
CMYK
RGB Variations
Color information
#03D240 (or 0x03D240) is known color: Dark Pastel Green. HEX triplet: 03, D2 and 40. RGB value is (3,210,64). Sum of RGB (Red+Green+Blue) = 3+210+64=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #03D240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D240 is #FC2DBF. Grayscale: #838383. Windows color (decimal): -16526784 or 4248067. OLE color: 4248067.
HSL color Cylindrical-coordinate representation of color #03D240: hue angle of 137.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D240 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 64 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.18 |
| HSL | 137.68º | 0.97% | 0.42% | - |
| HSV(B) | 137.68º | 0.99% | 0.82% | - |
| XYZ | 24.01 | 46.48 | 12.56 | - |
| YUV | 131.46 | 89.92 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 64 | 0.99 | 0 | 0.70 | 0.18 | 137.68 | 0.97 | 0.42 |
| Hex | 3 | D2 | 40 | 63 | 0 | 46 | 12 | 8A | 61 | 2A |
| Octal | 3 | 322 | 100 | 143 | 0 | 106 | 22 | 212 | 141 | 52 |
| Binary | 11 | 11010010 | 1000000 | 1100011 | 0 | 1000110 | 10010 | 10001010 | 1100001 | 101010 |
Color Harmonies of #03D240
Complementary color
Monochromatic Colors of #03D240
Black with #03D240
Text Example
Text Example
White with #03D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D240; }
p { color: rgb(3,210,64); }
H1.HeaderClassName
{
color: #03D240;
}
.AnyTagClassName
{
color: #03D240;
}
</style>
background-color css
<style>
a { background-color: #03D240; }
a { background-color: rgb(3,210,64); }
div.DivClassName
{
background-color: #03D240;
}
.BgClassName
{
background-color: #03D240;
}
</style>
border-color css
<style>
span { border-color: #03D240; }
span { border-color: rgb(3,210,64); }
td.TdClassName
{
border-color: #03D240;
}
.TagClassName
{
border-color: #03D240;
}
</style>