Shades of Dark Pastel Green #01C13B
Tints of Dark Pastel Green #01C13B
RGB
CMYK
RGB Variations
Color information
#01C13B (or 0x01C13B) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 3B. RGB value is (1,193,59). Sum of RGB (Red+Green+Blue) = 1+193+59=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #01C13B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C13B is #FE3EC4. Grayscale: #787878. Windows color (decimal): -16662213 or 3916033. OLE color: 3916033.
HSL color Cylindrical-coordinate representation of color #01C13B: hue angle of 138.12º 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 #01C13B is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 59 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.24 |
| HSL | 138.13º | 0.99% | 0.38% | - |
| HSV(B) | 138.13º | 0.99% | 0.76% | - |
| XYZ | 19.87 | 38.46 | 10.51 | - |
| YUV | 120.32 | 93.39 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 59 | 0.99 | 0 | 0.69 | 0.24 | 138.13 | 0.99 | 0.38 |
| Hex | 1 | C1 | 3B | 63 | 0 | 45 | 18 | 8A | 63 | 26 |
| Octal | 1 | 301 | 73 | 143 | 0 | 105 | 30 | 212 | 143 | 46 |
| Binary | 1 | 11000001 | 111011 | 1100011 | 0 | 1000101 | 11000 | 10001010 | 1100011 | 100110 |
Color Harmonies of #01C13B
Complementary color
Monochromatic Colors of #01C13B
Black with #01C13B
Text Example
Text Example
White with #01C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C13B; }
p { color: rgb(1,193,59); }
H1.HeaderClassName
{
color: #01C13B;
}
.AnyTagClassName
{
color: #01C13B;
}
</style>
background-color css
<style>
a { background-color: #01C13B; }
a { background-color: rgb(1,193,59); }
div.DivClassName
{
background-color: #01C13B;
}
.BgClassName
{
background-color: #01C13B;
}
</style>
border-color css
<style>
span { border-color: #01C13B; }
span { border-color: rgb(1,193,59); }
td.TdClassName
{
border-color: #01C13B;
}
.TagClassName
{
border-color: #01C13B;
}
</style>