Shades of Dark Pastel Green #00BF2B
Tints of Dark Pastel Green #00BF2B
RGB
CMYK
RGB Variations
Color information
#00BF2B (or 0x00BF2B) is known color: Dark Pastel Green. HEX triplet: 00, BF and 2B. RGB value is (0,191,43). Sum of RGB (Red+Green+Blue) = 0+191+43=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BF2B is #FF40D4. Grayscale: #757575. Windows color (decimal): -16728277 or 2866944. OLE color: 2866944.
HSL color Cylindrical-coordinate representation of color #00BF2B: hue angle of 133.51º 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 #00BF2B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 0 | 191 | 43 | - |
CMYK | 1 | 0 | 0.77 | 0.25 |
HSL | 133.51º | 1% | 0.37% | - |
HSV(B) | 133.51º | 1% | 0.75% | - |
XYZ | 19.07 | 37.44 | 8.51 | - |
YUV | 117.02 | 86.22 | 44.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 191 | 43 | 1 | 0 | 0.77 | 0.25 | 133.51 | 1 | 0.37 |
Hex | 0 | BF | 2B | 64 | 0 | 4D | 19 | 86 | 64 | 25 |
Octal | 0 | 277 | 53 | 144 | 0 | 115 | 31 | 206 | 144 | 45 |
Binary | 0 | 10111111 | 101011 | 1100100 | 0 | 1001101 | 11001 | 10000110 | 1100100 | 100101 |
Color Harmonies of #00BF2B
Complementary color
Monochromatic Colors of #00BF2B
Black with #00BF2B
Text Example
Text Example
White with #00BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF2B; }
p { color: rgb(0,191,43); }
H1.HeaderClassName
{
color: #00BF2B;
}
.AnyTagClassName
{
color: #00BF2B;
}
</style>
background-color css
<style>
a { background-color: #00BF2B; }
a { background-color: rgb(0,191,43); }
div.DivClassName
{
background-color: #00BF2B;
}
.BgClassName
{
background-color: #00BF2B;
}
</style>
border-color css
<style>
span { border-color: #00BF2B; }
span { border-color: rgb(0,191,43); }
td.TdClassName
{
border-color: #00BF2B;
}
.TagClassName
{
border-color: #00BF2B;
}
</style>