Shades of Dark Pastel Green #0FBB2D
Tints of Dark Pastel Green #0FBB2D
RGB
CMYK
RGB Variations
Color information
#0FBB2D (or 0x0FBB2D) is known color: Dark Pastel Green. HEX triplet: 0F, BB and 2D. RGB value is (15,187,45). Sum of RGB (Red+Green+Blue) = 15+187+45=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBB2D is #F044D2. Grayscale: #777777. Windows color (decimal): -15746259 or 2997007. OLE color: 2997007.
HSL color Cylindrical-coordinate representation of color #0FBB2D: hue angle of 130.47º 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 #0FBB2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.27 |
| HSL | 130.47º | 0.85% | 0.4% | - |
| HSV(B) | 130.47º | 0.92% | 0.73% | - |
| XYZ | 18.44 | 35.83 | 8.43 | - |
| YUV | 119.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 45 | 0.92 | 0 | 0.76 | 0.27 | 130.47 | 0.85 | 0.4 |
| Hex | F | BB | 2D | 5C | 0 | 4C | 1B | 82 | 55 | 28 |
| Octal | 17 | 273 | 55 | 134 | 0 | 114 | 33 | 202 | 125 | 50 |
| Binary | 1111 | 10111011 | 101101 | 1011100 | 0 | 1001100 | 11011 | 10000010 | 1010101 | 101000 |
Color Harmonies of #0FBB2D
Complementary color
Monochromatic Colors of #0FBB2D
Black with #0FBB2D
Text Example
Text Example
White with #0FBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB2D; }
p { color: rgb(15,187,45); }
H1.HeaderClassName
{
color: #0FBB2D;
}
.AnyTagClassName
{
color: #0FBB2D;
}
</style>
background-color css
<style>
a { background-color: #0FBB2D; }
a { background-color: rgb(15,187,45); }
div.DivClassName
{
background-color: #0FBB2D;
}
.BgClassName
{
background-color: #0FBB2D;
}
</style>
border-color css
<style>
span { border-color: #0FBB2D; }
span { border-color: rgb(15,187,45); }
td.TdClassName
{
border-color: #0FBB2D;
}
.TagClassName
{
border-color: #0FBB2D;
}
</style>