Shades of Dark Pastel Green #00BF28
Tints of Dark Pastel Green #00BF28
RGB
CMYK
RGB Variations
Color information
#00BF28 (or 0x00BF28) is known color: Dark Pastel Green. HEX triplet: 00, BF and 28. RGB value is (0,191,40). Sum of RGB (Red+Green+Blue) = 0+191+40=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 191 (75% from 255 or 82.68% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BF28 is #FF40D7. Grayscale: #757575. Windows color (decimal): -16728280 or 2670336. OLE color: 2670336.
HSL color Cylindrical-coordinate representation of color #00BF28: hue angle of 132.57º 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 #00BF28 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 40 | - |
| CMYK | 1 | 0 | 0.79 | 0.25 |
| HSL | 132.57º | 1% | 0.37% | - |
| HSV(B) | 132.57º | 1% | 0.75% | - |
| XYZ | 19.01 | 37.41 | 8.23 | - |
| YUV | 116.68 | 84.72 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 40 | 1 | 0 | 0.79 | 0.25 | 132.57 | 1 | 0.37 |
| Hex | 0 | BF | 28 | 64 | 0 | 4F | 19 | 85 | 64 | 25 |
| Octal | 0 | 277 | 50 | 144 | 0 | 117 | 31 | 205 | 144 | 45 |
| Binary | 0 | 10111111 | 101000 | 1100100 | 0 | 1001111 | 11001 | 10000101 | 1100100 | 100101 |
Color Harmonies of #00BF28
Complementary color
Monochromatic Colors of #00BF28
Black with #00BF28
Text Example
Text Example
White with #00BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF28; }
p { color: rgb(0,191,40); }
H1.HeaderClassName
{
color: #00BF28;
}
.AnyTagClassName
{
color: #00BF28;
}
</style>
background-color css
<style>
a { background-color: #00BF28; }
a { background-color: rgb(0,191,40); }
div.DivClassName
{
background-color: #00BF28;
}
.BgClassName
{
background-color: #00BF28;
}
</style>
border-color css
<style>
span { border-color: #00BF28; }
span { border-color: rgb(0,191,40); }
td.TdClassName
{
border-color: #00BF28;
}
.TagClassName
{
border-color: #00BF28;
}
</style>