Shades of Dark Pastel Green #01BE1C
Tints of Dark Pastel Green #01BE1C
RGB
CMYK
RGB Variations
Color information
#01BE1C (or 0x01BE1C) is known color: Dark Pastel Green. HEX triplet: 01, BE and 1C. RGB value is (1,190,28). Sum of RGB (Red+Green+Blue) = 1+190+28=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 190 (74.61% from 255 or 86.76% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE1C is #FE41E3. Grayscale: #737373. Windows color (decimal): -16663012 or 1883649. OLE color: 1883649.
HSL color Cylindrical-coordinate representation of color #01BE1C: hue angle of 128.57º 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 #01BE1C is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 28 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.25 |
| HSL | 128.57º | 0.99% | 0.37% | - |
| HSV(B) | 128.57º | 0.99% | 0.75% | - |
| XYZ | 18.64 | 36.92 | 7.24 | - |
| YUV | 115.02 | 78.88 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 28 | 0.99 | 0 | 0.85 | 0.25 | 128.57 | 0.99 | 0.37 |
| Hex | 1 | BE | 1C | 63 | 0 | 55 | 19 | 81 | 63 | 25 |
| Octal | 1 | 276 | 34 | 143 | 0 | 125 | 31 | 201 | 143 | 45 |
| Binary | 1 | 10111110 | 11100 | 1100011 | 0 | 1010101 | 11001 | 10000001 | 1100011 | 100101 |
Color Harmonies of #01BE1C
Complementary color
Monochromatic Colors of #01BE1C
Black with #01BE1C
Text Example
Text Example
White with #01BE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE1C; }
p { color: rgb(1,190,28); }
H1.HeaderClassName
{
color: #01BE1C;
}
.AnyTagClassName
{
color: #01BE1C;
}
</style>
background-color css
<style>
a { background-color: #01BE1C; }
a { background-color: rgb(1,190,28); }
div.DivClassName
{
background-color: #01BE1C;
}
.BgClassName
{
background-color: #01BE1C;
}
</style>
border-color css
<style>
span { border-color: #01BE1C; }
span { border-color: rgb(1,190,28); }
td.TdClassName
{
border-color: #01BE1C;
}
.TagClassName
{
border-color: #01BE1C;
}
</style>