Shades of Dark Pastel Green #01C315
Tints of Dark Pastel Green #01C315
RGB
CMYK
RGB Variations
Color information
#01C315 (or 0x01C315) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 15. RGB value is (1,195,21). Sum of RGB (Red+Green+Blue) = 1+195+21=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 195 (76.56% from 255 or 89.86% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 195 - color contains mainly: green. Hex color #01C315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C315 is #FE3CEA. Grayscale: #757575. Windows color (decimal): -16661739 or 1426177. OLE color: 1426177.
HSL color Cylindrical-coordinate representation of color #01C315: hue angle of 126.19º 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 #01C315 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 21 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.24 |
| HSL | 126.19º | 0.99% | 0.38% | - |
| HSV(B) | 126.19º | 0.99% | 0.76% | - |
| XYZ | 19.66 | 39.09 | 7.22 | - |
| YUV | 117.16 | 73.73 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 21 | 0.99 | 0 | 0.89 | 0.24 | 126.19 | 0.99 | 0.38 |
| Hex | 1 | C3 | 15 | 63 | 0 | 59 | 18 | 7E | 63 | 26 |
| Octal | 1 | 303 | 25 | 143 | 0 | 131 | 30 | 176 | 143 | 46 |
| Binary | 1 | 11000011 | 10101 | 1100011 | 0 | 1011001 | 11000 | 1111110 | 1100011 | 100110 |
Color Harmonies of #01C315
Complementary color
Monochromatic Colors of #01C315
Black with #01C315
Text Example
Text Example
White with #01C315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C315; }
p { color: rgb(1,195,21); }
H1.HeaderClassName
{
color: #01C315;
}
.AnyTagClassName
{
color: #01C315;
}
</style>
background-color css
<style>
a { background-color: #01C315; }
a { background-color: rgb(1,195,21); }
div.DivClassName
{
background-color: #01C315;
}
.BgClassName
{
background-color: #01C315;
}
</style>
border-color css
<style>
span { border-color: #01C315; }
span { border-color: rgb(1,195,21); }
td.TdClassName
{
border-color: #01C315;
}
.TagClassName
{
border-color: #01C315;
}
</style>