Shades of Dark Pastel Green #0FBC2C
Tints of Dark Pastel Green #0FBC2C
RGB
CMYK
RGB Variations
Color information
#0FBC2C (or 0x0FBC2C) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 2C. RGB value is (15,188,44). Sum of RGB (Red+Green+Blue) = 15+188+44=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC2C is #F043D3. Grayscale: #787878. Windows color (decimal): -15746004 or 2931727. OLE color: 2931727.
HSL color Cylindrical-coordinate representation of color #0FBC2C: hue angle of 130.06º 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 #0FBC2C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.26 |
| HSL | 130.06º | 0.85% | 0.4% | - |
| HSV(B) | 130.06º | 0.92% | 0.74% | - |
| XYZ | 18.63 | 36.25 | 8.4 | - |
| YUV | 119.86 | 85.19 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 44 | 0.92 | 0 | 0.77 | 0.26 | 130.06 | 0.85 | 0.4 |
| Hex | F | BC | 2C | 5C | 0 | 4D | 1A | 82 | 55 | 28 |
| Octal | 17 | 274 | 54 | 134 | 0 | 115 | 32 | 202 | 125 | 50 |
| Binary | 1111 | 10111100 | 101100 | 1011100 | 0 | 1001101 | 11010 | 10000010 | 1010101 | 101000 |
Color Harmonies of #0FBC2C
Complementary color
Monochromatic Colors of #0FBC2C
Black with #0FBC2C
Text Example
Text Example
White with #0FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC2C; }
p { color: rgb(15,188,44); }
H1.HeaderClassName
{
color: #0FBC2C;
}
.AnyTagClassName
{
color: #0FBC2C;
}
</style>
background-color css
<style>
a { background-color: #0FBC2C; }
a { background-color: rgb(15,188,44); }
div.DivClassName
{
background-color: #0FBC2C;
}
.BgClassName
{
background-color: #0FBC2C;
}
</style>
border-color css
<style>
span { border-color: #0FBC2C; }
span { border-color: rgb(15,188,44); }
td.TdClassName
{
border-color: #0FBC2C;
}
.TagClassName
{
border-color: #0FBC2C;
}
</style>