Shades of Dark Pastel Green #01C049
Tints of Dark Pastel Green #01C049
RGB
CMYK
RGB Variations
Color information
#01C049 (or 0x01C049) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 49. RGB value is (1,192,73). Sum of RGB (Red+Green+Blue) = 1+192+73=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #01C049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C049 is #FE3FB6. Grayscale: #797979. Windows color (decimal): -16662455 or 4833281. OLE color: 4833281.
HSL color Cylindrical-coordinate representation of color #01C049: hue angle of 142.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C049 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 73 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.25 |
| HSL | 142.62º | 0.99% | 0.38% | - |
| HSV(B) | 142.62º | 0.99% | 0.75% | - |
| XYZ | 20.06 | 38.19 | 12.62 | - |
| YUV | 121.33 | 100.72 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 73 | 0.99 | 0 | 0.62 | 0.25 | 142.62 | 0.99 | 0.38 |
| Hex | 1 | C0 | 49 | 63 | 0 | 3E | 19 | 8F | 63 | 26 |
| Octal | 1 | 300 | 111 | 143 | 0 | 76 | 31 | 217 | 143 | 46 |
| Binary | 1 | 11000000 | 1001001 | 1100011 | 0 | 111110 | 11001 | 10001111 | 1100011 | 100110 |
Color Harmonies of #01C049
Complementary color
Monochromatic Colors of #01C049
Black with #01C049
Text Example
Text Example
White with #01C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C049; }
p { color: rgb(1,192,73); }
H1.HeaderClassName
{
color: #01C049;
}
.AnyTagClassName
{
color: #01C049;
}
</style>
background-color css
<style>
a { background-color: #01C049; }
a { background-color: rgb(1,192,73); }
div.DivClassName
{
background-color: #01C049;
}
.BgClassName
{
background-color: #01C049;
}
</style>
border-color css
<style>
span { border-color: #01C049; }
span { border-color: rgb(1,192,73); }
td.TdClassName
{
border-color: #01C049;
}
.TagClassName
{
border-color: #01C049;
}
</style>