Shades of Dark Pastel Green #01D434
Tints of Dark Pastel Green #01D434
RGB
CMYK
RGB Variations
Color information
#01D434 (or 0x01D434) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 34. RGB value is (1,212,52). Sum of RGB (Red+Green+Blue) = 1+212+52=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 212 (83.20% from 255 or 80% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 212 - color contains mainly: green. Hex color #01D434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D434 is #FE2BCB. Grayscale: #838383. Windows color (decimal): -16657356 or 3462145. OLE color: 3462145.
HSL color Cylindrical-coordinate representation of color #01D434: hue angle of 134.5º 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 #01D434 is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 52 | - |
| CMYK | 1.00 | 0 | 0.75 | 0.17 |
| HSL | 134.5º | 0.99% | 0.42% | - |
| HSV(B) | 134.5º | 1% | 0.83% | - |
| XYZ | 24.18 | 47.34 | 11.11 | - |
| YUV | 130.67 | 83.6 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 52 | 1.00 | 0 | 0.75 | 0.17 | 134.5 | 0.99 | 0.42 |
| Hex | 1 | D4 | 34 | 64 | 0 | 4B | 11 | 87 | 63 | 2A |
| Octal | 1 | 324 | 64 | 144 | 0 | 113 | 21 | 207 | 143 | 52 |
| Binary | 1 | 11010100 | 110100 | 1100100 | 0 | 1001011 | 10001 | 10000111 | 1100011 | 101010 |
Color Harmonies of #01D434
Complementary color
Monochromatic Colors of #01D434
Black with #01D434
Text Example
Text Example
White with #01D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D434; }
p { color: rgb(1,212,52); }
H1.HeaderClassName
{
color: #01D434;
}
.AnyTagClassName
{
color: #01D434;
}
</style>
background-color css
<style>
a { background-color: #01D434; }
a { background-color: rgb(1,212,52); }
div.DivClassName
{
background-color: #01D434;
}
.BgClassName
{
background-color: #01D434;
}
</style>
border-color css
<style>
span { border-color: #01D434; }
span { border-color: rgb(1,212,52); }
td.TdClassName
{
border-color: #01D434;
}
.TagClassName
{
border-color: #01D434;
}
</style>