Shades of Dark Pastel Green #0FB531
Tints of Dark Pastel Green #0FB531
RGB
CMYK
RGB Variations
Color information
#0FB531 (or 0x0FB531) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 31. RGB value is (15,181,49). Sum of RGB (Red+Green+Blue) = 15+181+49=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB531 is #F04ACE. Grayscale: #747474. Windows color (decimal): -15747791 or 3257615. OLE color: 3257615.
HSL color Cylindrical-coordinate representation of color #0FB531: hue angle of 132.29º 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 #0FB531 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 49 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.29 |
| HSL | 132.29º | 0.85% | 0.38% | - |
| HSV(B) | 132.29º | 0.92% | 0.71% | - |
| XYZ | 17.28 | 33.37 | 8.44 | - |
| YUV | 116.32 | 90 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 49 | 0.92 | 0 | 0.73 | 0.29 | 132.29 | 0.85 | 0.38 |
| Hex | F | B5 | 31 | 5C | 0 | 49 | 1D | 84 | 55 | 26 |
| Octal | 17 | 265 | 61 | 134 | 0 | 111 | 35 | 204 | 125 | 46 |
| Binary | 1111 | 10110101 | 110001 | 1011100 | 0 | 1001001 | 11101 | 10000100 | 1010101 | 100110 |
Color Harmonies of #0FB531
Complementary color
Monochromatic Colors of #0FB531
Black with #0FB531
Text Example
Text Example
White with #0FB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB531; }
p { color: rgb(15,181,49); }
H1.HeaderClassName
{
color: #0FB531;
}
.AnyTagClassName
{
color: #0FB531;
}
</style>
background-color css
<style>
a { background-color: #0FB531; }
a { background-color: rgb(15,181,49); }
div.DivClassName
{
background-color: #0FB531;
}
.BgClassName
{
background-color: #0FB531;
}
</style>
border-color css
<style>
span { border-color: #0FB531; }
span { border-color: rgb(15,181,49); }
td.TdClassName
{
border-color: #0FB531;
}
.TagClassName
{
border-color: #0FB531;
}
</style>