Shades of Dark Pastel Green #0FB331
Tints of Dark Pastel Green #0FB331
RGB
CMYK
RGB Variations
Color information
#0FB331 (or 0x0FB331) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 31. RGB value is (15,179,49). Sum of RGB (Red+Green+Blue) = 15+179+49=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 179 (70.31% from 255 or 73.66% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB331 is #F04CCE. Grayscale: #737373. Windows color (decimal): -15748303 or 3257103. OLE color: 3257103.
HSL color Cylindrical-coordinate representation of color #0FB331: hue angle of 132.44º degrees, saturation: 0.85, 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 #0FB331 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 49 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.30 |
| HSL | 132.44º | 0.85% | 0.38% | - |
| HSV(B) | 132.44º | 0.92% | 0.7% | - |
| XYZ | 16.87 | 32.56 | 8.3 | - |
| YUV | 115.14 | 90.67 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 49 | 0.92 | 0 | 0.73 | 0.30 | 132.44 | 0.85 | 0.38 |
| Hex | F | B3 | 31 | 5C | 0 | 49 | 1E | 84 | 55 | 26 |
| Octal | 17 | 263 | 61 | 134 | 0 | 111 | 36 | 204 | 125 | 46 |
| Binary | 1111 | 10110011 | 110001 | 1011100 | 0 | 1001001 | 11110 | 10000100 | 1010101 | 100110 |
Color Harmonies of #0FB331
Complementary color
Monochromatic Colors of #0FB331
Black with #0FB331
Text Example
Text Example
White with #0FB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB331; }
p { color: rgb(15,179,49); }
H1.HeaderClassName
{
color: #0FB331;
}
.AnyTagClassName
{
color: #0FB331;
}
</style>
background-color css
<style>
a { background-color: #0FB331; }
a { background-color: rgb(15,179,49); }
div.DivClassName
{
background-color: #0FB331;
}
.BgClassName
{
background-color: #0FB331;
}
</style>
border-color css
<style>
span { border-color: #0FB331; }
span { border-color: rgb(15,179,49); }
td.TdClassName
{
border-color: #0FB331;
}
.TagClassName
{
border-color: #0FB331;
}
</style>