Shades of Dark Pastel Green #00BF2E
Tints of Dark Pastel Green #00BF2E
RGB
CMYK
RGB Variations
Color information
#00BF2E (or 0x00BF2E) is known color: Dark Pastel Green. HEX triplet: 00, BF and 2E. RGB value is (0,191,46). Sum of RGB (Red+Green+Blue) = 0+191+46=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 191 (75% from 255 or 80.59% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BF2E is #FF40D1. Grayscale: #757575. Windows color (decimal): -16728274 or 3063552. OLE color: 3063552.
HSL color Cylindrical-coordinate representation of color #00BF2E: hue angle of 134.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF2E is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 46 | - |
| CMYK | 1 | 0 | 0.76 | 0.25 |
| HSL | 134.45º | 1% | 0.37% | - |
| HSV(B) | 134.45º | 1% | 0.75% | - |
| XYZ | 19.12 | 37.46 | 8.81 | - |
| YUV | 117.36 | 87.72 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 46 | 1 | 0 | 0.76 | 0.25 | 134.45 | 1 | 0.37 |
| Hex | 0 | BF | 2E | 64 | 0 | 4C | 19 | 86 | 64 | 25 |
| Octal | 0 | 277 | 56 | 144 | 0 | 114 | 31 | 206 | 144 | 45 |
| Binary | 0 | 10111111 | 101110 | 1100100 | 0 | 1001100 | 11001 | 10000110 | 1100100 | 100101 |
Color Harmonies of #00BF2E
Complementary color
Monochromatic Colors of #00BF2E
Black with #00BF2E
Text Example
Text Example
White with #00BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF2E; }
p { color: rgb(0,191,46); }
H1.HeaderClassName
{
color: #00BF2E;
}
.AnyTagClassName
{
color: #00BF2E;
}
</style>
background-color css
<style>
a { background-color: #00BF2E; }
a { background-color: rgb(0,191,46); }
div.DivClassName
{
background-color: #00BF2E;
}
.BgClassName
{
background-color: #00BF2E;
}
</style>
border-color css
<style>
span { border-color: #00BF2E; }
span { border-color: rgb(0,191,46); }
td.TdClassName
{
border-color: #00BF2E;
}
.TagClassName
{
border-color: #00BF2E;
}
</style>