Shades of Dark Pastel Green #01D227
Tints of Dark Pastel Green #01D227
RGB
CMYK
RGB Variations
Color information
#01D227 (or 0x01D227) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 27. RGB value is (1,210,39). Sum of RGB (Red+Green+Blue) = 1+210+39=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 210 (82.42% from 255 or 84% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 210 - color contains mainly: green. Hex color #01D227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D227 is #FE2DD8. Grayscale: #808080. Windows color (decimal): -16657881 or 2609665. OLE color: 2609665.
HSL color Cylindrical-coordinate representation of color #01D227: hue angle of 130.91º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D227 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 39 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.18 |
| HSL | 130.91º | 0.99% | 0.41% | - |
| HSV(B) | 130.91º | 1% | 0.82% | - |
| XYZ | 23.43 | 46.25 | 9.61 | - |
| YUV | 128.02 | 77.76 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 39 | 1.00 | 0 | 0.81 | 0.18 | 130.91 | 0.99 | 0.41 |
| Hex | 1 | D2 | 27 | 64 | 0 | 51 | 12 | 83 | 63 | 29 |
| Octal | 1 | 322 | 47 | 144 | 0 | 121 | 22 | 203 | 143 | 51 |
| Binary | 1 | 11010010 | 100111 | 1100100 | 0 | 1010001 | 10010 | 10000011 | 1100011 | 101001 |
Color Harmonies of #01D227
Complementary color
Monochromatic Colors of #01D227
Black with #01D227
Text Example
Text Example
White with #01D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D227; }
p { color: rgb(1,210,39); }
H1.HeaderClassName
{
color: #01D227;
}
.AnyTagClassName
{
color: #01D227;
}
</style>
background-color css
<style>
a { background-color: #01D227; }
a { background-color: rgb(1,210,39); }
div.DivClassName
{
background-color: #01D227;
}
.BgClassName
{
background-color: #01D227;
}
</style>
border-color css
<style>
span { border-color: #01D227; }
span { border-color: rgb(1,210,39); }
td.TdClassName
{
border-color: #01D227;
}
.TagClassName
{
border-color: #01D227;
}
</style>