Shades of Dark Pastel Green #0FB548
Tints of Dark Pastel Green #0FB548
RGB
CMYK
RGB Variations
Color information
#0FB548 (or 0x0FB548) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 48. RGB value is (15,181,72). Sum of RGB (Red+Green+Blue) = 15+181+72=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB548 is #F04AB7. Grayscale: #777777. Windows color (decimal): -15747768 or 4764943. OLE color: 4764943.
HSL color Cylindrical-coordinate representation of color #0FB548: hue angle of 140.6º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB548 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 72 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.29 |
| HSL | 140.6º | 0.85% | 0.38% | - |
| HSV(B) | 140.6º | 0.92% | 0.71% | - |
| XYZ | 17.89 | 33.62 | 11.68 | - |
| YUV | 118.94 | 101.5 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 72 | 0.92 | 0 | 0.60 | 0.29 | 140.6 | 0.85 | 0.38 |
| Hex | F | B5 | 48 | 5C | 0 | 3C | 1D | 8D | 55 | 26 |
| Octal | 17 | 265 | 110 | 134 | 0 | 74 | 35 | 215 | 125 | 46 |
| Binary | 1111 | 10110101 | 1001000 | 1011100 | 0 | 111100 | 11101 | 10001101 | 1010101 | 100110 |
Color Harmonies of #0FB548
Complementary color
Monochromatic Colors of #0FB548
Black with #0FB548
Text Example
Text Example
White with #0FB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB548; }
p { color: rgb(15,181,72); }
H1.HeaderClassName
{
color: #0FB548;
}
.AnyTagClassName
{
color: #0FB548;
}
</style>
background-color css
<style>
a { background-color: #0FB548; }
a { background-color: rgb(15,181,72); }
div.DivClassName
{
background-color: #0FB548;
}
.BgClassName
{
background-color: #0FB548;
}
</style>
border-color css
<style>
span { border-color: #0FB548; }
span { border-color: rgb(15,181,72); }
td.TdClassName
{
border-color: #0FB548;
}
.TagClassName
{
border-color: #0FB548;
}
</style>