Shades of Dark Pastel Green #0FB52B
Tints of Dark Pastel Green #0FB52B
RGB
CMYK
RGB Variations
Color information
#0FB52B (or 0x0FB52B) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 2B. RGB value is (15,181,43). Sum of RGB (Red+Green+Blue) = 15+181+43=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB52B is #F04AD4. Grayscale: #747474. Windows color (decimal): -15747797 or 2864399. OLE color: 2864399.
HSL color Cylindrical-coordinate representation of color #0FB52B: hue angle of 130.12º 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 #0FB52B is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 43 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.29 |
| HSL | 130.12º | 0.85% | 0.38% | - |
| HSV(B) | 130.12º | 0.92% | 0.71% | - |
| XYZ | 17.16 | 33.32 | 7.81 | - |
| YUV | 115.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 43 | 0.92 | 0 | 0.76 | 0.29 | 130.12 | 0.85 | 0.38 |
| Hex | F | B5 | 2B | 5C | 0 | 4C | 1D | 82 | 55 | 26 |
| Octal | 17 | 265 | 53 | 134 | 0 | 114 | 35 | 202 | 125 | 46 |
| Binary | 1111 | 10110101 | 101011 | 1011100 | 0 | 1001100 | 11101 | 10000010 | 1010101 | 100110 |
Color Harmonies of #0FB52B
Complementary color
Monochromatic Colors of #0FB52B
Black with #0FB52B
Text Example
Text Example
White with #0FB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB52B; }
p { color: rgb(15,181,43); }
H1.HeaderClassName
{
color: #0FB52B;
}
.AnyTagClassName
{
color: #0FB52B;
}
</style>
background-color css
<style>
a { background-color: #0FB52B; }
a { background-color: rgb(15,181,43); }
div.DivClassName
{
background-color: #0FB52B;
}
.BgClassName
{
background-color: #0FB52B;
}
</style>
border-color css
<style>
span { border-color: #0FB52B; }
span { border-color: rgb(15,181,43); }
td.TdClassName
{
border-color: #0FB52B;
}
.TagClassName
{
border-color: #0FB52B;
}
</style>