Shades of Dark Pastel Green #00BF2D
Tints of Dark Pastel Green #00BF2D
RGB
CMYK
RGB Variations
Color information
#00BF2D (or 0x00BF2D) is known color: Dark Pastel Green. HEX triplet: 00, BF and 2D. RGB value is (0,191,45). Sum of RGB (Red+Green+Blue) = 0+191+45=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BF2D is #FF40D2. Grayscale: #757575. Windows color (decimal): -16728275 or 2998016. OLE color: 2998016.
HSL color Cylindrical-coordinate representation of color #00BF2D: hue angle of 134.14º 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 #00BF2D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 45 | - |
| CMYK | 1 | 0 | 0.76 | 0.25 |
| HSL | 134.14º | 1% | 0.37% | - |
| HSV(B) | 134.14º | 1% | 0.75% | - |
| XYZ | 19.1 | 37.45 | 8.7 | - |
| YUV | 117.25 | 87.22 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 45 | 1 | 0 | 0.76 | 0.25 | 134.14 | 1 | 0.37 |
| Hex | 0 | BF | 2D | 64 | 0 | 4C | 19 | 86 | 64 | 25 |
| Octal | 0 | 277 | 55 | 144 | 0 | 114 | 31 | 206 | 144 | 45 |
| Binary | 0 | 10111111 | 101101 | 1100100 | 0 | 1001100 | 11001 | 10000110 | 1100100 | 100101 |
Color Harmonies of #00BF2D
Complementary color
Monochromatic Colors of #00BF2D
Black with #00BF2D
Text Example
Text Example
White with #00BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF2D; }
p { color: rgb(0,191,45); }
H1.HeaderClassName
{
color: #00BF2D;
}
.AnyTagClassName
{
color: #00BF2D;
}
</style>
background-color css
<style>
a { background-color: #00BF2D; }
a { background-color: rgb(0,191,45); }
div.DivClassName
{
background-color: #00BF2D;
}
.BgClassName
{
background-color: #00BF2D;
}
</style>
border-color css
<style>
span { border-color: #00BF2D; }
span { border-color: rgb(0,191,45); }
td.TdClassName
{
border-color: #00BF2D;
}
.TagClassName
{
border-color: #00BF2D;
}
</style>