Shades of Dark Pastel Green #01D325
Tints of Dark Pastel Green #01D325
RGB
CMYK
RGB Variations
Color information
#01D325 (or 0x01D325) is known color: Dark Pastel Green. HEX triplet: 01, D3 and 25. RGB value is (1,211,37). Sum of RGB (Red+Green+Blue) = 1+211+37=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 211 (82.81% from 255 or 84.74% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 211 - color contains mainly: green. Hex color #01D325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D325 is #FE2CDA. Grayscale: #808080. Windows color (decimal): -16657627 or 2478849. OLE color: 2478849.
HSL color Cylindrical-coordinate representation of color #01D325: hue angle of 130.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D325 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 37 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.17 |
| HSL | 130.29º | 0.99% | 0.42% | - |
| HSV(B) | 130.29º | 1% | 0.83% | - |
| XYZ | 23.64 | 46.73 | 9.52 | - |
| YUV | 128.37 | 76.43 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 37 | 1.00 | 0 | 0.82 | 0.17 | 130.29 | 0.99 | 0.42 |
| Hex | 1 | D3 | 25 | 64 | 0 | 52 | 11 | 82 | 63 | 2A |
| Octal | 1 | 323 | 45 | 144 | 0 | 122 | 21 | 202 | 143 | 52 |
| Binary | 1 | 11010011 | 100101 | 1100100 | 0 | 1010010 | 10001 | 10000010 | 1100011 | 101010 |
Color Harmonies of #01D325
Complementary color
Monochromatic Colors of #01D325
Black with #01D325
Text Example
Text Example
White with #01D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D325; }
p { color: rgb(1,211,37); }
H1.HeaderClassName
{
color: #01D325;
}
.AnyTagClassName
{
color: #01D325;
}
</style>
background-color css
<style>
a { background-color: #01D325; }
a { background-color: rgb(1,211,37); }
div.DivClassName
{
background-color: #01D325;
}
.BgClassName
{
background-color: #01D325;
}
</style>
border-color css
<style>
span { border-color: #01D325; }
span { border-color: rgb(1,211,37); }
td.TdClassName
{
border-color: #01D325;
}
.TagClassName
{
border-color: #01D325;
}
</style>