Shades of Dark Pastel Green #01C027
Tints of Dark Pastel Green #01C027
RGB
CMYK
RGB Variations
Color information
#01C027 (or 0x01C027) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 27. RGB value is (1,192,39). Sum of RGB (Red+Green+Blue) = 1+192+39=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #01C027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C027 is #FE3FD8. Grayscale: #757575. Windows color (decimal): -16662489 or 2605057. OLE color: 2605057.
HSL color Cylindrical-coordinate representation of color #01C027: hue angle of 131.94º 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 #01C027 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 39 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.25 |
| HSL | 131.94º | 0.99% | 0.38% | - |
| HSV(B) | 131.94º | 0.99% | 0.75% | - |
| XYZ | 19.23 | 37.85 | 8.21 | - |
| YUV | 117.45 | 83.72 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 39 | 0.99 | 0 | 0.80 | 0.25 | 131.94 | 0.99 | 0.38 |
| Hex | 1 | C0 | 27 | 63 | 0 | 50 | 19 | 84 | 63 | 26 |
| Octal | 1 | 300 | 47 | 143 | 0 | 120 | 31 | 204 | 143 | 46 |
| Binary | 1 | 11000000 | 100111 | 1100011 | 0 | 1010000 | 11001 | 10000100 | 1100011 | 100110 |
Color Harmonies of #01C027
Complementary color
Monochromatic Colors of #01C027
Black with #01C027
Text Example
Text Example
White with #01C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C027; }
p { color: rgb(1,192,39); }
H1.HeaderClassName
{
color: #01C027;
}
.AnyTagClassName
{
color: #01C027;
}
</style>
background-color css
<style>
a { background-color: #01C027; }
a { background-color: rgb(1,192,39); }
div.DivClassName
{
background-color: #01C027;
}
.BgClassName
{
background-color: #01C027;
}
</style>
border-color css
<style>
span { border-color: #01C027; }
span { border-color: rgb(1,192,39); }
td.TdClassName
{
border-color: #01C027;
}
.TagClassName
{
border-color: #01C027;
}
</style>