Shades of Dark Pastel Green #0FB030
Tints of Dark Pastel Green #0FB030
RGB
CMYK
RGB Variations
Color information
#0FB030 (or 0x0FB030) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 30. RGB value is (15,176,48). Sum of RGB (Red+Green+Blue) = 15+176+48=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB030 is #F04FCF. Grayscale: #717171. Windows color (decimal): -15749072 or 3190799. OLE color: 3190799.
HSL color Cylindrical-coordinate representation of color #0FB030: hue angle of 132.3º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB030 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 48 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.31 |
| HSL | 132.3º | 0.84% | 0.37% | - |
| HSV(B) | 132.3º | 0.91% | 0.69% | - |
| XYZ | 16.26 | 31.37 | 7.99 | - |
| YUV | 113.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 48 | 0.91 | 0 | 0.73 | 0.31 | 132.3 | 0.84 | 0.37 |
| Hex | F | B0 | 30 | 5B | 0 | 49 | 1F | 84 | 54 | 25 |
| Octal | 17 | 260 | 60 | 133 | 0 | 111 | 37 | 204 | 124 | 45 |
| Binary | 1111 | 10110000 | 110000 | 1011011 | 0 | 1001001 | 11111 | 10000100 | 1010100 | 100101 |
Color Harmonies of #0FB030
Complementary color
Monochromatic Colors of #0FB030
Black with #0FB030
Text Example
Text Example
White with #0FB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB030; }
p { color: rgb(15,176,48); }
H1.HeaderClassName
{
color: #0FB030;
}
.AnyTagClassName
{
color: #0FB030;
}
</style>
background-color css
<style>
a { background-color: #0FB030; }
a { background-color: rgb(15,176,48); }
div.DivClassName
{
background-color: #0FB030;
}
.BgClassName
{
background-color: #0FB030;
}
</style>
border-color css
<style>
span { border-color: #0FB030; }
span { border-color: rgb(15,176,48); }
td.TdClassName
{
border-color: #0FB030;
}
.TagClassName
{
border-color: #0FB030;
}
</style>