Shades of Dark Pastel Green #01D731
Tints of Dark Pastel Green #01D731
RGB
CMYK
RGB Variations
Color information
#01D731 (or 0x01D731) is known color: Dark Pastel Green. HEX triplet: 01, D7 and 31. RGB value is (1,215,49). Sum of RGB (Red+Green+Blue) = 1+215+49=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 215 (84.38% from 255 or 81.13% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 215 - color contains mainly: green. Hex color #01D731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D731 is #FE28CE. Grayscale: #848484. Windows color (decimal): -16656591 or 3266305. OLE color: 3266305.
HSL color Cylindrical-coordinate representation of color #01D731: hue angle of 133.46º 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 #01D731 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 49 | - |
| CMYK | 1.00 | 0 | 0.77 | 0.16 |
| HSL | 133.46º | 0.99% | 0.42% | - |
| HSV(B) | 133.46º | 1% | 0.84% | - |
| XYZ | 24.87 | 48.83 | 11.02 | - |
| YUV | 132.09 | 81.1 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 49 | 1.00 | 0 | 0.77 | 0.16 | 133.46 | 0.99 | 0.42 |
| Hex | 1 | D7 | 31 | 64 | 0 | 4D | 10 | 85 | 63 | 2A |
| Octal | 1 | 327 | 61 | 144 | 0 | 115 | 20 | 205 | 143 | 52 |
| Binary | 1 | 11010111 | 110001 | 1100100 | 0 | 1001101 | 10000 | 10000101 | 1100011 | 101010 |
Color Harmonies of #01D731
Complementary color
Monochromatic Colors of #01D731
Black with #01D731
Text Example
Text Example
White with #01D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D731; }
p { color: rgb(1,215,49); }
H1.HeaderClassName
{
color: #01D731;
}
.AnyTagClassName
{
color: #01D731;
}
</style>
background-color css
<style>
a { background-color: #01D731; }
a { background-color: rgb(1,215,49); }
div.DivClassName
{
background-color: #01D731;
}
.BgClassName
{
background-color: #01D731;
}
</style>
border-color css
<style>
span { border-color: #01D731; }
span { border-color: rgb(1,215,49); }
td.TdClassName
{
border-color: #01D731;
}
.TagClassName
{
border-color: #01D731;
}
</style>