Shades of Dark Pastel Green #01BE1D
Tints of Dark Pastel Green #01BE1D
RGB
CMYK
RGB Variations
Color information
#01BE1D (or 0x01BE1D) is known color: Dark Pastel Green. HEX triplet: 01, BE and 1D. RGB value is (1,190,29). Sum of RGB (Red+Green+Blue) = 1+190+29=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 190 (74.61% from 255 or 86.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE1D is #FE41E2. Grayscale: #737373. Windows color (decimal): -16663011 or 1949185. OLE color: 1949185.
HSL color Cylindrical-coordinate representation of color #01BE1D: hue angle of 128.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE1D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 29 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.25 |
| HSL | 128.89º | 0.99% | 0.37% | - |
| HSV(B) | 128.89º | 0.99% | 0.75% | - |
| XYZ | 18.65 | 36.92 | 7.31 | - |
| YUV | 115.14 | 79.38 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 29 | 0.99 | 0 | 0.85 | 0.25 | 128.89 | 0.99 | 0.37 |
| Hex | 1 | BE | 1D | 63 | 0 | 55 | 19 | 81 | 63 | 25 |
| Octal | 1 | 276 | 35 | 143 | 0 | 125 | 31 | 201 | 143 | 45 |
| Binary | 1 | 10111110 | 11101 | 1100011 | 0 | 1010101 | 11001 | 10000001 | 1100011 | 100101 |
Color Harmonies of #01BE1D
Complementary color
Monochromatic Colors of #01BE1D
Black with #01BE1D
Text Example
Text Example
White with #01BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE1D; }
p { color: rgb(1,190,29); }
H1.HeaderClassName
{
color: #01BE1D;
}
.AnyTagClassName
{
color: #01BE1D;
}
</style>
background-color css
<style>
a { background-color: #01BE1D; }
a { background-color: rgb(1,190,29); }
div.DivClassName
{
background-color: #01BE1D;
}
.BgClassName
{
background-color: #01BE1D;
}
</style>
border-color css
<style>
span { border-color: #01BE1D; }
span { border-color: rgb(1,190,29); }
td.TdClassName
{
border-color: #01BE1D;
}
.TagClassName
{
border-color: #01BE1D;
}
</style>