Shades of Dark Pastel Green #0FB231
Tints of Dark Pastel Green #0FB231
RGB
CMYK
RGB Variations
Color information
#0FB231 (or 0x0FB231) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 31. RGB value is (15,178,49). Sum of RGB (Red+Green+Blue) = 15+178+49=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB231 is #F04DCE. Grayscale: #727272. Windows color (decimal): -15748559 or 3256847. OLE color: 3256847.
HSL color Cylindrical-coordinate representation of color #0FB231: hue angle of 132.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB231 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 49 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.30 |
| HSL | 132.52º | 0.84% | 0.38% | - |
| HSV(B) | 132.52º | 0.92% | 0.7% | - |
| XYZ | 16.67 | 32.16 | 8.24 | - |
| YUV | 114.56 | 91 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 49 | 0.92 | 0 | 0.72 | 0.30 | 132.52 | 0.84 | 0.38 |
| Hex | F | B2 | 31 | 5C | 0 | 48 | 1E | 85 | 54 | 26 |
| Octal | 17 | 262 | 61 | 134 | 0 | 110 | 36 | 205 | 124 | 46 |
| Binary | 1111 | 10110010 | 110001 | 1011100 | 0 | 1001000 | 11110 | 10000101 | 1010100 | 100110 |
Color Harmonies of #0FB231
Complementary color
Monochromatic Colors of #0FB231
Black with #0FB231
Text Example
Text Example
White with #0FB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB231; }
p { color: rgb(15,178,49); }
H1.HeaderClassName
{
color: #0FB231;
}
.AnyTagClassName
{
color: #0FB231;
}
</style>
background-color css
<style>
a { background-color: #0FB231; }
a { background-color: rgb(15,178,49); }
div.DivClassName
{
background-color: #0FB231;
}
.BgClassName
{
background-color: #0FB231;
}
</style>
border-color css
<style>
span { border-color: #0FB231; }
span { border-color: rgb(15,178,49); }
td.TdClassName
{
border-color: #0FB231;
}
.TagClassName
{
border-color: #0FB231;
}
</style>