Shades of Dark Pastel Green #01C03C
Tints of Dark Pastel Green #01C03C
RGB
CMYK
RGB Variations
Color information
#01C03C (or 0x01C03C) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 3C. RGB value is (1,192,60). Sum of RGB (Red+Green+Blue) = 1+192+60=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #01C03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C03C is #FE3FC3. Grayscale: #787878. Windows color (decimal): -16662468 or 3981313. OLE color: 3981313.
HSL color Cylindrical-coordinate representation of color #01C03C: hue angle of 138.53º 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 #01C03C is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 60 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.25 |
| HSL | 138.53º | 0.99% | 0.38% | - |
| HSV(B) | 138.53º | 0.99% | 0.75% | - |
| XYZ | 19.68 | 38.03 | 10.58 | - |
| YUV | 119.84 | 94.22 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 60 | 0.99 | 0 | 0.69 | 0.25 | 138.53 | 0.99 | 0.38 |
| Hex | 1 | C0 | 3C | 63 | 0 | 45 | 19 | 8B | 63 | 26 |
| Octal | 1 | 300 | 74 | 143 | 0 | 105 | 31 | 213 | 143 | 46 |
| Binary | 1 | 11000000 | 111100 | 1100011 | 0 | 1000101 | 11001 | 10001011 | 1100011 | 100110 |
Color Harmonies of #01C03C
Complementary color
Monochromatic Colors of #01C03C
Black with #01C03C
Text Example
Text Example
White with #01C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C03C; }
p { color: rgb(1,192,60); }
H1.HeaderClassName
{
color: #01C03C;
}
.AnyTagClassName
{
color: #01C03C;
}
</style>
background-color css
<style>
a { background-color: #01C03C; }
a { background-color: rgb(1,192,60); }
div.DivClassName
{
background-color: #01C03C;
}
.BgClassName
{
background-color: #01C03C;
}
</style>
border-color css
<style>
span { border-color: #01C03C; }
span { border-color: rgb(1,192,60); }
td.TdClassName
{
border-color: #01C03C;
}
.TagClassName
{
border-color: #01C03C;
}
</style>