Shades of Dark Pastel Green #0FBC2B
Tints of Dark Pastel Green #0FBC2B
RGB
CMYK
RGB Variations
Color information
#0FBC2B (or 0x0FBC2B) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 2B. RGB value is (15,188,43). Sum of RGB (Red+Green+Blue) = 15+188+43=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC2B is #F043D4. Grayscale: #787878. Windows color (decimal): -15746005 or 2866191. OLE color: 2866191.
HSL color Cylindrical-coordinate representation of color #0FBC2B: hue angle of 129.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC2B is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 43 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.26 |
| HSL | 129.71º | 0.85% | 0.4% | - |
| HSV(B) | 129.71º | 0.92% | 0.74% | - |
| XYZ | 18.62 | 36.24 | 8.3 | - |
| YUV | 119.74 | 84.69 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 43 | 0.92 | 0 | 0.77 | 0.26 | 129.71 | 0.85 | 0.4 |
| Hex | F | BC | 2B | 5C | 0 | 4D | 1A | 82 | 55 | 28 |
| Octal | 17 | 274 | 53 | 134 | 0 | 115 | 32 | 202 | 125 | 50 |
| Binary | 1111 | 10111100 | 101011 | 1011100 | 0 | 1001101 | 11010 | 10000010 | 1010101 | 101000 |
Color Harmonies of #0FBC2B
Complementary color
Monochromatic Colors of #0FBC2B
Black with #0FBC2B
Text Example
Text Example
White with #0FBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC2B; }
p { color: rgb(15,188,43); }
H1.HeaderClassName
{
color: #0FBC2B;
}
.AnyTagClassName
{
color: #0FBC2B;
}
</style>
background-color css
<style>
a { background-color: #0FBC2B; }
a { background-color: rgb(15,188,43); }
div.DivClassName
{
background-color: #0FBC2B;
}
.BgClassName
{
background-color: #0FBC2B;
}
</style>
border-color css
<style>
span { border-color: #0FBC2B; }
span { border-color: rgb(15,188,43); }
td.TdClassName
{
border-color: #0FBC2B;
}
.TagClassName
{
border-color: #0FBC2B;
}
</style>