Shades of Dark Pastel Green #01C935
Tints of Dark Pastel Green #01C935
RGB
CMYK
RGB Variations
Color information
#01C935 (or 0x01C935) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 35. RGB value is (1,201,53). Sum of RGB (Red+Green+Blue) = 1+201+53=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #01C935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C935 is #FE36CA. Grayscale: #7C7C7C. Windows color (decimal): -16660171 or 3524865. OLE color: 3524865.
HSL color Cylindrical-coordinate representation of color #01C935: hue angle of 135.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C935 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 53 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.21 |
| HSL | 135.6º | 0.99% | 0.4% | - |
| HSV(B) | 135.6º | 1% | 0.79% | - |
| XYZ | 21.54 | 42.04 | 10.35 | - |
| YUV | 124.33 | 87.74 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 53 | 1.00 | 0 | 0.74 | 0.21 | 135.6 | 0.99 | 0.4 |
| Hex | 1 | C9 | 35 | 64 | 0 | 4A | 15 | 88 | 63 | 28 |
| Octal | 1 | 311 | 65 | 144 | 0 | 112 | 25 | 210 | 143 | 50 |
| Binary | 1 | 11001001 | 110101 | 1100100 | 0 | 1001010 | 10101 | 10001000 | 1100011 | 101000 |
Color Harmonies of #01C935
Complementary color
Monochromatic Colors of #01C935
Black with #01C935
Text Example
Text Example
White with #01C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C935; }
p { color: rgb(1,201,53); }
H1.HeaderClassName
{
color: #01C935;
}
.AnyTagClassName
{
color: #01C935;
}
</style>
background-color css
<style>
a { background-color: #01C935; }
a { background-color: rgb(1,201,53); }
div.DivClassName
{
background-color: #01C935;
}
.BgClassName
{
background-color: #01C935;
}
</style>
border-color css
<style>
span { border-color: #01C935; }
span { border-color: rgb(1,201,53); }
td.TdClassName
{
border-color: #01C935;
}
.TagClassName
{
border-color: #01C935;
}
</style>