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