Shades of Dark Pastel Green #03C117
Tints of Dark Pastel Green #03C117
RGB
CMYK
RGB Variations
Color information
#03C117 (or 0x03C117) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 17. RGB value is (3,193,23). Sum of RGB (Red+Green+Blue) = 3+193+23=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 193 (75.78% from 255 or 88.13% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 193 - color contains mainly: green. Hex color #03C117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C117 is #FC3EE8. Grayscale: #757575. Windows color (decimal): -16531177 or 1556739. OLE color: 1556739.
HSL color Cylindrical-coordinate representation of color #03C117: hue angle of 126.32º 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 #03C117 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 23 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.24 |
| HSL | 126.32º | 0.97% | 0.38% | - |
| HSV(B) | 126.32º | 0.98% | 0.76% | - |
| XYZ | 19.26 | 38.22 | 7.17 | - |
| YUV | 116.81 | 75.05 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 23 | 0.98 | 0 | 0.88 | 0.24 | 126.32 | 0.97 | 0.38 |
| Hex | 3 | C1 | 17 | 62 | 0 | 58 | 18 | 7E | 61 | 26 |
| Octal | 3 | 301 | 27 | 142 | 0 | 130 | 30 | 176 | 141 | 46 |
| Binary | 11 | 11000001 | 10111 | 1100010 | 0 | 1011000 | 11000 | 1111110 | 1100001 | 100110 |
Color Harmonies of #03C117
Complementary color
Monochromatic Colors of #03C117
Black with #03C117
Text Example
Text Example
White with #03C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C117; }
p { color: rgb(3,193,23); }
H1.HeaderClassName
{
color: #03C117;
}
.AnyTagClassName
{
color: #03C117;
}
</style>
background-color css
<style>
a { background-color: #03C117; }
a { background-color: rgb(3,193,23); }
div.DivClassName
{
background-color: #03C117;
}
.BgClassName
{
background-color: #03C117;
}
</style>
border-color css
<style>
span { border-color: #03C117; }
span { border-color: rgb(3,193,23); }
td.TdClassName
{
border-color: #03C117;
}
.TagClassName
{
border-color: #03C117;
}
</style>