Shades of Dark Pastel Green #03C945
Tints of Dark Pastel Green #03C945
RGB
CMYK
RGB Variations
Color information
#03C945 (or 0x03C945) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 45. RGB value is (3,201,69). Sum of RGB (Red+Green+Blue) = 3+201+69=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #03C945 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C945 is #FC36BA. Grayscale: #7F7F7F. Windows color (decimal): -16529083 or 4573443. OLE color: 4573443.
HSL color Cylindrical-coordinate representation of color #03C945: hue angle of 140º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C945 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 69 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.21 |
| HSL | 140º | 0.97% | 0.4% | - |
| HSV(B) | 140º | 0.99% | 0.79% | - |
| XYZ | 22 | 42.22 | 12.62 | - |
| YUV | 126.75 | 95.4 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 69 | 0.99 | 0 | 0.66 | 0.21 | 140 | 0.97 | 0.4 |
| Hex | 3 | C9 | 45 | 63 | 0 | 42 | 15 | 8C | 61 | 28 |
| Octal | 3 | 311 | 105 | 143 | 0 | 102 | 25 | 214 | 141 | 50 |
| Binary | 11 | 11001001 | 1000101 | 1100011 | 0 | 1000010 | 10101 | 10001100 | 1100001 | 101000 |
Color Harmonies of #03C945
Complementary color
Monochromatic Colors of #03C945
Black with #03C945
Text Example
Text Example
White with #03C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C945; }
p { color: rgb(3,201,69); }
H1.HeaderClassName
{
color: #03C945;
}
.AnyTagClassName
{
color: #03C945;
}
</style>
background-color css
<style>
a { background-color: #03C945; }
a { background-color: rgb(3,201,69); }
div.DivClassName
{
background-color: #03C945;
}
.BgClassName
{
background-color: #03C945;
}
</style>
border-color css
<style>
span { border-color: #03C945; }
span { border-color: rgb(3,201,69); }
td.TdClassName
{
border-color: #03C945;
}
.TagClassName
{
border-color: #03C945;
}
</style>