Shades of Dark Pastel Green #03D03A
Tints of Dark Pastel Green #03D03A
RGB
CMYK
RGB Variations
Color information
#03D03A (or 0x03D03A) is known color: Dark Pastel Green. HEX triplet: 03, D0 and 3A. RGB value is (3,208,58). Sum of RGB (Red+Green+Blue) = 3+208+58=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #03D03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D03A is #FC2FC5. Grayscale: #828282. Windows color (decimal): -16527302 or 3854339. OLE color: 3854339.
HSL color Cylindrical-coordinate representation of color #03D03A: hue angle of 136.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D03A is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 58 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.18 |
| HSL | 136.1º | 0.97% | 0.41% | - |
| HSV(B) | 136.1º | 0.99% | 0.82% | - |
| XYZ | 23.36 | 45.44 | 11.54 | - |
| YUV | 129.61 | 87.58 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 58 | 0.99 | 0 | 0.72 | 0.18 | 136.1 | 0.97 | 0.41 |
| Hex | 3 | D0 | 3A | 63 | 0 | 48 | 12 | 88 | 61 | 29 |
| Octal | 3 | 320 | 72 | 143 | 0 | 110 | 22 | 210 | 141 | 51 |
| Binary | 11 | 11010000 | 111010 | 1100011 | 0 | 1001000 | 10010 | 10001000 | 1100001 | 101001 |
Color Harmonies of #03D03A
Complementary color
Monochromatic Colors of #03D03A
Black with #03D03A
Text Example
Text Example
White with #03D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D03A; }
p { color: rgb(3,208,58); }
H1.HeaderClassName
{
color: #03D03A;
}
.AnyTagClassName
{
color: #03D03A;
}
</style>
background-color css
<style>
a { background-color: #03D03A; }
a { background-color: rgb(3,208,58); }
div.DivClassName
{
background-color: #03D03A;
}
.BgClassName
{
background-color: #03D03A;
}
</style>
border-color css
<style>
span { border-color: #03D03A; }
span { border-color: rgb(3,208,58); }
td.TdClassName
{
border-color: #03D03A;
}
.TagClassName
{
border-color: #03D03A;
}
</style>