Shades of Dark Pastel Green #01C346
Tints of Dark Pastel Green #01C346
RGB
CMYK
RGB Variations
Color information
#01C346 (or 0x01C346) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 46. RGB value is (1,195,70). Sum of RGB (Red+Green+Blue) = 1+195+70=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #01C346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C346 is #FE3CB9. Grayscale: #7B7B7B. Windows color (decimal): -16661690 or 4637441. OLE color: 4637441.
HSL color Cylindrical-coordinate representation of color #01C346: hue angle of 141.34º 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 #01C346 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 70 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.24 |
| HSL | 141.34º | 0.99% | 0.38% | - |
| HSV(B) | 141.34º | 0.99% | 0.76% | - |
| XYZ | 20.63 | 39.48 | 12.33 | - |
| YUV | 122.74 | 98.23 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 70 | 0.99 | 0 | 0.64 | 0.24 | 141.34 | 0.99 | 0.38 |
| Hex | 1 | C3 | 46 | 63 | 0 | 40 | 18 | 8D | 63 | 26 |
| Octal | 1 | 303 | 106 | 143 | 0 | 100 | 30 | 215 | 143 | 46 |
| Binary | 1 | 11000011 | 1000110 | 1100011 | 0 | 1000000 | 11000 | 10001101 | 1100011 | 100110 |
Color Harmonies of #01C346
Complementary color
Monochromatic Colors of #01C346
Black with #01C346
Text Example
Text Example
White with #01C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C346; }
p { color: rgb(1,195,70); }
H1.HeaderClassName
{
color: #01C346;
}
.AnyTagClassName
{
color: #01C346;
}
</style>
background-color css
<style>
a { background-color: #01C346; }
a { background-color: rgb(1,195,70); }
div.DivClassName
{
background-color: #01C346;
}
.BgClassName
{
background-color: #01C346;
}
</style>
border-color css
<style>
span { border-color: #01C346; }
span { border-color: rgb(1,195,70); }
td.TdClassName
{
border-color: #01C346;
}
.TagClassName
{
border-color: #01C346;
}
</style>