Shades of Dark Pastel Green #01C135
Tints of Dark Pastel Green #01C135
RGB
CMYK
RGB Variations
Color information
#01C135 (or 0x01C135) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 35. RGB value is (1,193,53). Sum of RGB (Red+Green+Blue) = 1+193+53=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #01C135 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C135 is #FE3ECA. Grayscale: #777777. Windows color (decimal): -16662219 or 3522817. OLE color: 3522817.
HSL color Cylindrical-coordinate representation of color #01C135: hue angle of 136.25º 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 #01C135 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 53 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.24 |
| HSL | 136.25º | 0.99% | 0.38% | - |
| HSV(B) | 136.25º | 0.99% | 0.76% | - |
| XYZ | 19.73 | 38.4 | 9.74 | - |
| YUV | 119.63 | 90.39 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 53 | 0.99 | 0 | 0.73 | 0.24 | 136.25 | 0.99 | 0.38 |
| Hex | 1 | C1 | 35 | 63 | 0 | 49 | 18 | 88 | 63 | 26 |
| Octal | 1 | 301 | 65 | 143 | 0 | 111 | 30 | 210 | 143 | 46 |
| Binary | 1 | 11000001 | 110101 | 1100011 | 0 | 1001001 | 11000 | 10001000 | 1100011 | 100110 |
Color Harmonies of #01C135
Complementary color
Monochromatic Colors of #01C135
Black with #01C135
Text Example
Text Example
White with #01C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C135; }
p { color: rgb(1,193,53); }
H1.HeaderClassName
{
color: #01C135;
}
.AnyTagClassName
{
color: #01C135;
}
</style>
background-color css
<style>
a { background-color: #01C135; }
a { background-color: rgb(1,193,53); }
div.DivClassName
{
background-color: #01C135;
}
.BgClassName
{
background-color: #01C135;
}
</style>
border-color css
<style>
span { border-color: #01C135; }
span { border-color: rgb(1,193,53); }
td.TdClassName
{
border-color: #01C135;
}
.TagClassName
{
border-color: #01C135;
}
</style>