Shades of Dark Pastel Green #03D13D
Tints of Dark Pastel Green #03D13D
RGB
CMYK
RGB Variations
Color information
#03D13D (or 0x03D13D) is known color: Dark Pastel Green. HEX triplet: 03, D1 and 3D. RGB value is (3,209,61). Sum of RGB (Red+Green+Blue) = 3+209+61=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #03D13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D13D is #FC2EC2. Grayscale: #828282. Windows color (decimal): -16527043 or 4051203. OLE color: 4051203.
HSL color Cylindrical-coordinate representation of color #03D13D: hue angle of 136.89º 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 #03D13D is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 61 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.18 |
| HSL | 136.89º | 0.97% | 0.42% | - |
| HSV(B) | 136.89º | 0.99% | 0.82% | - |
| XYZ | 23.68 | 45.96 | 12.04 | - |
| YUV | 130.53 | 88.75 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 61 | 0.99 | 0 | 0.71 | 0.18 | 136.89 | 0.97 | 0.42 |
| Hex | 3 | D1 | 3D | 63 | 0 | 47 | 12 | 89 | 61 | 2A |
| Octal | 3 | 321 | 75 | 143 | 0 | 107 | 22 | 211 | 141 | 52 |
| Binary | 11 | 11010001 | 111101 | 1100011 | 0 | 1000111 | 10010 | 10001001 | 1100001 | 101010 |
Color Harmonies of #03D13D
Complementary color
Monochromatic Colors of #03D13D
Black with #03D13D
Text Example
Text Example
White with #03D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D13D; }
p { color: rgb(3,209,61); }
H1.HeaderClassName
{
color: #03D13D;
}
.AnyTagClassName
{
color: #03D13D;
}
</style>
background-color css
<style>
a { background-color: #03D13D; }
a { background-color: rgb(3,209,61); }
div.DivClassName
{
background-color: #03D13D;
}
.BgClassName
{
background-color: #03D13D;
}
</style>
border-color css
<style>
span { border-color: #03D13D; }
span { border-color: rgb(3,209,61); }
td.TdClassName
{
border-color: #03D13D;
}
.TagClassName
{
border-color: #03D13D;
}
</style>