Shades of Dark Pastel Green #03C149
Tints of Dark Pastel Green #03C149
RGB
CMYK
RGB Variations
Color information
#03C149 (or 0x03C149) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 49. RGB value is (3,193,73). Sum of RGB (Red+Green+Blue) = 3+193+73=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #03C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C149 is #FC3EB6. Grayscale: #7A7A7A. Windows color (decimal): -16531127 or 4833539. OLE color: 4833539.
HSL color Cylindrical-coordinate representation of color #03C149: hue angle of 142.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C149 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 73 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.24 |
| HSL | 142.11º | 0.97% | 0.38% | - |
| HSV(B) | 142.11º | 0.98% | 0.76% | - |
| XYZ | 20.31 | 38.64 | 12.69 | - |
| YUV | 122.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 73 | 0.98 | 0 | 0.62 | 0.24 | 142.11 | 0.97 | 0.38 |
| Hex | 3 | C1 | 49 | 62 | 0 | 3E | 18 | 8E | 61 | 26 |
| Octal | 3 | 301 | 111 | 142 | 0 | 76 | 30 | 216 | 141 | 46 |
| Binary | 11 | 11000001 | 1001001 | 1100010 | 0 | 111110 | 11000 | 10001110 | 1100001 | 100110 |
Color Harmonies of #03C149
Complementary color
Monochromatic Colors of #03C149
Black with #03C149
Text Example
Text Example
White with #03C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C149; }
p { color: rgb(3,193,73); }
H1.HeaderClassName
{
color: #03C149;
}
.AnyTagClassName
{
color: #03C149;
}
</style>
background-color css
<style>
a { background-color: #03C149; }
a { background-color: rgb(3,193,73); }
div.DivClassName
{
background-color: #03C149;
}
.BgClassName
{
background-color: #03C149;
}
</style>
border-color css
<style>
span { border-color: #03C149; }
span { border-color: rgb(3,193,73); }
td.TdClassName
{
border-color: #03C149;
}
.TagClassName
{
border-color: #03C149;
}
</style>