Shades of Dark Pastel Green #0FB348
Tints of Dark Pastel Green #0FB348
RGB
CMYK
RGB Variations
Color information
#0FB348 (or 0x0FB348) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 48. RGB value is (15,179,72). Sum of RGB (Red+Green+Blue) = 15+179+72=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB348 is #F04CB7. Grayscale: #767676. Windows color (decimal): -15748280 or 4764431. OLE color: 4764431.
HSL color Cylindrical-coordinate representation of color #0FB348: hue angle of 140.85º 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 #0FB348 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 72 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.30 |
| HSL | 140.85º | 0.85% | 0.38% | - |
| HSV(B) | 140.85º | 0.92% | 0.7% | - |
| XYZ | 17.49 | 32.81 | 11.54 | - |
| YUV | 117.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 72 | 0.92 | 0 | 0.60 | 0.30 | 140.85 | 0.85 | 0.38 |
| Hex | F | B3 | 48 | 5C | 0 | 3C | 1E | 8D | 55 | 26 |
| Octal | 17 | 263 | 110 | 134 | 0 | 74 | 36 | 215 | 125 | 46 |
| Binary | 1111 | 10110011 | 1001000 | 1011100 | 0 | 111100 | 11110 | 10001101 | 1010101 | 100110 |
Color Harmonies of #0FB348
Complementary color
Monochromatic Colors of #0FB348
Black with #0FB348
Text Example
Text Example
White with #0FB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB348; }
p { color: rgb(15,179,72); }
H1.HeaderClassName
{
color: #0FB348;
}
.AnyTagClassName
{
color: #0FB348;
}
</style>
background-color css
<style>
a { background-color: #0FB348; }
a { background-color: rgb(15,179,72); }
div.DivClassName
{
background-color: #0FB348;
}
.BgClassName
{
background-color: #0FB348;
}
</style>
border-color css
<style>
span { border-color: #0FB348; }
span { border-color: rgb(15,179,72); }
td.TdClassName
{
border-color: #0FB348;
}
.TagClassName
{
border-color: #0FB348;
}
</style>