Shades of Dark Pastel Green #00BC31
Tints of Dark Pastel Green #00BC31
RGB
CMYK
RGB Variations
Color information
#00BC31 (or 0x00BC31) is known color: Dark Pastel Green. HEX triplet: 00, BC and 31. RGB value is (0,188,49). Sum of RGB (Red+Green+Blue) = 0+188+49=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC31 is #FF43CE. Grayscale: #747474. Windows color (decimal): -16729039 or 3259392. OLE color: 3259392.
HSL color Cylindrical-coordinate representation of color #00BC31: hue angle of 135.64º 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 #00BC31 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 49 | - |
| CMYK | 1 | 0 | 0.74 | 0.26 |
| HSL | 135.64º | 1% | 0.37% | - |
| HSV(B) | 135.64º | 1% | 0.74% | - |
| XYZ | 18.54 | 36.19 | 8.91 | - |
| YUV | 115.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 49 | 1 | 0 | 0.74 | 0.26 | 135.64 | 1 | 0.37 |
| Hex | 0 | BC | 31 | 64 | 0 | 4A | 1A | 88 | 64 | 25 |
| Octal | 0 | 274 | 61 | 144 | 0 | 112 | 32 | 210 | 144 | 45 |
| Binary | 0 | 10111100 | 110001 | 1100100 | 0 | 1001010 | 11010 | 10001000 | 1100100 | 100101 |
Color Harmonies of #00BC31
Complementary color
Monochromatic Colors of #00BC31
Black with #00BC31
Text Example
Text Example
White with #00BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC31; }
p { color: rgb(0,188,49); }
H1.HeaderClassName
{
color: #00BC31;
}
.AnyTagClassName
{
color: #00BC31;
}
</style>
background-color css
<style>
a { background-color: #00BC31; }
a { background-color: rgb(0,188,49); }
div.DivClassName
{
background-color: #00BC31;
}
.BgClassName
{
background-color: #00BC31;
}
</style>
border-color css
<style>
span { border-color: #00BC31; }
span { border-color: rgb(0,188,49); }
td.TdClassName
{
border-color: #00BC31;
}
.TagClassName
{
border-color: #00BC31;
}
</style>