Shades of Dark Pastel Green #03C127
Tints of Dark Pastel Green #03C127
RGB
CMYK
RGB Variations
Color information
#03C127 (or 0x03C127) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 27. RGB value is (3,193,39). Sum of RGB (Red+Green+Blue) = 3+193+39=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #03C127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C127 is #FC3ED8. Grayscale: #777777. Windows color (decimal): -16531161 or 2605315. OLE color: 2605315.
HSL color Cylindrical-coordinate representation of color #03C127: hue angle of 131.37º 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 #03C127 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 39 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.24 |
| HSL | 131.37º | 0.97% | 0.38% | - |
| HSV(B) | 131.37º | 0.98% | 0.76% | - |
| XYZ | 19.47 | 38.31 | 8.29 | - |
| YUV | 118.63 | 83.05 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 39 | 0.98 | 0 | 0.80 | 0.24 | 131.37 | 0.97 | 0.38 |
| Hex | 3 | C1 | 27 | 62 | 0 | 50 | 18 | 83 | 61 | 26 |
| Octal | 3 | 301 | 47 | 142 | 0 | 120 | 30 | 203 | 141 | 46 |
| Binary | 11 | 11000001 | 100111 | 1100010 | 0 | 1010000 | 11000 | 10000011 | 1100001 | 100110 |
Color Harmonies of #03C127
Complementary color
Monochromatic Colors of #03C127
Black with #03C127
Text Example
Text Example
White with #03C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C127; }
p { color: rgb(3,193,39); }
H1.HeaderClassName
{
color: #03C127;
}
.AnyTagClassName
{
color: #03C127;
}
</style>
background-color css
<style>
a { background-color: #03C127; }
a { background-color: rgb(3,193,39); }
div.DivClassName
{
background-color: #03C127;
}
.BgClassName
{
background-color: #03C127;
}
</style>
border-color css
<style>
span { border-color: #03C127; }
span { border-color: rgb(3,193,39); }
td.TdClassName
{
border-color: #03C127;
}
.TagClassName
{
border-color: #03C127;
}
</style>