Shades of Dark Pastel Green #01C321
Tints of Dark Pastel Green #01C321
RGB
CMYK
RGB Variations
Color information
#01C321 (or 0x01C321) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 21. RGB value is (1,195,33). Sum of RGB (Red+Green+Blue) = 1+195+33=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 195 (76.56% from 255 or 85.15% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 195 - color contains mainly: green. Hex color #01C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C321 is #FE3CDE. Grayscale: #767676. Windows color (decimal): -16661727 or 2212609. OLE color: 2212609.
HSL color Cylindrical-coordinate representation of color #01C321: hue angle of 129.9º 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 #01C321 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 33 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.24 |
| HSL | 129.9º | 0.99% | 0.38% | - |
| HSV(B) | 129.9º | 0.99% | 0.76% | - |
| XYZ | 19.8 | 39.15 | 7.95 | - |
| YUV | 118.53 | 79.73 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 33 | 0.99 | 0 | 0.83 | 0.24 | 129.9 | 0.99 | 0.38 |
| Hex | 1 | C3 | 21 | 63 | 0 | 53 | 18 | 82 | 63 | 26 |
| Octal | 1 | 303 | 41 | 143 | 0 | 123 | 30 | 202 | 143 | 46 |
| Binary | 1 | 11000011 | 100001 | 1100011 | 0 | 1010011 | 11000 | 10000010 | 1100011 | 100110 |
Color Harmonies of #01C321
Complementary color
Monochromatic Colors of #01C321
Black with #01C321
Text Example
Text Example
White with #01C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C321; }
p { color: rgb(1,195,33); }
H1.HeaderClassName
{
color: #01C321;
}
.AnyTagClassName
{
color: #01C321;
}
</style>
background-color css
<style>
a { background-color: #01C321; }
a { background-color: rgb(1,195,33); }
div.DivClassName
{
background-color: #01C321;
}
.BgClassName
{
background-color: #01C321;
}
</style>
border-color css
<style>
span { border-color: #01C321; }
span { border-color: rgb(1,195,33); }
td.TdClassName
{
border-color: #01C321;
}
.TagClassName
{
border-color: #01C321;
}
</style>