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