Shades of Dark Pastel Green #01D234
Tints of Dark Pastel Green #01D234
RGB
CMYK
RGB Variations
Color information
#01D234 (or 0x01D234) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 34. RGB value is (1,210,52). Sum of RGB (Red+Green+Blue) = 1+210+52=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 210 (82.42% from 255 or 79.85% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 210 - color contains mainly: green. Hex color #01D234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D234 is #FE2DCB. Grayscale: #818181. Windows color (decimal): -16657868 or 3461633. OLE color: 3461633.
HSL color Cylindrical-coordinate representation of color #01D234: hue angle of 134.64º 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 #01D234 is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 52 | - |
| CMYK | 1.00 | 0 | 0.75 | 0.18 |
| HSL | 134.64º | 0.99% | 0.41% | - |
| HSV(B) | 134.64º | 1% | 0.82% | - |
| XYZ | 23.68 | 46.35 | 10.95 | - |
| YUV | 129.5 | 84.26 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 52 | 1.00 | 0 | 0.75 | 0.18 | 134.64 | 0.99 | 0.41 |
| Hex | 1 | D2 | 34 | 64 | 0 | 4B | 12 | 87 | 63 | 29 |
| Octal | 1 | 322 | 64 | 144 | 0 | 113 | 22 | 207 | 143 | 51 |
| Binary | 1 | 11010010 | 110100 | 1100100 | 0 | 1001011 | 10010 | 10000111 | 1100011 | 101001 |
Color Harmonies of #01D234
Complementary color
Monochromatic Colors of #01D234
Black with #01D234
Text Example
Text Example
White with #01D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D234; }
p { color: rgb(1,210,52); }
H1.HeaderClassName
{
color: #01D234;
}
.AnyTagClassName
{
color: #01D234;
}
</style>
background-color css
<style>
a { background-color: #01D234; }
a { background-color: rgb(1,210,52); }
div.DivClassName
{
background-color: #01D234;
}
.BgClassName
{
background-color: #01D234;
}
</style>
border-color css
<style>
span { border-color: #01D234; }
span { border-color: rgb(1,210,52); }
td.TdClassName
{
border-color: #01D234;
}
.TagClassName
{
border-color: #01D234;
}
</style>