Shades of Dark Pastel Green #0FBA2D
Tints of Dark Pastel Green #0FBA2D
RGB
CMYK
RGB Variations
Color information
#0FBA2D (or 0x0FBA2D) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 2D. RGB value is (15,186,45). Sum of RGB (Red+Green+Blue) = 15+186+45=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA2D is #F045D2. Grayscale: #777777. Windows color (decimal): -15746515 or 2996751. OLE color: 2996751.
HSL color Cylindrical-coordinate representation of color #0FBA2D: hue angle of 130.53º 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 #0FBA2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.27 |
| HSL | 130.53º | 0.85% | 0.39% | - |
| HSV(B) | 130.53º | 0.92% | 0.73% | - |
| XYZ | 18.23 | 35.41 | 8.36 | - |
| YUV | 118.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 45 | 0.92 | 0 | 0.76 | 0.27 | 130.53 | 0.85 | 0.39 |
| Hex | F | BA | 2D | 5C | 0 | 4C | 1B | 83 | 55 | 27 |
| Octal | 17 | 272 | 55 | 134 | 0 | 114 | 33 | 203 | 125 | 47 |
| Binary | 1111 | 10111010 | 101101 | 1011100 | 0 | 1001100 | 11011 | 10000011 | 1010101 | 100111 |
Color Harmonies of #0FBA2D
Complementary color
Monochromatic Colors of #0FBA2D
Black with #0FBA2D
Text Example
Text Example
White with #0FBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA2D; }
p { color: rgb(15,186,45); }
H1.HeaderClassName
{
color: #0FBA2D;
}
.AnyTagClassName
{
color: #0FBA2D;
}
</style>
background-color css
<style>
a { background-color: #0FBA2D; }
a { background-color: rgb(15,186,45); }
div.DivClassName
{
background-color: #0FBA2D;
}
.BgClassName
{
background-color: #0FBA2D;
}
</style>
border-color css
<style>
span { border-color: #0FBA2D; }
span { border-color: rgb(15,186,45); }
td.TdClassName
{
border-color: #0FBA2D;
}
.TagClassName
{
border-color: #0FBA2D;
}
</style>