Shades of Dark Pastel Green #01BC1F
Tints of Dark Pastel Green #01BC1F
RGB
CMYK
RGB Variations
Color information
#01BC1F (or 0x01BC1F) is known color: Dark Pastel Green. HEX triplet: 01, BC and 1F. RGB value is (1,188,31). Sum of RGB (Red+Green+Blue) = 1+188+31=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC1F is #FE43E0. Grayscale: #727272. Windows color (decimal): -16663521 or 2079745. OLE color: 2079745.
HSL color Cylindrical-coordinate representation of color #01BC1F: hue angle of 129.63º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC1F is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 31 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.26 |
| HSL | 129.63º | 0.99% | 0.37% | - |
| HSV(B) | 129.63º | 0.99% | 0.74% | - |
| XYZ | 18.24 | 36.07 | 7.3 | - |
| YUV | 114.19 | 81.05 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 31 | 0.99 | 0 | 0.84 | 0.26 | 129.63 | 0.99 | 0.37 |
| Hex | 1 | BC | 1F | 63 | 0 | 54 | 1A | 82 | 63 | 25 |
| Octal | 1 | 274 | 37 | 143 | 0 | 124 | 32 | 202 | 143 | 45 |
| Binary | 1 | 10111100 | 11111 | 1100011 | 0 | 1010100 | 11010 | 10000010 | 1100011 | 100101 |
Color Harmonies of #01BC1F
Complementary color
Monochromatic Colors of #01BC1F
Black with #01BC1F
Text Example
Text Example
White with #01BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC1F; }
p { color: rgb(1,188,31); }
H1.HeaderClassName
{
color: #01BC1F;
}
.AnyTagClassName
{
color: #01BC1F;
}
</style>
background-color css
<style>
a { background-color: #01BC1F; }
a { background-color: rgb(1,188,31); }
div.DivClassName
{
background-color: #01BC1F;
}
.BgClassName
{
background-color: #01BC1F;
}
</style>
border-color css
<style>
span { border-color: #01BC1F; }
span { border-color: rgb(1,188,31); }
td.TdClassName
{
border-color: #01BC1F;
}
.TagClassName
{
border-color: #01BC1F;
}
</style>