Shades of Dark Pastel Green #01D23B
Tints of Dark Pastel Green #01D23B
RGB
CMYK
RGB Variations
Color information
#01D23B (or 0x01D23B) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 3B. RGB value is (1,210,59). Sum of RGB (Red+Green+Blue) = 1+210+59=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #01D23B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D23B is #FE2DC4. Grayscale: #828282. Windows color (decimal): -16657861 or 3920385. OLE color: 3920385.
HSL color Cylindrical-coordinate representation of color #01D23B: hue angle of 136.65º 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 #01D23B is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 59 | - |
| CMYK | 1.00 | 0 | 0.72 | 0.18 |
| HSL | 136.65º | 0.99% | 0.41% | - |
| HSV(B) | 136.65º | 1% | 0.82% | - |
| XYZ | 23.85 | 46.42 | 11.84 | - |
| YUV | 130.3 | 87.76 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 59 | 1.00 | 0 | 0.72 | 0.18 | 136.65 | 0.99 | 0.41 |
| Hex | 1 | D2 | 3B | 64 | 0 | 48 | 12 | 89 | 63 | 29 |
| Octal | 1 | 322 | 73 | 144 | 0 | 110 | 22 | 211 | 143 | 51 |
| Binary | 1 | 11010010 | 111011 | 1100100 | 0 | 1001000 | 10010 | 10001001 | 1100011 | 101001 |
Color Harmonies of #01D23B
Complementary color
Monochromatic Colors of #01D23B
Black with #01D23B
Text Example
Text Example
White with #01D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D23B; }
p { color: rgb(1,210,59); }
H1.HeaderClassName
{
color: #01D23B;
}
.AnyTagClassName
{
color: #01D23B;
}
</style>
background-color css
<style>
a { background-color: #01D23B; }
a { background-color: rgb(1,210,59); }
div.DivClassName
{
background-color: #01D23B;
}
.BgClassName
{
background-color: #01D23B;
}
</style>
border-color css
<style>
span { border-color: #01D23B; }
span { border-color: rgb(1,210,59); }
td.TdClassName
{
border-color: #01D23B;
}
.TagClassName
{
border-color: #01D23B;
}
</style>