Shades of Dark Pastel Green #0FBB2E
Tints of Dark Pastel Green #0FBB2E
RGB
CMYK
RGB Variations
Color information
#0FBB2E (or 0x0FBB2E) is known color: Dark Pastel Green. HEX triplet: 0F, BB and 2E. RGB value is (15,187,46). Sum of RGB (Red+Green+Blue) = 15+187+46=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 187 (73.44% from 255 or 75.40% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBB2E is #F044D1. Grayscale: #777777. Windows color (decimal): -15746258 or 3062543. OLE color: 3062543.
HSL color Cylindrical-coordinate representation of color #0FBB2E: hue angle of 130.81º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB2E is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 46 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.27 |
| HSL | 130.81º | 0.85% | 0.4% | - |
| HSV(B) | 130.81º | 0.92% | 0.73% | - |
| XYZ | 18.46 | 35.84 | 8.53 | - |
| YUV | 119.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 46 | 0.92 | 0 | 0.75 | 0.27 | 130.81 | 0.85 | 0.4 |
| Hex | F | BB | 2E | 5C | 0 | 4B | 1B | 83 | 55 | 28 |
| Octal | 17 | 273 | 56 | 134 | 0 | 113 | 33 | 203 | 125 | 50 |
| Binary | 1111 | 10111011 | 101110 | 1011100 | 0 | 1001011 | 11011 | 10000011 | 1010101 | 101000 |
Color Harmonies of #0FBB2E
Complementary color
Monochromatic Colors of #0FBB2E
Black with #0FBB2E
Text Example
Text Example
White with #0FBB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB2E; }
p { color: rgb(15,187,46); }
H1.HeaderClassName
{
color: #0FBB2E;
}
.AnyTagClassName
{
color: #0FBB2E;
}
</style>
background-color css
<style>
a { background-color: #0FBB2E; }
a { background-color: rgb(15,187,46); }
div.DivClassName
{
background-color: #0FBB2E;
}
.BgClassName
{
background-color: #0FBB2E;
}
</style>
border-color css
<style>
span { border-color: #0FBB2E; }
span { border-color: rgb(15,187,46); }
td.TdClassName
{
border-color: #0FBB2E;
}
.TagClassName
{
border-color: #0FBB2E;
}
</style>