Shades of Dark Pastel Green #01D01C
Tints of Dark Pastel Green #01D01C
RGB
CMYK
RGB Variations
Color information
#01D01C (or 0x01D01C) is known color: Dark Pastel Green. HEX triplet: 01, D0 and 1C. RGB value is (1,208,28). Sum of RGB (Red+Green+Blue) = 1+208+28=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 208 (81.64% from 255 or 87.76% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 208 - color contains mainly: green. Hex color #01D01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D01C is #FE2FE3. Grayscale: #7E7E7E. Windows color (decimal): -16658404 or 1888257. OLE color: 1888257.
HSL color Cylindrical-coordinate representation of color #01D01C: hue angle of 127.83º 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 #01D01C is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 28 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.18 |
| HSL | 127.83º | 0.99% | 0.41% | - |
| HSV(B) | 127.83º | 1% | 0.82% | - |
| XYZ | 22.78 | 45.2 | 8.62 | - |
| YUV | 125.59 | 72.92 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 28 | 1.00 | 0 | 0.87 | 0.18 | 127.83 | 0.99 | 0.41 |
| Hex | 1 | D0 | 1C | 64 | 0 | 57 | 12 | 80 | 63 | 29 |
| Octal | 1 | 320 | 34 | 144 | 0 | 127 | 22 | 200 | 143 | 51 |
| Binary | 1 | 11010000 | 11100 | 1100100 | 0 | 1010111 | 10010 | 10000000 | 1100011 | 101001 |
Color Harmonies of #01D01C
Complementary color
Monochromatic Colors of #01D01C
Black with #01D01C
Text Example
Text Example
White with #01D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D01C; }
p { color: rgb(1,208,28); }
H1.HeaderClassName
{
color: #01D01C;
}
.AnyTagClassName
{
color: #01D01C;
}
</style>
background-color css
<style>
a { background-color: #01D01C; }
a { background-color: rgb(1,208,28); }
div.DivClassName
{
background-color: #01D01C;
}
.BgClassName
{
background-color: #01D01C;
}
</style>
border-color css
<style>
span { border-color: #01D01C; }
span { border-color: rgb(1,208,28); }
td.TdClassName
{
border-color: #01D01C;
}
.TagClassName
{
border-color: #01D01C;
}
</style>