Shades of Dark Pastel Green #0FBC2F
Tints of Dark Pastel Green #0FBC2F
RGB
CMYK
RGB Variations
Color information
#0FBC2F (or 0x0FBC2F) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 2F. RGB value is (15,188,47). Sum of RGB (Red+Green+Blue) = 15+188+47=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC2F is #F043D0. Grayscale: #787878. Windows color (decimal): -15746001 or 3128335. OLE color: 3128335.
HSL color Cylindrical-coordinate representation of color #0FBC2F: hue angle of 131.1º 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 #0FBC2F is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 47 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.26 |
| HSL | 131.1º | 0.85% | 0.4% | - |
| HSV(B) | 131.1º | 0.92% | 0.74% | - |
| XYZ | 18.69 | 36.27 | 8.71 | - |
| YUV | 120.2 | 86.69 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 47 | 0.92 | 0 | 0.75 | 0.26 | 131.1 | 0.85 | 0.4 |
| Hex | F | BC | 2F | 5C | 0 | 4B | 1A | 83 | 55 | 28 |
| Octal | 17 | 274 | 57 | 134 | 0 | 113 | 32 | 203 | 125 | 50 |
| Binary | 1111 | 10111100 | 101111 | 1011100 | 0 | 1001011 | 11010 | 10000011 | 1010101 | 101000 |
Color Harmonies of #0FBC2F
Complementary color
Monochromatic Colors of #0FBC2F
Black with #0FBC2F
Text Example
Text Example
White with #0FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC2F; }
p { color: rgb(15,188,47); }
H1.HeaderClassName
{
color: #0FBC2F;
}
.AnyTagClassName
{
color: #0FBC2F;
}
</style>
background-color css
<style>
a { background-color: #0FBC2F; }
a { background-color: rgb(15,188,47); }
div.DivClassName
{
background-color: #0FBC2F;
}
.BgClassName
{
background-color: #0FBC2F;
}
</style>
border-color css
<style>
span { border-color: #0FBC2F; }
span { border-color: rgb(15,188,47); }
td.TdClassName
{
border-color: #0FBC2F;
}
.TagClassName
{
border-color: #0FBC2F;
}
</style>