Shades of Dark Pastel Green #01D42B
Tints of Dark Pastel Green #01D42B
RGB
CMYK
RGB Variations
Color information
#01D42B (or 0x01D42B) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 2B. RGB value is (1,212,43). Sum of RGB (Red+Green+Blue) = 1+212+43=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 212 (83.20% from 255 or 82.81% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 212 - color contains mainly: green. Hex color #01D42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D42B is #FE2BD4. Grayscale: #828282. Windows color (decimal): -16657365 or 2872321. OLE color: 2872321.
HSL color Cylindrical-coordinate representation of color #01D42B: hue angle of 131.94º 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 #01D42B is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 43 | - |
| CMYK | 1.00 | 0 | 0.80 | 0.17 |
| HSL | 131.94º | 0.99% | 0.42% | - |
| HSV(B) | 131.94º | 1% | 0.83% | - |
| XYZ | 23.99 | 47.27 | 10.14 | - |
| YUV | 129.65 | 79.1 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 43 | 1.00 | 0 | 0.80 | 0.17 | 131.94 | 0.99 | 0.42 |
| Hex | 1 | D4 | 2B | 64 | 0 | 50 | 11 | 84 | 63 | 2A |
| Octal | 1 | 324 | 53 | 144 | 0 | 120 | 21 | 204 | 143 | 52 |
| Binary | 1 | 11010100 | 101011 | 1100100 | 0 | 1010000 | 10001 | 10000100 | 1100011 | 101010 |
Color Harmonies of #01D42B
Complementary color
Monochromatic Colors of #01D42B
Black with #01D42B
Text Example
Text Example
White with #01D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D42B; }
p { color: rgb(1,212,43); }
H1.HeaderClassName
{
color: #01D42B;
}
.AnyTagClassName
{
color: #01D42B;
}
</style>
background-color css
<style>
a { background-color: #01D42B; }
a { background-color: rgb(1,212,43); }
div.DivClassName
{
background-color: #01D42B;
}
.BgClassName
{
background-color: #01D42B;
}
</style>
border-color css
<style>
span { border-color: #01D42B; }
span { border-color: rgb(1,212,43); }
td.TdClassName
{
border-color: #01D42B;
}
.TagClassName
{
border-color: #01D42B;
}
</style>