Shades of Dark Pastel Green #01C039
Tints of Dark Pastel Green #01C039
RGB
CMYK
RGB Variations
Color information
#01C039 (or 0x01C039) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 39. RGB value is (1,192,57). Sum of RGB (Red+Green+Blue) = 1+192+57=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #01C039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C039 is #FE3FC6. Grayscale: #777777. Windows color (decimal): -16662471 or 3784705. OLE color: 3784705.
HSL color Cylindrical-coordinate representation of color #01C039: hue angle of 137.59º 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 #01C039 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 57 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.25 |
| HSL | 137.59º | 0.99% | 0.38% | - |
| HSV(B) | 137.59º | 0.99% | 0.75% | - |
| XYZ | 19.6 | 38 | 10.17 | - |
| YUV | 119.5 | 92.72 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 57 | 0.99 | 0 | 0.70 | 0.25 | 137.59 | 0.99 | 0.38 |
| Hex | 1 | C0 | 39 | 63 | 0 | 46 | 19 | 8A | 63 | 26 |
| Octal | 1 | 300 | 71 | 143 | 0 | 106 | 31 | 212 | 143 | 46 |
| Binary | 1 | 11000000 | 111001 | 1100011 | 0 | 1000110 | 11001 | 10001010 | 1100011 | 100110 |
Color Harmonies of #01C039
Complementary color
Monochromatic Colors of #01C039
Black with #01C039
Text Example
Text Example
White with #01C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C039; }
p { color: rgb(1,192,57); }
H1.HeaderClassName
{
color: #01C039;
}
.AnyTagClassName
{
color: #01C039;
}
</style>
background-color css
<style>
a { background-color: #01C039; }
a { background-color: rgb(1,192,57); }
div.DivClassName
{
background-color: #01C039;
}
.BgClassName
{
background-color: #01C039;
}
</style>
border-color css
<style>
span { border-color: #01C039; }
span { border-color: rgb(1,192,57); }
td.TdClassName
{
border-color: #01C039;
}
.TagClassName
{
border-color: #01C039;
}
</style>