Shades of Dark Pastel Green #01C041
Tints of Dark Pastel Green #01C041
RGB
CMYK
RGB Variations
Color information
#01C041 (or 0x01C041) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 41. RGB value is (1,192,65). Sum of RGB (Red+Green+Blue) = 1+192+65=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #01C041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C041 is #FE3FBE. Grayscale: #787878. Windows color (decimal): -16662463 or 4308993. OLE color: 4308993.
HSL color Cylindrical-coordinate representation of color #01C041: hue angle of 140.1º 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 #01C041 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 65 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.25 |
| HSL | 140.1º | 0.99% | 0.38% | - |
| HSV(B) | 140.1º | 0.99% | 0.75% | - |
| XYZ | 19.82 | 38.09 | 11.31 | - |
| YUV | 120.41 | 96.72 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 65 | 0.99 | 0 | 0.66 | 0.25 | 140.1 | 0.99 | 0.38 |
| Hex | 1 | C0 | 41 | 63 | 0 | 42 | 19 | 8C | 63 | 26 |
| Octal | 1 | 300 | 101 | 143 | 0 | 102 | 31 | 214 | 143 | 46 |
| Binary | 1 | 11000000 | 1000001 | 1100011 | 0 | 1000010 | 11001 | 10001100 | 1100011 | 100110 |
Color Harmonies of #01C041
Complementary color
Monochromatic Colors of #01C041
Black with #01C041
Text Example
Text Example
White with #01C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C041; }
p { color: rgb(1,192,65); }
H1.HeaderClassName
{
color: #01C041;
}
.AnyTagClassName
{
color: #01C041;
}
</style>
background-color css
<style>
a { background-color: #01C041; }
a { background-color: rgb(1,192,65); }
div.DivClassName
{
background-color: #01C041;
}
.BgClassName
{
background-color: #01C041;
}
</style>
border-color css
<style>
span { border-color: #01C041; }
span { border-color: rgb(1,192,65); }
td.TdClassName
{
border-color: #01C041;
}
.TagClassName
{
border-color: #01C041;
}
</style>