Shades of Dark Pastel Green #03C545
Tints of Dark Pastel Green #03C545
RGB
CMYK
RGB Variations
Color information
#03C545 (or 0x03C545) is known color: Dark Pastel Green. HEX triplet: 03, C5 and 45. RGB value is (3,197,69). Sum of RGB (Red+Green+Blue) = 3+197+69=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #03C545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C545 is #FC3ABA. Grayscale: #7C7C7C. Windows color (decimal): -16530107 or 4572419. OLE color: 4572419.
HSL color Cylindrical-coordinate representation of color #03C545: hue angle of 140.41º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C545 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 69 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.23 |
| HSL | 140.41º | 0.97% | 0.39% | - |
| HSV(B) | 140.41º | 0.98% | 0.77% | - |
| XYZ | 21.08 | 40.38 | 12.31 | - |
| YUV | 124.4 | 96.73 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 69 | 0.98 | 0 | 0.65 | 0.23 | 140.41 | 0.97 | 0.39 |
| Hex | 3 | C5 | 45 | 62 | 0 | 41 | 17 | 8C | 61 | 27 |
| Octal | 3 | 305 | 105 | 142 | 0 | 101 | 27 | 214 | 141 | 47 |
| Binary | 11 | 11000101 | 1000101 | 1100010 | 0 | 1000001 | 10111 | 10001100 | 1100001 | 100111 |
Color Harmonies of #03C545
Complementary color
Monochromatic Colors of #03C545
Black with #03C545
Text Example
Text Example
White with #03C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C545; }
p { color: rgb(3,197,69); }
H1.HeaderClassName
{
color: #03C545;
}
.AnyTagClassName
{
color: #03C545;
}
</style>
background-color css
<style>
a { background-color: #03C545; }
a { background-color: rgb(3,197,69); }
div.DivClassName
{
background-color: #03C545;
}
.BgClassName
{
background-color: #03C545;
}
</style>
border-color css
<style>
span { border-color: #03C545; }
span { border-color: rgb(3,197,69); }
td.TdClassName
{
border-color: #03C545;
}
.TagClassName
{
border-color: #03C545;
}
</style>