Shades of Dark Pastel Green #0FBA2C
Tints of Dark Pastel Green #0FBA2C
RGB
CMYK
RGB Variations
Color information
#0FBA2C (or 0x0FBA2C) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 2C. RGB value is (15,186,44). Sum of RGB (Red+Green+Blue) = 15+186+44=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA2C is #F045D3. Grayscale: #777777. Windows color (decimal): -15746516 or 2931215. OLE color: 2931215.
HSL color Cylindrical-coordinate representation of color #0FBA2C: hue angle of 130.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA2C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 44 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.27 |
| HSL | 130.18º | 0.85% | 0.39% | - |
| HSV(B) | 130.18º | 0.92% | 0.73% | - |
| XYZ | 18.21 | 35.4 | 8.26 | - |
| YUV | 118.68 | 85.85 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 44 | 0.92 | 0 | 0.76 | 0.27 | 130.18 | 0.85 | 0.39 |
| Hex | F | BA | 2C | 5C | 0 | 4C | 1B | 82 | 55 | 27 |
| Octal | 17 | 272 | 54 | 134 | 0 | 114 | 33 | 202 | 125 | 47 |
| Binary | 1111 | 10111010 | 101100 | 1011100 | 0 | 1001100 | 11011 | 10000010 | 1010101 | 100111 |
Color Harmonies of #0FBA2C
Complementary color
Monochromatic Colors of #0FBA2C
Black with #0FBA2C
Text Example
Text Example
White with #0FBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA2C; }
p { color: rgb(15,186,44); }
H1.HeaderClassName
{
color: #0FBA2C;
}
.AnyTagClassName
{
color: #0FBA2C;
}
</style>
background-color css
<style>
a { background-color: #0FBA2C; }
a { background-color: rgb(15,186,44); }
div.DivClassName
{
background-color: #0FBA2C;
}
.BgClassName
{
background-color: #0FBA2C;
}
</style>
border-color css
<style>
span { border-color: #0FBA2C; }
span { border-color: rgb(15,186,44); }
td.TdClassName
{
border-color: #0FBA2C;
}
.TagClassName
{
border-color: #0FBA2C;
}
</style>