Shades of Dark Pastel Green #0FB134
Tints of Dark Pastel Green #0FB134
RGB
CMYK
RGB Variations
Color information
#0FB134 (or 0x0FB134) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 34. RGB value is (15,177,52). Sum of RGB (Red+Green+Blue) = 15+177+52=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 177 (69.53% from 255 or 72.54% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB134 is #F04ECB. Grayscale: #727272. Windows color (decimal): -15748812 or 3453199. OLE color: 3453199.
HSL color Cylindrical-coordinate representation of color #0FB134: hue angle of 133.7º 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 #0FB134 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 52 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.31 |
| HSL | 133.7º | 0.84% | 0.38% | - |
| HSV(B) | 133.7º | 0.92% | 0.69% | - |
| XYZ | 16.54 | 31.79 | 8.51 | - |
| YUV | 114.31 | 92.83 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 52 | 0.92 | 0 | 0.71 | 0.31 | 133.7 | 0.84 | 0.38 |
| Hex | F | B1 | 34 | 5C | 0 | 47 | 1F | 86 | 54 | 26 |
| Octal | 17 | 261 | 64 | 134 | 0 | 107 | 37 | 206 | 124 | 46 |
| Binary | 1111 | 10110001 | 110100 | 1011100 | 0 | 1000111 | 11111 | 10000110 | 1010100 | 100110 |
Color Harmonies of #0FB134
Complementary color
Monochromatic Colors of #0FB134
Black with #0FB134
Text Example
Text Example
White with #0FB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB134; }
p { color: rgb(15,177,52); }
H1.HeaderClassName
{
color: #0FB134;
}
.AnyTagClassName
{
color: #0FB134;
}
</style>
background-color css
<style>
a { background-color: #0FB134; }
a { background-color: rgb(15,177,52); }
div.DivClassName
{
background-color: #0FB134;
}
.BgClassName
{
background-color: #0FB134;
}
</style>
border-color css
<style>
span { border-color: #0FB134; }
span { border-color: rgb(15,177,52); }
td.TdClassName
{
border-color: #0FB134;
}
.TagClassName
{
border-color: #0FB134;
}
</style>