Shades of Dark Pastel Green #01D735
Tints of Dark Pastel Green #01D735
RGB
CMYK
RGB Variations
Color information
#01D735 (or 0x01D735) is known color: Dark Pastel Green. HEX triplet: 01, D7 and 35. RGB value is (1,215,53). Sum of RGB (Red+Green+Blue) = 1+215+53=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 215 (84.38% from 255 or 79.93% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 215 - color contains mainly: green. Hex color #01D735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D735 is #FE28CA. Grayscale: #848484. Windows color (decimal): -16656587 or 3528449. OLE color: 3528449.
HSL color Cylindrical-coordinate representation of color #01D735: hue angle of 134.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D735 is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 53 | - |
| CMYK | 1.00 | 0 | 0.75 | 0.16 |
| HSL | 134.58º | 0.99% | 0.42% | - |
| HSV(B) | 134.58º | 1% | 0.84% | - |
| XYZ | 24.96 | 48.86 | 11.48 | - |
| YUV | 132.55 | 83.1 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 53 | 1.00 | 0 | 0.75 | 0.16 | 134.58 | 0.99 | 0.42 |
| Hex | 1 | D7 | 35 | 64 | 0 | 4B | 10 | 87 | 63 | 2A |
| Octal | 1 | 327 | 65 | 144 | 0 | 113 | 20 | 207 | 143 | 52 |
| Binary | 1 | 11010111 | 110101 | 1100100 | 0 | 1001011 | 10000 | 10000111 | 1100011 | 101010 |
Color Harmonies of #01D735
Complementary color
Monochromatic Colors of #01D735
Black with #01D735
Text Example
Text Example
White with #01D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D735; }
p { color: rgb(1,215,53); }
H1.HeaderClassName
{
color: #01D735;
}
.AnyTagClassName
{
color: #01D735;
}
</style>
background-color css
<style>
a { background-color: #01D735; }
a { background-color: rgb(1,215,53); }
div.DivClassName
{
background-color: #01D735;
}
.BgClassName
{
background-color: #01D735;
}
</style>
border-color css
<style>
span { border-color: #01D735; }
span { border-color: rgb(1,215,53); }
td.TdClassName
{
border-color: #01D735;
}
.TagClassName
{
border-color: #01D735;
}
</style>