Shades of Dark Pastel Green #0FB72B
Tints of Dark Pastel Green #0FB72B
RGB
CMYK
RGB Variations
Color information
#0FB72B (or 0x0FB72B) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 2B. RGB value is (15,183,43). Sum of RGB (Red+Green+Blue) = 15+183+43=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 183 (71.88% from 255 or 75.93% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB72B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB72B is #F048D4. Grayscale: #757575. Windows color (decimal): -15747285 or 2864911. OLE color: 2864911.
HSL color Cylindrical-coordinate representation of color #0FB72B: hue angle of 130º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB72B is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 43 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.28 |
| HSL | 130º | 0.85% | 0.39% | - |
| HSV(B) | 130º | 0.92% | 0.72% | - |
| XYZ | 17.57 | 34.14 | 7.95 | - |
| YUV | 116.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 43 | 0.92 | 0 | 0.77 | 0.28 | 130 | 0.85 | 0.39 |
| Hex | F | B7 | 2B | 5C | 0 | 4D | 1C | 82 | 55 | 27 |
| Octal | 17 | 267 | 53 | 134 | 0 | 115 | 34 | 202 | 125 | 47 |
| Binary | 1111 | 10110111 | 101011 | 1011100 | 0 | 1001101 | 11100 | 10000010 | 1010101 | 100111 |
Color Harmonies of #0FB72B
Complementary color
Monochromatic Colors of #0FB72B
Black with #0FB72B
Text Example
Text Example
White with #0FB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB72B; }
p { color: rgb(15,183,43); }
H1.HeaderClassName
{
color: #0FB72B;
}
.AnyTagClassName
{
color: #0FB72B;
}
</style>
background-color css
<style>
a { background-color: #0FB72B; }
a { background-color: rgb(15,183,43); }
div.DivClassName
{
background-color: #0FB72B;
}
.BgClassName
{
background-color: #0FB72B;
}
</style>
border-color css
<style>
span { border-color: #0FB72B; }
span { border-color: rgb(15,183,43); }
td.TdClassName
{
border-color: #0FB72B;
}
.TagClassName
{
border-color: #0FB72B;
}
</style>