Shades of Dark Pastel Green #03C628
Tints of Dark Pastel Green #03C628
RGB
CMYK
RGB Variations
Color information
#03C628 (or 0x03C628) is known color: Dark Pastel Green. HEX triplet: 03, C6 and 28. RGB value is (3,198,40). Sum of RGB (Red+Green+Blue) = 3+198+40=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #03C628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C628 is #FC39D7. Grayscale: #7A7A7A. Windows color (decimal): -16529880 or 2672131. OLE color: 2672131.
HSL color Cylindrical-coordinate representation of color #03C628: hue angle of 131.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C628 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 40 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.22 |
| HSL | 131.38º | 0.97% | 0.39% | - |
| HSV(B) | 131.38º | 0.98% | 0.78% | - |
| XYZ | 20.61 | 40.56 | 8.75 | - |
| YUV | 121.68 | 81.9 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 40 | 0.98 | 0 | 0.80 | 0.22 | 131.38 | 0.97 | 0.39 |
| Hex | 3 | C6 | 28 | 62 | 0 | 50 | 16 | 83 | 61 | 27 |
| Octal | 3 | 306 | 50 | 142 | 0 | 120 | 26 | 203 | 141 | 47 |
| Binary | 11 | 11000110 | 101000 | 1100010 | 0 | 1010000 | 10110 | 10000011 | 1100001 | 100111 |
Color Harmonies of #03C628
Complementary color
Monochromatic Colors of #03C628
Black with #03C628
Text Example
Text Example
White with #03C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C628; }
p { color: rgb(3,198,40); }
H1.HeaderClassName
{
color: #03C628;
}
.AnyTagClassName
{
color: #03C628;
}
</style>
background-color css
<style>
a { background-color: #03C628; }
a { background-color: rgb(3,198,40); }
div.DivClassName
{
background-color: #03C628;
}
.BgClassName
{
background-color: #03C628;
}
</style>
border-color css
<style>
span { border-color: #03C628; }
span { border-color: rgb(3,198,40); }
td.TdClassName
{
border-color: #03C628;
}
.TagClassName
{
border-color: #03C628;
}
</style>