Shades of Dark Pastel Green #00BC2C
Tints of Dark Pastel Green #00BC2C
RGB
CMYK
RGB Variations
Color information
#00BC2C (or 0x00BC2C) is known color: Dark Pastel Green. HEX triplet: 00, BC and 2C. RGB value is (0,188,44). Sum of RGB (Red+Green+Blue) = 0+188+44=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC2C is #FF43D3. Grayscale: #737373. Windows color (decimal): -16729044 or 2931712. OLE color: 2931712.
HSL color Cylindrical-coordinate representation of color #00BC2C: hue angle of 134.04º 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 #00BC2C is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 44 | - |
| CMYK | 1 | 0 | 0.77 | 0.26 |
| HSL | 134.04º | 1% | 0.37% | - |
| HSV(B) | 134.04º | 1% | 0.74% | - |
| XYZ | 18.44 | 36.15 | 8.39 | - |
| YUV | 115.37 | 87.72 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 44 | 1 | 0 | 0.77 | 0.26 | 134.04 | 1 | 0.37 |
| Hex | 0 | BC | 2C | 64 | 0 | 4D | 1A | 86 | 64 | 25 |
| Octal | 0 | 274 | 54 | 144 | 0 | 115 | 32 | 206 | 144 | 45 |
| Binary | 0 | 10111100 | 101100 | 1100100 | 0 | 1001101 | 11010 | 10000110 | 1100100 | 100101 |
Color Harmonies of #00BC2C
Complementary color
Monochromatic Colors of #00BC2C
Black with #00BC2C
Text Example
Text Example
White with #00BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC2C; }
p { color: rgb(0,188,44); }
H1.HeaderClassName
{
color: #00BC2C;
}
.AnyTagClassName
{
color: #00BC2C;
}
</style>
background-color css
<style>
a { background-color: #00BC2C; }
a { background-color: rgb(0,188,44); }
div.DivClassName
{
background-color: #00BC2C;
}
.BgClassName
{
background-color: #00BC2C;
}
</style>
border-color css
<style>
span { border-color: #00BC2C; }
span { border-color: rgb(0,188,44); }
td.TdClassName
{
border-color: #00BC2C;
}
.TagClassName
{
border-color: #00BC2C;
}
</style>