Shades of Dark Pastel Green #0FB132
Tints of Dark Pastel Green #0FB132
RGB
CMYK
RGB Variations
Color information
#0FB132 (or 0x0FB132) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 32. RGB value is (15,177,50). Sum of RGB (Red+Green+Blue) = 15+177+50=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 177 (69.53% from 255 or 73.14% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB132 is #F04ECD. Grayscale: #727272. Windows color (decimal): -15748814 or 3322127. OLE color: 3322127.
HSL color Cylindrical-coordinate representation of color #0FB132: hue angle of 132.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB132 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 50 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.31 |
| HSL | 132.96º | 0.84% | 0.38% | - |
| HSV(B) | 132.96º | 0.92% | 0.69% | - |
| XYZ | 16.49 | 31.78 | 8.28 | - |
| YUV | 114.08 | 91.83 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 50 | 0.92 | 0 | 0.72 | 0.31 | 132.96 | 0.84 | 0.38 |
| Hex | F | B1 | 32 | 5C | 0 | 48 | 1F | 85 | 54 | 26 |
| Octal | 17 | 261 | 62 | 134 | 0 | 110 | 37 | 205 | 124 | 46 |
| Binary | 1111 | 10110001 | 110010 | 1011100 | 0 | 1001000 | 11111 | 10000101 | 1010100 | 100110 |
Color Harmonies of #0FB132
Complementary color
Monochromatic Colors of #0FB132
Black with #0FB132
Text Example
Text Example
White with #0FB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB132; }
p { color: rgb(15,177,50); }
H1.HeaderClassName
{
color: #0FB132;
}
.AnyTagClassName
{
color: #0FB132;
}
</style>
background-color css
<style>
a { background-color: #0FB132; }
a { background-color: rgb(15,177,50); }
div.DivClassName
{
background-color: #0FB132;
}
.BgClassName
{
background-color: #0FB132;
}
</style>
border-color css
<style>
span { border-color: #0FB132; }
span { border-color: rgb(15,177,50); }
td.TdClassName
{
border-color: #0FB132;
}
.TagClassName
{
border-color: #0FB132;
}
</style>