Shades of Dark Pastel Green #00BC29
Tints of Dark Pastel Green #00BC29
RGB
CMYK
RGB Variations
Color information
#00BC29 (or 0x00BC29) is known color: Dark Pastel Green. HEX triplet: 00, BC and 29. RGB value is (0,188,41). Sum of RGB (Red+Green+Blue) = 0+188+41=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC29 is #FF43D6. Grayscale: #737373. Windows color (decimal): -16729047 or 2735104. OLE color: 2735104.
HSL color Cylindrical-coordinate representation of color #00BC29: hue angle of 133.09º 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 #00BC29 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 41 | - |
| CMYK | 1 | 0 | 0.78 | 0.26 |
| HSL | 133.09º | 1% | 0.37% | - |
| HSV(B) | 133.09º | 1% | 0.74% | - |
| XYZ | 18.38 | 36.13 | 8.1 | - |
| YUV | 115.03 | 86.22 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 41 | 1 | 0 | 0.78 | 0.26 | 133.09 | 1 | 0.37 |
| Hex | 0 | BC | 29 | 64 | 0 | 4E | 1A | 85 | 64 | 25 |
| Octal | 0 | 274 | 51 | 144 | 0 | 116 | 32 | 205 | 144 | 45 |
| Binary | 0 | 10111100 | 101001 | 1100100 | 0 | 1001110 | 11010 | 10000101 | 1100100 | 100101 |
Color Harmonies of #00BC29
Complementary color
Monochromatic Colors of #00BC29
Black with #00BC29
Text Example
Text Example
White with #00BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC29; }
p { color: rgb(0,188,41); }
H1.HeaderClassName
{
color: #00BC29;
}
.AnyTagClassName
{
color: #00BC29;
}
</style>
background-color css
<style>
a { background-color: #00BC29; }
a { background-color: rgb(0,188,41); }
div.DivClassName
{
background-color: #00BC29;
}
.BgClassName
{
background-color: #00BC29;
}
</style>
border-color css
<style>
span { border-color: #00BC29; }
span { border-color: rgb(0,188,41); }
td.TdClassName
{
border-color: #00BC29;
}
.TagClassName
{
border-color: #00BC29;
}
</style>