Shades of Dark Pastel Green #0FBA2F
Tints of Dark Pastel Green #0FBA2F
RGB
CMYK
RGB Variations
Color information
#0FBA2F (or 0x0FBA2F) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 2F. RGB value is (15,186,47). Sum of RGB (Red+Green+Blue) = 15+186+47=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA2F is #F045D0. Grayscale: #777777. Windows color (decimal): -15746513 or 3127823. OLE color: 3127823.
HSL color Cylindrical-coordinate representation of color #0FBA2F: hue angle of 131.23º 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 #0FBA2F is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 47 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.27 |
| HSL | 131.23º | 0.85% | 0.39% | - |
| HSV(B) | 131.23º | 0.92% | 0.73% | - |
| XYZ | 18.27 | 35.42 | 8.56 | - |
| YUV | 119.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 47 | 0.92 | 0 | 0.75 | 0.27 | 131.23 | 0.85 | 0.39 |
| Hex | F | BA | 2F | 5C | 0 | 4B | 1B | 83 | 55 | 27 |
| Octal | 17 | 272 | 57 | 134 | 0 | 113 | 33 | 203 | 125 | 47 |
| Binary | 1111 | 10111010 | 101111 | 1011100 | 0 | 1001011 | 11011 | 10000011 | 1010101 | 100111 |
Color Harmonies of #0FBA2F
Complementary color
Monochromatic Colors of #0FBA2F
Black with #0FBA2F
Text Example
Text Example
White with #0FBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA2F; }
p { color: rgb(15,186,47); }
H1.HeaderClassName
{
color: #0FBA2F;
}
.AnyTagClassName
{
color: #0FBA2F;
}
</style>
background-color css
<style>
a { background-color: #0FBA2F; }
a { background-color: rgb(15,186,47); }
div.DivClassName
{
background-color: #0FBA2F;
}
.BgClassName
{
background-color: #0FBA2F;
}
</style>
border-color css
<style>
span { border-color: #0FBA2F; }
span { border-color: rgb(15,186,47); }
td.TdClassName
{
border-color: #0FBA2F;
}
.TagClassName
{
border-color: #0FBA2F;
}
</style>