Shades of Dark Pastel Green #01C019
Tints of Dark Pastel Green #01C019
RGB
CMYK
RGB Variations
Color information
#01C019 (or 0x01C019) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 19. RGB value is (1,192,25). Sum of RGB (Red+Green+Blue) = 1+192+25=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #01C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C019 is #FE3FE6. Grayscale: #747474. Windows color (decimal): -16662503 or 1687553. OLE color: 1687553.
HSL color Cylindrical-coordinate representation of color #01C019: hue angle of 127.54º 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 #01C019 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 25 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.25 |
| HSL | 127.54º | 0.99% | 0.38% | - |
| HSV(B) | 127.54º | 0.99% | 0.75% | - |
| XYZ | 19.04 | 37.78 | 7.21 | - |
| YUV | 115.85 | 76.72 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 25 | 0.99 | 0 | 0.87 | 0.25 | 127.54 | 0.99 | 0.38 |
| Hex | 1 | C0 | 19 | 63 | 0 | 57 | 19 | 80 | 63 | 26 |
| Octal | 1 | 300 | 31 | 143 | 0 | 127 | 31 | 200 | 143 | 46 |
| Binary | 1 | 11000000 | 11001 | 1100011 | 0 | 1010111 | 11001 | 10000000 | 1100011 | 100110 |
Color Harmonies of #01C019
Complementary color
Monochromatic Colors of #01C019
Black with #01C019
Text Example
Text Example
White with #01C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C019; }
p { color: rgb(1,192,25); }
H1.HeaderClassName
{
color: #01C019;
}
.AnyTagClassName
{
color: #01C019;
}
</style>
background-color css
<style>
a { background-color: #01C019; }
a { background-color: rgb(1,192,25); }
div.DivClassName
{
background-color: #01C019;
}
.BgClassName
{
background-color: #01C019;
}
</style>
border-color css
<style>
span { border-color: #01C019; }
span { border-color: rgb(1,192,25); }
td.TdClassName
{
border-color: #01C019;
}
.TagClassName
{
border-color: #01C019;
}
</style>