Shades of Dark Pastel Green #01C032
Tints of Dark Pastel Green #01C032
RGB
CMYK
RGB Variations
Color information
#01C032 (or 0x01C032) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 32. RGB value is (1,192,50). Sum of RGB (Red+Green+Blue) = 1+192+50=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #01C032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C032 is #FE3FCD. Grayscale: #777777. Windows color (decimal): -16662478 or 3325953. OLE color: 3325953.
HSL color Cylindrical-coordinate representation of color #01C032: hue angle of 135.39º 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 #01C032 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 50 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.25 |
| HSL | 135.39º | 0.99% | 0.38% | - |
| HSV(B) | 135.39º | 0.99% | 0.75% | - |
| XYZ | 19.44 | 37.94 | 9.32 | - |
| YUV | 118.7 | 89.22 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 50 | 0.99 | 0 | 0.74 | 0.25 | 135.39 | 0.99 | 0.38 |
| Hex | 1 | C0 | 32 | 63 | 0 | 4A | 19 | 87 | 63 | 26 |
| Octal | 1 | 300 | 62 | 143 | 0 | 112 | 31 | 207 | 143 | 46 |
| Binary | 1 | 11000000 | 110010 | 1100011 | 0 | 1001010 | 11001 | 10000111 | 1100011 | 100110 |
Color Harmonies of #01C032
Complementary color
Monochromatic Colors of #01C032
Black with #01C032
Text Example
Text Example
White with #01C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C032; }
p { color: rgb(1,192,50); }
H1.HeaderClassName
{
color: #01C032;
}
.AnyTagClassName
{
color: #01C032;
}
</style>
background-color css
<style>
a { background-color: #01C032; }
a { background-color: rgb(1,192,50); }
div.DivClassName
{
background-color: #01C032;
}
.BgClassName
{
background-color: #01C032;
}
</style>
border-color css
<style>
span { border-color: #01C032; }
span { border-color: rgb(1,192,50); }
td.TdClassName
{
border-color: #01C032;
}
.TagClassName
{
border-color: #01C032;
}
</style>