Shades of Dark Pastel Green #01C31E
Tints of Dark Pastel Green #01C31E
RGB
CMYK
RGB Variations
Color information
#01C31E (or 0x01C31E) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 1E. RGB value is (1,195,30). Sum of RGB (Red+Green+Blue) = 1+195+30=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 195 (76.56% from 255 or 86.28% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 195 - color contains mainly: green. Hex color #01C31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C31E is #FE3CE1. Grayscale: #767676. Windows color (decimal): -16661730 or 2016001. OLE color: 2016001.
HSL color Cylindrical-coordinate representation of color #01C31E: hue angle of 128.97º 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 #01C31E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 30 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.24 |
| HSL | 128.97º | 0.99% | 0.38% | - |
| HSV(B) | 128.97º | 0.99% | 0.76% | - |
| XYZ | 19.76 | 39.13 | 7.74 | - |
| YUV | 118.18 | 78.23 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 30 | 0.99 | 0 | 0.85 | 0.24 | 128.97 | 0.99 | 0.38 |
| Hex | 1 | C3 | 1E | 63 | 0 | 55 | 18 | 81 | 63 | 26 |
| Octal | 1 | 303 | 36 | 143 | 0 | 125 | 30 | 201 | 143 | 46 |
| Binary | 1 | 11000011 | 11110 | 1100011 | 0 | 1010101 | 11000 | 10000001 | 1100011 | 100110 |
Color Harmonies of #01C31E
Complementary color
Monochromatic Colors of #01C31E
Black with #01C31E
Text Example
Text Example
White with #01C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C31E; }
p { color: rgb(1,195,30); }
H1.HeaderClassName
{
color: #01C31E;
}
.AnyTagClassName
{
color: #01C31E;
}
</style>
background-color css
<style>
a { background-color: #01C31E; }
a { background-color: rgb(1,195,30); }
div.DivClassName
{
background-color: #01C31E;
}
.BgClassName
{
background-color: #01C31E;
}
</style>
border-color css
<style>
span { border-color: #01C31E; }
span { border-color: rgb(1,195,30); }
td.TdClassName
{
border-color: #01C31E;
}
.TagClassName
{
border-color: #01C31E;
}
</style>