Shades of Dark Pastel Green #0FBC2D
Tints of Dark Pastel Green #0FBC2D
RGB
CMYK
RGB Variations
Color information
#0FBC2D (or 0x0FBC2D) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 2D. RGB value is (15,188,45). Sum of RGB (Red+Green+Blue) = 15+188+45=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC2D is #F043D2. Grayscale: #787878. Windows color (decimal): -15746003 or 2997263. OLE color: 2997263.
HSL color Cylindrical-coordinate representation of color #0FBC2D: hue angle of 130.4º 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 #0FBC2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.26 |
| HSL | 130.4º | 0.85% | 0.4% | - |
| HSV(B) | 130.4º | 0.92% | 0.74% | - |
| XYZ | 18.65 | 36.26 | 8.5 | - |
| YUV | 119.97 | 85.69 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 45 | 0.92 | 0 | 0.76 | 0.26 | 130.4 | 0.85 | 0.4 |
| Hex | F | BC | 2D | 5C | 0 | 4C | 1A | 82 | 55 | 28 |
| Octal | 17 | 274 | 55 | 134 | 0 | 114 | 32 | 202 | 125 | 50 |
| Binary | 1111 | 10111100 | 101101 | 1011100 | 0 | 1001100 | 11010 | 10000010 | 1010101 | 101000 |
Color Harmonies of #0FBC2D
Complementary color
Monochromatic Colors of #0FBC2D
Black with #0FBC2D
Text Example
Text Example
White with #0FBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC2D; }
p { color: rgb(15,188,45); }
H1.HeaderClassName
{
color: #0FBC2D;
}
.AnyTagClassName
{
color: #0FBC2D;
}
</style>
background-color css
<style>
a { background-color: #0FBC2D; }
a { background-color: rgb(15,188,45); }
div.DivClassName
{
background-color: #0FBC2D;
}
.BgClassName
{
background-color: #0FBC2D;
}
</style>
border-color css
<style>
span { border-color: #0FBC2D; }
span { border-color: rgb(15,188,45); }
td.TdClassName
{
border-color: #0FBC2D;
}
.TagClassName
{
border-color: #0FBC2D;
}
</style>