Shades of Dark Pastel Green #01C128
Tints of Dark Pastel Green #01C128
RGB
CMYK
RGB Variations
Color information
#01C128 (or 0x01C128) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 28. RGB value is (1,193,40). Sum of RGB (Red+Green+Blue) = 1+193+40=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #01C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C128 is #FE3ED7. Grayscale: #767676. Windows color (decimal): -16662232 or 2670849. OLE color: 2670849.
HSL color Cylindrical-coordinate representation of color #01C128: hue angle of 132.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C128 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 40 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.24 |
| HSL | 132.19º | 0.99% | 0.38% | - |
| HSV(B) | 132.19º | 0.99% | 0.76% | - |
| XYZ | 19.47 | 38.3 | 8.37 | - |
| YUV | 118.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 40 | 0.99 | 0 | 0.79 | 0.24 | 132.19 | 0.99 | 0.38 |
| Hex | 1 | C1 | 28 | 63 | 0 | 4F | 18 | 84 | 63 | 26 |
| Octal | 1 | 301 | 50 | 143 | 0 | 117 | 30 | 204 | 143 | 46 |
| Binary | 1 | 11000001 | 101000 | 1100011 | 0 | 1001111 | 11000 | 10000100 | 1100011 | 100110 |
Color Harmonies of #01C128
Complementary color
Monochromatic Colors of #01C128
Black with #01C128
Text Example
Text Example
White with #01C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C128; }
p { color: rgb(1,193,40); }
H1.HeaderClassName
{
color: #01C128;
}
.AnyTagClassName
{
color: #01C128;
}
</style>
background-color css
<style>
a { background-color: #01C128; }
a { background-color: rgb(1,193,40); }
div.DivClassName
{
background-color: #01C128;
}
.BgClassName
{
background-color: #01C128;
}
</style>
border-color css
<style>
span { border-color: #01C128; }
span { border-color: rgb(1,193,40); }
td.TdClassName
{
border-color: #01C128;
}
.TagClassName
{
border-color: #01C128;
}
</style>