Shades of Dark Pastel Green #01C32C
Tints of Dark Pastel Green #01C32C
RGB
CMYK
RGB Variations
Color information
#01C32C (or 0x01C32C) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 2C. RGB value is (1,195,44). Sum of RGB (Red+Green+Blue) = 1+195+44=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 195 (76.56% from 255 or 81.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 195 - color contains mainly: green. Hex color #01C32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C32C is #FE3CD3. Grayscale: #787878. Windows color (decimal): -16661716 or 2933505. OLE color: 2933505.
HSL color Cylindrical-coordinate representation of color #01C32C: hue angle of 133.3º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C32C is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 44 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.24 |
| HSL | 133.3º | 0.99% | 0.38% | - |
| HSV(B) | 133.3º | 0.99% | 0.76% | - |
| XYZ | 19.98 | 39.22 | 8.9 | - |
| YUV | 119.78 | 85.23 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 44 | 0.99 | 0 | 0.77 | 0.24 | 133.3 | 0.99 | 0.38 |
| Hex | 1 | C3 | 2C | 63 | 0 | 4D | 18 | 85 | 63 | 26 |
| Octal | 1 | 303 | 54 | 143 | 0 | 115 | 30 | 205 | 143 | 46 |
| Binary | 1 | 11000011 | 101100 | 1100011 | 0 | 1001101 | 11000 | 10000101 | 1100011 | 100110 |
Color Harmonies of #01C32C
Complementary color
Monochromatic Colors of #01C32C
Black with #01C32C
Text Example
Text Example
White with #01C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C32C; }
p { color: rgb(1,195,44); }
H1.HeaderClassName
{
color: #01C32C;
}
.AnyTagClassName
{
color: #01C32C;
}
</style>
background-color css
<style>
a { background-color: #01C32C; }
a { background-color: rgb(1,195,44); }
div.DivClassName
{
background-color: #01C32C;
}
.BgClassName
{
background-color: #01C32C;
}
</style>
border-color css
<style>
span { border-color: #01C32C; }
span { border-color: rgb(1,195,44); }
td.TdClassName
{
border-color: #01C32C;
}
.TagClassName
{
border-color: #01C32C;
}
</style>