Shades of Dark Pastel Green #03D340
Tints of Dark Pastel Green #03D340
RGB
CMYK
RGB Variations
Color information
#03D340 (or 0x03D340) is known color: Dark Pastel Green. HEX triplet: 03, D3 and 40. RGB value is (3,211,64). Sum of RGB (Red+Green+Blue) = 3+211+64=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 211 (82.81% from 255 or 75.90% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 211 - color contains mainly: green. Hex color #03D340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D340 is #FC2CBF. Grayscale: #848484. Windows color (decimal): -16526528 or 4248323. OLE color: 4248323.
HSL color Cylindrical-coordinate representation of color #03D340: hue angle of 137.6º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D340 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 64 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.17 |
| HSL | 137.6º | 0.97% | 0.42% | - |
| HSV(B) | 137.6º | 0.99% | 0.83% | - |
| XYZ | 24.26 | 46.98 | 12.64 | - |
| YUV | 132.05 | 89.59 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 64 | 0.99 | 0 | 0.70 | 0.17 | 137.6 | 0.97 | 0.42 |
| Hex | 3 | D3 | 40 | 63 | 0 | 46 | 11 | 8A | 61 | 2A |
| Octal | 3 | 323 | 100 | 143 | 0 | 106 | 21 | 212 | 141 | 52 |
| Binary | 11 | 11010011 | 1000000 | 1100011 | 0 | 1000110 | 10001 | 10001010 | 1100001 | 101010 |
Color Harmonies of #03D340
Complementary color
Monochromatic Colors of #03D340
Black with #03D340
Text Example
Text Example
White with #03D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D340; }
p { color: rgb(3,211,64); }
H1.HeaderClassName
{
color: #03D340;
}
.AnyTagClassName
{
color: #03D340;
}
</style>
background-color css
<style>
a { background-color: #03D340; }
a { background-color: rgb(3,211,64); }
div.DivClassName
{
background-color: #03D340;
}
.BgClassName
{
background-color: #03D340;
}
</style>
border-color css
<style>
span { border-color: #03D340; }
span { border-color: rgb(3,211,64); }
td.TdClassName
{
border-color: #03D340;
}
.TagClassName
{
border-color: #03D340;
}
</style>