Shades of Dark Pastel Green #01C03F
Tints of Dark Pastel Green #01C03F
RGB
CMYK
RGB Variations
Color information
#01C03F (or 0x01C03F) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 3F. RGB value is (1,192,63). Sum of RGB (Red+Green+Blue) = 1+192+63=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #01C03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C03F is #FE3FC0. Grayscale: #787878. Windows color (decimal): -16662465 or 4177921. OLE color: 4177921.
HSL color Cylindrical-coordinate representation of color #01C03F: hue angle of 139.48º 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 #01C03F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 63 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.25 |
| HSL | 139.48º | 0.99% | 0.38% | - |
| HSV(B) | 139.48º | 0.99% | 0.75% | - |
| XYZ | 19.76 | 38.06 | 11.01 | - |
| YUV | 120.19 | 95.72 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 63 | 0.99 | 0 | 0.67 | 0.25 | 139.48 | 0.99 | 0.38 |
| Hex | 1 | C0 | 3F | 63 | 0 | 43 | 19 | 8B | 63 | 26 |
| Octal | 1 | 300 | 77 | 143 | 0 | 103 | 31 | 213 | 143 | 46 |
| Binary | 1 | 11000000 | 111111 | 1100011 | 0 | 1000011 | 11001 | 10001011 | 1100011 | 100110 |
Color Harmonies of #01C03F
Complementary color
Monochromatic Colors of #01C03F
Black with #01C03F
Text Example
Text Example
White with #01C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C03F; }
p { color: rgb(1,192,63); }
H1.HeaderClassName
{
color: #01C03F;
}
.AnyTagClassName
{
color: #01C03F;
}
</style>
background-color css
<style>
a { background-color: #01C03F; }
a { background-color: rgb(1,192,63); }
div.DivClassName
{
background-color: #01C03F;
}
.BgClassName
{
background-color: #01C03F;
}
</style>
border-color css
<style>
span { border-color: #01C03F; }
span { border-color: rgb(1,192,63); }
td.TdClassName
{
border-color: #01C03F;
}
.TagClassName
{
border-color: #01C03F;
}
</style>