Shades of Dark Pastel Green #01C02C
Tints of Dark Pastel Green #01C02C
RGB
CMYK
RGB Variations
Color information
#01C02C (or 0x01C02C) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 2C. RGB value is (1,192,44). Sum of RGB (Red+Green+Blue) = 1+192+44=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #01C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C02C is #FE3FD3. Grayscale: #767676. Windows color (decimal): -16662484 or 2932737. OLE color: 2932737.
HSL color Cylindrical-coordinate representation of color #01C02C: hue angle of 133.51º 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 #01C02C is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 44 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.25 |
| HSL | 133.51º | 0.99% | 0.38% | - |
| HSV(B) | 133.51º | 0.99% | 0.75% | - |
| XYZ | 19.32 | 37.89 | 8.68 | - |
| YUV | 118.02 | 86.22 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 44 | 0.99 | 0 | 0.77 | 0.25 | 133.51 | 0.99 | 0.38 |
| Hex | 1 | C0 | 2C | 63 | 0 | 4D | 19 | 86 | 63 | 26 |
| Octal | 1 | 300 | 54 | 143 | 0 | 115 | 31 | 206 | 143 | 46 |
| Binary | 1 | 11000000 | 101100 | 1100011 | 0 | 1001101 | 11001 | 10000110 | 1100011 | 100110 |
Color Harmonies of #01C02C
Complementary color
Monochromatic Colors of #01C02C
Black with #01C02C
Text Example
Text Example
White with #01C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C02C; }
p { color: rgb(1,192,44); }
H1.HeaderClassName
{
color: #01C02C;
}
.AnyTagClassName
{
color: #01C02C;
}
</style>
background-color css
<style>
a { background-color: #01C02C; }
a { background-color: rgb(1,192,44); }
div.DivClassName
{
background-color: #01C02C;
}
.BgClassName
{
background-color: #01C02C;
}
</style>
border-color css
<style>
span { border-color: #01C02C; }
span { border-color: rgb(1,192,44); }
td.TdClassName
{
border-color: #01C02C;
}
.TagClassName
{
border-color: #01C02C;
}
</style>