Shades of Dark Pastel Green #01C344
Tints of Dark Pastel Green #01C344
RGB
CMYK
RGB Variations
Color information
#01C344 (or 0x01C344) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 44. RGB value is (1,195,68). Sum of RGB (Red+Green+Blue) = 1+195+68=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #01C344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C344 is #FE3CBB. Grayscale: #7A7A7A. Windows color (decimal): -16661692 or 4506369. OLE color: 4506369.
HSL color Cylindrical-coordinate representation of color #01C344: hue angle of 140.72º 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 #01C344 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 68 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.24 |
| HSL | 140.72º | 0.99% | 0.38% | - |
| HSV(B) | 140.72º | 0.99% | 0.76% | - |
| XYZ | 20.57 | 39.45 | 12 | - |
| YUV | 122.52 | 97.23 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 68 | 0.99 | 0 | 0.65 | 0.24 | 140.72 | 0.99 | 0.38 |
| Hex | 1 | C3 | 44 | 63 | 0 | 41 | 18 | 8D | 63 | 26 |
| Octal | 1 | 303 | 104 | 143 | 0 | 101 | 30 | 215 | 143 | 46 |
| Binary | 1 | 11000011 | 1000100 | 1100011 | 0 | 1000001 | 11000 | 10001101 | 1100011 | 100110 |
Color Harmonies of #01C344
Complementary color
Monochromatic Colors of #01C344
Black with #01C344
Text Example
Text Example
White with #01C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C344; }
p { color: rgb(1,195,68); }
H1.HeaderClassName
{
color: #01C344;
}
.AnyTagClassName
{
color: #01C344;
}
</style>
background-color css
<style>
a { background-color: #01C344; }
a { background-color: rgb(1,195,68); }
div.DivClassName
{
background-color: #01C344;
}
.BgClassName
{
background-color: #01C344;
}
</style>
border-color css
<style>
span { border-color: #01C344; }
span { border-color: rgb(1,195,68); }
td.TdClassName
{
border-color: #01C344;
}
.TagClassName
{
border-color: #01C344;
}
</style>