Shades of Dark Pastel Green #01C326
Tints of Dark Pastel Green #01C326
RGB
CMYK
RGB Variations
Color information
#01C326 (or 0x01C326) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 26. RGB value is (1,195,38). Sum of RGB (Red+Green+Blue) = 1+195+38=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #01C326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C326 is #FE3CD9. Grayscale: #777777. Windows color (decimal): -16661722 or 2540289. OLE color: 2540289.
HSL color Cylindrical-coordinate representation of color #01C326: hue angle of 131.44º 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 #01C326 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 38 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.24 |
| HSL | 131.44º | 0.99% | 0.38% | - |
| HSV(B) | 131.44º | 0.99% | 0.76% | - |
| XYZ | 19.88 | 39.18 | 8.35 | - |
| YUV | 119.1 | 82.23 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 38 | 0.99 | 0 | 0.81 | 0.24 | 131.44 | 0.99 | 0.38 |
| Hex | 1 | C3 | 26 | 63 | 0 | 51 | 18 | 83 | 63 | 26 |
| Octal | 1 | 303 | 46 | 143 | 0 | 121 | 30 | 203 | 143 | 46 |
| Binary | 1 | 11000011 | 100110 | 1100011 | 0 | 1010001 | 11000 | 10000011 | 1100011 | 100110 |
Color Harmonies of #01C326
Complementary color
Monochromatic Colors of #01C326
Black with #01C326
Text Example
Text Example
White with #01C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C326; }
p { color: rgb(1,195,38); }
H1.HeaderClassName
{
color: #01C326;
}
.AnyTagClassName
{
color: #01C326;
}
</style>
background-color css
<style>
a { background-color: #01C326; }
a { background-color: rgb(1,195,38); }
div.DivClassName
{
background-color: #01C326;
}
.BgClassName
{
background-color: #01C326;
}
</style>
border-color css
<style>
span { border-color: #01C326; }
span { border-color: rgb(1,195,38); }
td.TdClassName
{
border-color: #01C326;
}
.TagClassName
{
border-color: #01C326;
}
</style>